aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-06-15 22:53:08 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-06-15 22:53:08 -0700
commit3fb8f7360b033874978e517043c7eec59e295e42 (patch)
treea783d62fb07f468f498bcdae9f89cf5170b43b42 /grpc.gemspec
parentfa9b7c1bc6488be17d18007f45c57dac39ea5b79 (diff)
gRPC LB policy
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 9f3ae048a7..d30d7ae30e 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -483,6 +483,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c )
s.files += %w( src/core/ext/transport/chttp2/client/insecure/channel_create.c )
s.files += %w( src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c )
+ s.files += %w( src/core/ext/lb_policy/grpclb/grpclb.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/v1/load_balancer.pb.c )
s.files += %w( third_party/nanopb/pb_common.c )