aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-11-30 07:05:18 -0800
committerGravatar GitHub <noreply@github.com>2017-11-30 07:05:18 -0800
commit5f662537deb01539a204273977c7e32394fc3454 (patch)
tree47a9105fc6a25adad2a5e7c80cc9da72a27e969f /grpc.gemspec
parent926b09a888faf3a099ef9d70d67aa5f5f7dae20b (diff)
parent9aea2573913e504375e667d9f4500faa505b5abe (diff)
Merge pull request #13357 from markdroth/reference_counted
Add ReferenceCounted base class.
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 7a850a5ac2..e553b770e4 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -348,6 +348,9 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/slice/slice_hash_table.h )
s.files += %w( src/core/lib/slice/slice_internal.h )
s.files += %w( src/core/lib/slice/slice_string_helpers.h )
+ s.files += %w( src/core/lib/support/debug_location.h )
+ s.files += %w( src/core/lib/support/ref_counted.h )
+ s.files += %w( src/core/lib/support/ref_counted_ptr.h )
s.files += %w( src/core/lib/surface/alarm_internal.h )
s.files += %w( src/core/lib/surface/api_trace.h )
s.files += %w( src/core/lib/surface/call.h )