aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-29 09:45:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-29 09:45:16 -0700
commitad46ecfebabe79fe1941c54e8e7e46bb0e909fa3 (patch)
tree565e63d7935a1ec638c0f474de67f7a3dca939b9 /grpc.gemspec
parent8f8e9f9b53dee850c5ec7769df926fd6cad2a62e (diff)
parent796474c792c3744c78d64a3d8430817782d03042 (diff)
Merge branch 'optionalize_roundrobin' into optionalize_census
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 88e98bad58..efed1a48d8 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -165,7 +165,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/census/mlog.h )
s.files += %w( src/core/ext/census/rpc_metric_id.h )
s.files += %w( src/core/ext/lb_policy/grpclb/load_balancer_api.h )
- s.files += %w( src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h )
+ s.files += %w( src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c )
s.files += %w( src/core/ext/transport/chttp2/transport/alpn.h )
s.files += %w( src/core/ext/transport/chttp2/transport/bin_encoder.h )
s.files += %w( src/core/ext/transport/chttp2/transport/chttp2_transport.h )
@@ -306,7 +306,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/census/placeholders.c )
s.files += %w( src/core/ext/census/tracing.c )
s.files += %w( src/core/ext/lb_policy/grpclb/load_balancer_api.c )
- s.files += %w( src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c )
+ s.files += %w( src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h )
s.files += %w( src/core/ext/lb_policy/pick_first/pick_first.c )
s.files += %w( src/core/ext/lb_policy/round_robin/round_robin.c )
s.files += %w( src/core/ext/transport/chttp2/client/insecure/channel_create.c )