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 /grpc.gemspec | |
parent | 4e9ad317928897da54fb9253a36e386c8177a601 (diff) | |
parent | a8e1b8368fdb69ae0117f60688d2afd0c4f38510 (diff) |
Merge remote-tracking branch 'upstream/master' into deadline_filter
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 9354b0c17e..f8b309a8d6 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -179,6 +179,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/channel/handshaker.h ) s.files += %w( src/core/lib/channel/http_client_filter.h ) s.files += %w( src/core/lib/channel/http_server_filter.h ) + s.files += %w( src/core/lib/channel/message_size_filter.h ) s.files += %w( src/core/lib/compression/algorithm_metadata.h ) s.files += %w( src/core/lib/compression/message_compress.h ) s.files += %w( src/core/lib/debug/trace.h ) @@ -340,6 +341,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/channel/handshaker.c ) s.files += %w( src/core/lib/channel/http_client_filter.c ) s.files += %w( src/core/lib/channel/http_server_filter.c ) + s.files += %w( src/core/lib/channel/message_size_filter.c ) s.files += %w( src/core/lib/compression/compression.c ) s.files += %w( src/core/lib/compression/message_compress.c ) s.files += %w( src/core/lib/debug/trace.c ) |