aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-01-25 10:41:18 -0800
committerGravatar GitHub <noreply@github.com>2017-01-25 10:41:18 -0800
commit674fe85d11f8ea08286edfd52e3f24d8bb800584 (patch)
tree88cf075ab5ce42aa3b616e8b4d9f0870bec127a4 /build.yaml
parent6e0697cd3afe1eb0232456c47734cf2b0acf7abb (diff)
parent1cae131711fec58c7e18a168f592116f4851dc0d (diff)
Merge pull request #9383 from markdroth/http_connect_channel_arg
Trigger HTTP CONNECT handshaker via channel args.
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 997a598301..05fb285682 100644
--- a/build.yaml
+++ b/build.yaml
@@ -389,6 +389,7 @@ filegroups:
- src/core/ext/client_channel/client_channel_factory.h
- src/core/ext/client_channel/connector.h
- src/core/ext/client_channel/http_connect_handshaker.h
+ - src/core/ext/client_channel/http_proxy.h
- src/core/ext/client_channel/initial_connect_string.h
- src/core/ext/client_channel/lb_policy.h
- src/core/ext/client_channel/lb_policy_factory.h
@@ -408,6 +409,7 @@ filegroups:
- src/core/ext/client_channel/connector.c
- src/core/ext/client_channel/default_initial_connect_string.c
- src/core/ext/client_channel/http_connect_handshaker.c
+ - src/core/ext/client_channel/http_proxy.c
- src/core/ext/client_channel/initial_connect_string.c
- src/core/ext/client_channel/lb_policy.c
- src/core/ext/client_channel/lb_policy_factory.c