diff options
author | Mark D. Roth <roth@google.com> | 2016-07-14 09:18:22 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-07-14 09:18:22 -0700 |
commit | dfbdefedd381b57dd33631aea3a79659ac019bc9 (patch) | |
tree | 50e9f197fe2c27496cc254c277ad84011565cca8 /tools/run_tests | |
parent | 1d3b2cc84948b874985951039fab1965d0a30ef5 (diff) |
Added handshaker.[ch] to build.yaml.
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index cdbc254f43..ee24a63077 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -5712,6 +5712,7 @@ "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", @@ -5805,6 +5806,8 @@ "src/core/lib/channel/connected_channel.c", "src/core/lib/channel/connected_channel.h", "src/core/lib/channel/context.h", + "src/core/lib/channel/handshaker.c", + "src/core/lib/channel/handshaker.h", "src/core/lib/channel/http_client_filter.c", "src/core/lib/channel/http_client_filter.h", "src/core/lib/channel/http_server_filter.c", |