aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar ZhouyihaiDing <ddyihai@google.com>2018-06-25 17:30:58 -0700
committerGravatar ZhouyihaiDing <ddyihai@google.com>2018-06-25 17:30:58 -0700
commitf04fbd151b729ec8bbce2965a2fa6a9ec02b934d (patch)
tree3879f52ec33371b915c46eca0c35b1b6a74732a0 /grpc.gemspec
parent9789fa49fd6468b358ff9a2bad4cc2248b239394 (diff)
PHP: fix distrib test
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 30bb522c3a..a3a4202f5d 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -425,6 +425,8 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h )
+ s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h )
+ s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h )
s.files += %w( src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/subchannel_list.h )