aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2018-06-25 22:11:35 -0700
committerGravatar GitHub <noreply@github.com>2018-06-25 22:11:35 -0700
commit01f3d5eed3938776984dfb332c243de4e0ec9519 (patch)
treeab9f22a58643f3579aed61dd2fd0082ca1e7bde4 /grpc.gemspec
parent22318af14cdfc55f8fc0675413a51037cb6d0376 (diff)
parentf04fbd151b729ec8bbce2965a2fa6a9ec02b934d (diff)
Merge pull request #15867 from ZhouyihaiDing/15865
PHP: fix distribution test by adding 2 header files into the package.xml
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 9d6a1d9c45..f772d2a744 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -426,6 +426,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 )