diff options
author | David Garcia Quintas <dgq@google.com> | 2018-06-21 15:15:10 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2018-06-21 17:46:31 -0700 |
commit | f3955ba7119f8433fc6a0fba6cf1a075ea5a4f2a (patch) | |
tree | 6eb6da4d55b685d29e3aa7d88c5d1bcadf7d3f3f /grpc.gemspec | |
parent | fd7683c7de14fd93f9696e3aee8abf51d64745b3 (diff) |
Update to use the canonical version of LB proto
Diffstat (limited to 'grpc.gemspec')
-rw-r--r-- | grpc.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 3b48967cba..1d72aab66a 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -722,6 +722,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 ) |