diff options
author | Craig Tiller <ctiller@google.com> | 2017-05-24 22:21:05 +0000 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-05-24 22:21:05 +0000 |
commit | 93aedbfc6a3d073216b538c217d41b39dfca9570 (patch) | |
tree | be424ea97eeec2396a6c4f5bf0e4370ca990d062 /grpc.gemspec | |
parent | 43ce7f7d675a2d34e908397b1c9ca163f8229a91 (diff) | |
parent | 49edcb308e0f7c94158493742dde7b71c9a9bd26 (diff) |
Merge github.com:grpc/grpc into epex5
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 32c1164456..b334efb0b5 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -379,6 +379,8 @@ Gem::Specification.new do |s| s.files += %w( src/core/ext/census/gen/census.pb.h ) s.files += %w( src/core/ext/census/gen/trace_context.pb.h ) s.files += %w( src/core/ext/census/grpc_filter.h ) + s.files += %w( src/core/ext/census/intrusive_hash_map.h ) + s.files += %w( src/core/ext/census/intrusive_hash_map_internal.h ) s.files += %w( src/core/ext/census/mlog.h ) s.files += %w( src/core/ext/census/resource.h ) s.files += %w( src/core/ext/census/rpc_metric_id.h ) @@ -629,6 +631,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/ext/census/grpc_filter.c ) s.files += %w( src/core/ext/census/grpc_plugin.c ) s.files += %w( src/core/ext/census/initialize.c ) + s.files += %w( src/core/ext/census/intrusive_hash_map.c ) s.files += %w( src/core/ext/census/mlog.c ) s.files += %w( src/core/ext/census/operation.c ) s.files += %w( src/core/ext/census/placeholders.c ) |