diff options
author | Muxi Yan <mxyan@google.com> | 2017-04-25 16:02:09 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-04-25 17:04:29 -0700 |
commit | b53fd4df37617364e6de2d9f880c03f3a9907450 (patch) | |
tree | 090bc3b59310f86ec5bf08c87d06c9fa71a9ed59 /src/python | |
parent | c090c619c117912b8c9e88a3c4bc8f778a94d582 (diff) |
Add cronet_compression workaround filter
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/grpcio/grpc_core_dependencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py index 16bb32bcc6..3620662276 100644 --- a/src/python/grpcio/grpc_core_dependencies.py +++ b/src/python/grpcio/grpc_core_dependencies.py @@ -311,6 +311,7 @@ CORE_SOURCE_FILES = [ 'src/core/ext/census/tracing.c', 'src/core/ext/filters/max_age/max_age_filter.c', 'src/core/ext/filters/message_size/message_size_filter.c', + 'src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c', 'src/core/plugin_registry/grpc_plugin_registry.c', 'src/boringssl/err_data.c', 'third_party/boringssl/crypto/aes/aes.c', |