aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-08-16 12:04:24 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-08-16 13:19:01 -0700
commit7a7e4f56529c4da16ec6a3035e7b3bdf9dfb6f67 (patch)
tree038a53da42972feffed87bd4afe841526dd7220b /grpc.gemspec
parente495476b1e31023637259883aa735fcc716c6adc (diff)
Move C++ mu_guard class out of C-core public headers and fix style.
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 55d53cb71d..a5252b06fd 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -105,6 +105,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/gprpp/fork.h )
s.files += %w( src/core/lib/gprpp/manual_constructor.h )
s.files += %w( src/core/lib/gprpp/memory.h )
+ s.files += %w( src/core/lib/gprpp/mutex_lock.h )
s.files += %w( src/core/lib/gprpp/thd.h )
s.files += %w( src/core/lib/profiling/timers.h )
s.files += %w( src/core/lib/gpr/alloc.cc )