diff options
author | Mark D. Roth <roth@google.com> | 2016-09-26 11:18:06 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-09-26 11:18:06 -0700 |
commit | bec804b77f92e3dc580436621b6ed550d4201182 (patch) | |
tree | 81b8f71e2386a4c8ecbb224c55d1c1f5aca1f990 /grpc.gemspec | |
parent | 046cf7646918b19a8956e20f7e28e7422a6f29cd (diff) | |
parent | 1a2e6ac10dbdb3984b4f651ffb042a22269e26c5 (diff) |
Merge branch 'deadline_filter' into service_config
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 3dbb155714..2d4a8ddbcf 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -175,6 +175,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/channel/compress_filter.h ) s.files += %w( src/core/lib/channel/connected_channel.h ) s.files += %w( src/core/lib/channel/context.h ) + s.files += %w( src/core/lib/channel/deadline_filter.h ) 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 ) @@ -339,6 +340,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/channel/channel_stack_builder.c ) s.files += %w( src/core/lib/channel/compress_filter.c ) s.files += %w( src/core/lib/channel/connected_channel.c ) + s.files += %w( src/core/lib/channel/deadline_filter.c ) 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 ) |