diff options
author | Craig Tiller <ctiller@google.com> | 2017-06-07 13:00:06 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-06-07 13:00:06 -0700 |
commit | 1c8a90473dd3da08287fb6a474c4c708f87241c9 (patch) | |
tree | 9b5b84bfa53f36eb9f94c453a8da28509bd4fb70 /grpc.gemspec | |
parent | dfd7a4dc0da88b63710ce51e61b827fe0af3ffce (diff) | |
parent | 3f02e8cb4ba8882ee710b6af766bc7c6b74594e4 (diff) |
Merge github.com:grpc/grpc into ALL-the-things
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 87f87c291b..595c3beb16 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -365,6 +365,7 @@ Gem::Specification.new do |s| 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 ) s.files += %w( src/core/ext/filters/load_reporting/load_reporting.h ) @@ -609,6 +610,7 @@ Gem::Specification.new do |s| s.files += %w( third_party/nanopb/pb_common.c ) s.files += %w( third_party/nanopb/pb_decode.c ) s.files += %w( third_party/nanopb/pb_encode.c ) + s.files += %w( src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c ) s.files += %w( src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c ) s.files += %w( src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c ) s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c ) |