aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-01-17 14:13:33 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-01-17 14:13:33 -0800
commit79f2a246447aaf1117744a053ee6e417447b40ee (patch)
treea014ac2cd9f1def80881ff9b96eda9b174bb7804 /build.yaml
parentc0d7d67dfbe4f7d539e64365c4111b748285668f (diff)
Add proxy mapper hook.
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 1072bfcb63..ceb4cf133b 100644
--- a/build.yaml
+++ b/build.yaml
@@ -394,6 +394,8 @@ filegroups:
- src/core/ext/client_channel/lb_policy_factory.h
- src/core/ext/client_channel/lb_policy_registry.h
- src/core/ext/client_channel/parse_address.h
+ - src/core/ext/client_channel/proxy_mapper.h
+ - src/core/ext/client_channel/proxy_mapper_registry.h
- src/core/ext/client_channel/resolver.h
- src/core/ext/client_channel/resolver_factory.h
- src/core/ext/client_channel/resolver_registry.h
@@ -413,6 +415,8 @@ filegroups:
- src/core/ext/client_channel/lb_policy_factory.c
- src/core/ext/client_channel/lb_policy_registry.c
- src/core/ext/client_channel/parse_address.c
+ - src/core/ext/client_channel/proxy_mapper.c
+ - src/core/ext/client_channel/proxy_mapper_registry.c
- src/core/ext/client_channel/resolver.c
- src/core/ext/client_channel/resolver_factory.c
- src/core/ext/client_channel/resolver_registry.c