diff options
author | Mark D. Roth <roth@google.com> | 2016-09-19 11:13:27 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-09-19 11:13:27 -0700 |
commit | 9710e2cb719572e63d219a9f0580fbb97b91cc44 (patch) | |
tree | 887f6683fcb9d7c65eb0d5887444b5ad3038a999 /tools/run_tests | |
parent | 4e9ad317928897da54fb9253a36e386c8177a601 (diff) | |
parent | a8e1b8368fdb69ae0117f60688d2afd0c4f38510 (diff) |
Merge remote-tracking branch 'upstream/master' into deadline_filter
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 bd2803ff64..469f0d04cc 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -5926,6 +5926,7 @@ "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/channel/message_size_filter.h", "src/core/lib/compression/algorithm_metadata.h", "src/core/lib/compression/message_compress.h", "src/core/lib/debug/trace.h", @@ -6028,6 +6029,8 @@ "src/core/lib/channel/http_client_filter.h", "src/core/lib/channel/http_server_filter.c", "src/core/lib/channel/http_server_filter.h", + "src/core/lib/channel/message_size_filter.c", + "src/core/lib/channel/message_size_filter.h", "src/core/lib/compression/algorithm_metadata.h", "src/core/lib/compression/compression.c", "src/core/lib/compression/message_compress.c", |