aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-07-25 10:01:47 -0700
committerGravatar GitHub <noreply@github.com>2016-07-25 10:01:47 -0700
commitde2d9fc07bf7f01184c6bfebb7ed12da8eade525 (patch)
tree500b9b52c12d4d0143680f8725b7f2b235a8d050 /build.yaml
parent13d29841dd5e6c5124c36745764fcfe2bc24e2c9 (diff)
parentb16b1f29c3aa7238814cd70a4abcee0f35dc6b9f (diff)
Merge pull request #7395 from markdroth/handshake_api
General-purpose handshaker API.
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 237394c205..d7da149124 100644
--- a/build.yaml
+++ b/build.yaml
@@ -156,6 +156,7 @@ filegroups:
- src/core/lib/channel/compress_filter.h
- src/core/lib/channel/connected_channel.h
- src/core/lib/channel/context.h
+ - src/core/lib/channel/handshaker.h
- src/core/lib/channel/http_client_filter.h
- src/core/lib/channel/http_server_filter.h
- src/core/lib/compression/algorithm_metadata.h
@@ -234,6 +235,7 @@ filegroups:
- src/core/lib/channel/channel_stack_builder.c
- src/core/lib/channel/compress_filter.c
- src/core/lib/channel/connected_channel.c
+ - src/core/lib/channel/handshaker.c
- src/core/lib/channel/http_client_filter.c
- src/core/lib/channel/http_server_filter.c
- src/core/lib/compression/compression.c