aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-08-23 13:51:42 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-08-23 13:51:42 -0700
commit66999d219274b278c02ffcd3e40c0902e904c6c7 (patch)
tree8b2fefd75d38d301dd3d80dc0fd907db53b2a5c9 /grpc.gemspec
parent8e835fa6e6e44e806d9ea3f40ac9324e7b5a3f9e (diff)
fix build.yaml to expand nanopb headers file group
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec4
1 files changed, 4 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index f04a14167b..9957f050d0 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -369,6 +369,10 @@ Gem::Specification.new do |s|
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/load_balancer.pb.h )
+ s.files += %w( third_party/nanopb/pb.h )
+ s.files += %w( third_party/nanopb/pb_common.h )
+ s.files += %w( third_party/nanopb/pb_decode.h )
+ s.files += %w( third_party/nanopb/pb_encode.h )
s.files += %w( src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h )
s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h )
s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h )