aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-29 10:35:38 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-29 10:35:38 -0700
commitd88c4612175a8f5b52c496cdf293057c23d1c0f6 (patch)
tree37c293e9b685217374026499a5867746ac6fef9f /grpc.gemspec
parentf9b0bc0d7b4b343af5ff9b85d116cd641e8685ec (diff)
parentca3451de7afdd8c9863872a6627a992ce6abfda4 (diff)
Merge branch 'direct-calls' into buffer_pools_for_realsies
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 adca0d93bd..dca940790f 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 )