aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-01-25 10:42:34 -0800
committerGravatar GitHub <noreply@github.com>2017-01-25 10:42:34 -0800
commit6f690f34831ac175a2c92d8838a5fc12ab8035b5 (patch)
tree697ae90bd0c4cd763aa87d0f31892502c51f2770 /BUILD
parent674fe85d11f8ea08286edfd52e3f24d8bb800584 (diff)
parent12f1e53156c381b3ebcf88beed7cc1aa5e0beb24 (diff)
Merge pull request #9372 from markdroth/proxy_mapper
Add proxy mapper hook.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 18e1806e3e..5f0d50ca0a 100644
--- a/BUILD
+++ b/BUILD
@@ -670,6 +670,8 @@ grpc_cc_library(
"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",
@@ -688,6 +690,8 @@ grpc_cc_library(
"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",