aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2016-04-18 10:03:06 -0700
committerGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2016-04-18 10:03:06 -0700
commitfaaeab0869c56dca57e371910478c11bee19f027 (patch)
tree9fb52d0d68719a77d6c79821ea7f0b4e89125bd7 /build.yaml
parentd51d9ae65ec5e3c3fa2befcbc0404669ce629b87 (diff)
parentff71c38be9bf8d8527a6a44655f100b86564f886 (diff)
Merge pull request #6124 from dgquintas/ip_parse_refactor
Factored out parse functions from sockaddr_resolver
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index a6feea5074..b096576b44 100644
--- a/build.yaml
+++ b/build.yaml
@@ -442,6 +442,7 @@ filegroups:
- src/core/ext/client_config/lb_policy.h
- src/core/ext/client_config/lb_policy_factory.h
- src/core/ext/client_config/lb_policy_registry.h
+ - src/core/ext/client_config/parse_address.h
- src/core/ext/client_config/resolver.h
- src/core/ext/client_config/resolver_factory.h
- src/core/ext/client_config/resolver_registry.h
@@ -461,6 +462,7 @@ filegroups:
- src/core/ext/client_config/lb_policy.c
- src/core/ext/client_config/lb_policy_factory.c
- src/core/ext/client_config/lb_policy_registry.c
+ - src/core/ext/client_config/parse_address.c
- src/core/ext/client_config/resolver.c
- src/core/ext/client_config/resolver_factory.c
- src/core/ext/client_config/resolver_registry.c