aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2018-06-22 16:04:32 -0700
committerGravatar GitHub <noreply@github.com>2018-06-22 16:04:32 -0700
commit3acf8e62079e727ae1925be759fa917f10e982bb (patch)
treed67932239722632eebe9cb53fb07bd2fe56b113f /grpc.gemspec
parent24416c7a1960ec39ccf02075e2d7660bd496465e (diff)
parent1645e1c55f8358dd4a7c218fd26cc1580082dd89 (diff)
Merge pull request #15840 from dgquintas/common_nanopb
Update to use the canonical version of LB proto
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index f756ec3a3e..30bb522c3a 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -719,6 +719,8 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc )
+ s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c )
+ s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c )
s.files += %w( src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc )