aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-08-02 17:16:31 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-08-02 17:16:31 -0700
commitf607f363657425830f09d9da7d66da715b83a6d6 (patch)
tree9fc1d5d7d6127a8fbbcd338179e34bc6cbc25adb /grpc.gemspec
parentea71c9daae4bc82a1cddde1e309ceb118af58d76 (diff)
parent4f68ecf665433933b0ef1f0a3df12b1590646a90 (diff)
Merge branch 'master' into fix-end2end-test
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 7618b2133a..a4566672ac 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -525,6 +525,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/transport/chttp2/transport/bin_encoder.c )
s.files += %w( src/core/ext/transport/chttp2/transport/chttp2_plugin.c )
s.files += %w( src/core/ext/transport/chttp2/transport/chttp2_transport.c )
+ s.files += %w( src/core/ext/transport/chttp2/transport/flow_control.c )
s.files += %w( src/core/ext/transport/chttp2/transport/frame_data.c )
s.files += %w( src/core/ext/transport/chttp2/transport/frame_goaway.c )
s.files += %w( src/core/ext/transport/chttp2/transport/frame_ping.c )