aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-04-25 16:02:09 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-04-25 17:04:29 -0700
commitb53fd4df37617364e6de2d9f880c03f3a9907450 (patch)
tree090bc3b59310f86ec5bf08c87d06c9fa71a9ed59 /grpc.gemspec
parentc090c619c117912b8c9e88a3c4bc8f778a94d582 (diff)
Add cronet_compression workaround filter
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index e53bd29cd4..4d1c22cd5c 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -375,6 +375,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/census/tracing.h )
s.files += %w( src/core/ext/filters/max_age/max_age_filter.h )
s.files += %w( src/core/ext/filters/message_size/message_size_filter.h )
+ s.files += %w( src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h )
s.files += %w( src/core/lib/surface/init.c )
s.files += %w( src/core/lib/channel/channel_args.c )
s.files += %w( src/core/lib/channel/channel_stack.c )
@@ -610,6 +611,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/census/tracing.c )
s.files += %w( src/core/ext/filters/max_age/max_age_filter.c )
s.files += %w( src/core/ext/filters/message_size/message_size_filter.c )
+ s.files += %w( src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c )
s.files += %w( src/core/plugin_registry/grpc_plugin_registry.c )
s.files += %w( third_party/boringssl/crypto/aes/internal.h )
s.files += %w( third_party/boringssl/crypto/asn1/asn1_locl.h )