diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-29 08:51:07 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-29 08:51:07 -0700 |
commit | fb433852042e53e010ae1215bc846052ddac2e9b (patch) | |
tree | f8635acf48904abf66491c5f3b8636168660e441 /grpc.gemspec | |
parent | 04b7ca8d5cd99bf96543c7ab4d516586f62ad99c (diff) |
Make plugin registries work
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 528fe3f58d..e96bedb587 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -159,8 +159,6 @@ Gem::Specification.new do |s| s.files += %w( include/grpc/status.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/pick_first/pick_first.h ) - s.files += %w( src/core/ext/lb_policy/round_robin/round_robin.h ) 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 ) @@ -459,6 +457,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/tsi/fake_transport_security.c ) s.files += %w( src/core/lib/tsi/ssl_transport_security.c ) s.files += %w( src/core/lib/tsi/transport_security.c ) + s.files += %w( src/core/plugin_registry/grpc_plugin_registry.c ) s.files += %w( third_party/nanopb/pb_common.c ) s.files += %w( third_party/nanopb/pb_decode.c ) s.files += %w( third_party/nanopb/pb_encode.c ) |