aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-01-19 12:12:23 -0800
committerGravatar Mark D. Roth <roth@google.com>2018-01-19 13:04:59 -0800
commit4f2b0fdadfb1e1eb6c796c40ec5aabfbb348aa89 (patch)
treee2355c86578b52fa4e36d8000fcc09d702c3d2fe /grpc.gemspec
parentbb2f7e28edc3e3dd663ad308aed7ed632a0a17bf (diff)
Rename 'gpr++' directories to 'gprpp'.
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec22
1 files changed, 11 insertions, 11 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 5b1aebeaaa..35b2776eba 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -83,12 +83,6 @@ Gem::Specification.new do |s|
s.files += %w( include/grpc/impl/codegen/sync_generic.h )
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/gpr++/abstract.h )
- s.files += %w( src/core/lib/gpr++/atomic.h )
- s.files += %w( src/core/lib/gpr++/atomic_with_atm.h )
- s.files += %w( src/core/lib/gpr++/atomic_with_std.h )
- s.files += %w( src/core/lib/gpr++/manual_constructor.h )
- s.files += %w( src/core/lib/gpr++/memory.h )
s.files += %w( src/core/lib/gpr/arena.h )
s.files += %w( src/core/lib/gpr/env.h )
s.files += %w( src/core/lib/gpr/fork.h )
@@ -100,6 +94,12 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/gpr/thd_internal.h )
s.files += %w( src/core/lib/gpr/time_precise.h )
s.files += %w( src/core/lib/gpr/tmpfile.h )
+ s.files += %w( src/core/lib/gprpp/abstract.h )
+ s.files += %w( src/core/lib/gprpp/atomic.h )
+ s.files += %w( src/core/lib/gprpp/atomic_with_atm.h )
+ s.files += %w( src/core/lib/gprpp/atomic_with_std.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/profiling/timers.h )
s.files += %w( src/core/lib/gpr/alloc.cc )
s.files += %w( src/core/lib/gpr/arena.cc )
@@ -270,11 +270,11 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/compression/stream_compression_identity.h )
s.files += %w( src/core/lib/debug/stats.h )
s.files += %w( src/core/lib/debug/stats_data.h )
- s.files += %w( src/core/lib/gpr++/debug_location.h )
- s.files += %w( src/core/lib/gpr++/inlined_vector.h )
- s.files += %w( src/core/lib/gpr++/orphanable.h )
- s.files += %w( src/core/lib/gpr++/ref_counted.h )
- s.files += %w( src/core/lib/gpr++/ref_counted_ptr.h )
+ s.files += %w( src/core/lib/gprpp/debug_location.h )
+ s.files += %w( src/core/lib/gprpp/inlined_vector.h )
+ s.files += %w( src/core/lib/gprpp/orphanable.h )
+ s.files += %w( src/core/lib/gprpp/ref_counted.h )
+ s.files += %w( src/core/lib/gprpp/ref_counted_ptr.h )
s.files += %w( src/core/lib/http/format_request.h )
s.files += %w( src/core/lib/http/httpcli.h )
s.files += %w( src/core/lib/http/parser.h )