diff options
author | Mark D. Roth <roth@google.com> | 2017-01-25 10:42:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 10:42:34 -0800 |
commit | 6f690f34831ac175a2c92d8838a5fc12ab8035b5 (patch) | |
tree | 697ae90bd0c4cd763aa87d0f31892502c51f2770 /BUILD | |
parent | 674fe85d11f8ea08286edfd52e3f24d8bb800584 (diff) | |
parent | 12f1e53156c381b3ebcf88beed7cc1aa5e0beb24 (diff) |
Merge pull request #9372 from markdroth/proxy_mapper
Add proxy mapper hook.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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", |