diff options
author | Craig Tiller <ctiller@google.com> | 2017-11-28 11:38:55 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-11-28 11:38:55 -0800 |
commit | 84e379ae85460eb6857d4131eb89699feef716d8 (patch) | |
tree | 4af9e833ad1f523d12a6bd9972e328b52b9e554e /grpc.gemspec | |
parent | 348b334f4b3545a89372652b47ee7030502910d0 (diff) | |
parent | 1972e5ce741dab2ffe671e0dfde00288005f19f4 (diff) |
Merge github.com:grpc/grpc into no-absl
Diffstat (limited to 'grpc.gemspec')
-rw-r--r-- | grpc.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index d256b68ed7..019d6041f3 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -84,6 +84,7 @@ Gem::Specification.new do |s| s.files += %w( include/grpc/impl/codegen/sync_posix.h ) s.files += %w( include/grpc/impl/codegen/sync_windows.h ) s.files += %w( src/core/lib/profiling/timers.h ) + s.files += %w( src/core/lib/support/abstract.h ) s.files += %w( src/core/lib/support/arena.h ) s.files += %w( src/core/lib/support/atomic.h ) s.files += %w( src/core/lib/support/atomic_with_atm.h ) @@ -412,7 +413,6 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/http/httpcli.cc ) s.files += %w( src/core/lib/http/parser.cc ) s.files += %w( src/core/lib/iomgr/call_combiner.cc ) - s.files += %w( src/core/lib/iomgr/closure.cc ) s.files += %w( src/core/lib/iomgr/combiner.cc ) s.files += %w( src/core/lib/iomgr/endpoint.cc ) s.files += %w( src/core/lib/iomgr/endpoint_pair_posix.cc ) |