aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-03-21 16:39:11 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-03-21 16:39:11 -0700
commit098110d8821236223875d6dcfaa894e6f9587a3f (patch)
tree8fda0fd23a7c45ccef74656bec0e7bc6c6348c78 /grpc.gemspec
parentadd6962d7af2fd3943c2f2d739bd13b3ce4b91d8 (diff)
parent9f615de5ed5c622bd7abe0baaed418fcc560ba9b (diff)
Merge branch 'master' into cq_factory_api
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index d85cc5ebac..7c936e34db 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -99,6 +99,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/profiling/stap_timers.c )
s.files += %w( src/core/lib/support/alloc.c )
s.files += %w( src/core/lib/support/arena.c )
+ s.files += %w( src/core/lib/support/atm.c )
s.files += %w( src/core/lib/support/avl.c )
s.files += %w( src/core/lib/support/backoff.c )
s.files += %w( src/core/lib/support/cmdline.c )
@@ -339,6 +340,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/client_channel/resolver.h )
s.files += %w( src/core/ext/client_channel/resolver_factory.h )
s.files += %w( src/core/ext/client_channel/resolver_registry.h )
+ s.files += %w( src/core/ext/client_channel/retry_throttle.h )
s.files += %w( src/core/ext/client_channel/subchannel.h )
s.files += %w( src/core/ext/client_channel/subchannel_index.h )
s.files += %w( src/core/ext/client_channel/uri_parser.h )
@@ -562,6 +564,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/client_channel/resolver.c )
s.files += %w( src/core/ext/client_channel/resolver_factory.c )
s.files += %w( src/core/ext/client_channel/resolver_registry.c )
+ s.files += %w( src/core/ext/client_channel/retry_throttle.c )
s.files += %w( src/core/ext/client_channel/subchannel.c )
s.files += %w( src/core/ext/client_channel/subchannel_index.c )
s.files += %w( src/core/ext/client_channel/uri_parser.c )