aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-01-25 22:54:02 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-01-25 23:06:24 -0800
commitae376bf9d982892eba5b052b87f88e24b1bb0677 (patch)
tree3a95b01213391ecd47937a97057afbebc6a8416c /grpc.gemspec
parente0adbb6c2e714b06dfa42becae97dfe5ae79d2cb (diff)
Privatize host_port.h; was not used in any wrapped language implementation
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 41e56d0bf1..be4a0ddc05 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -52,7 +52,6 @@ Gem::Specification.new do |s|
s.files += %w( include/grpc/support/avl.h )
s.files += %w( include/grpc/support/cmdline.h )
s.files += %w( include/grpc/support/cpu.h )
- s.files += %w( include/grpc/support/host_port.h )
s.files += %w( include/grpc/support/log.h )
s.files += %w( include/grpc/support/log_windows.h )
s.files += %w( include/grpc/support/port_platform.h )
@@ -86,6 +85,7 @@ Gem::Specification.new do |s|
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 )
+ s.files += %w( src/core/lib/gpr/host_port.h )
s.files += %w( src/core/lib/gpr/mpscq.h )
s.files += %w( src/core/lib/gpr/murmur_hash.h )
s.files += %w( src/core/lib/gpr/spinlock.h )