aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-20 12:32:58 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-20 12:32:58 -0700
commit698d00c60e91ebf8acf993cf6602d74c0032b5dc (patch)
tree64dfa6ca60dd053c629e3738fd561b607b723b31 /build.json
parentcd329560d33ede65256a926a82279311dcc9b15e (diff)
Add ipv4:, ipv6: schemes
Diffstat (limited to 'build.json')
-rw-r--r--build.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.json b/build.json
index 2755703e1c..783fa800e9 100644
--- a/build.json
+++ b/build.json
@@ -129,7 +129,7 @@
"src/core/client_config/resolver_factory.h",
"src/core/client_config/resolver_registry.h",
"src/core/client_config/resolvers/dns_resolver.h",
- "src/core/client_config/resolvers/unix_resolver_posix.h",
+ "src/core/client_config/resolvers/sockaddr_resolver.h",
"src/core/client_config/subchannel.h",
"src/core/client_config/subchannel_factory.h",
"src/core/client_config/uri_parser.h",
@@ -225,7 +225,7 @@
"src/core/client_config/resolver_factory.c",
"src/core/client_config/resolver_registry.c",
"src/core/client_config/resolvers/dns_resolver.c",
- "src/core/client_config/resolvers/unix_resolver_posix.c",
+ "src/core/client_config/resolvers/sockaddr_resolver.c",
"src/core/client_config/subchannel.c",
"src/core/client_config/subchannel_factory.c",
"src/core/client_config/uri_parser.c",