aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-08-03 14:47:23 -0700
committerGravatar Mark D. Roth <roth@google.com>2017-08-03 14:47:23 -0700
commitf9bf428489662be3d61391d44d7e13eb8f4b7018 (patch)
tree203692808f48ab94c45cb7b9eca2d78c17092498 /grpc.gemspec
parente252e5fd9dcd8b4bf90c4c1efe18145509e150b9 (diff)
Add support for service configs to c-ares resolver.
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec4
1 files changed, 4 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index a4566672ac..f4b1fcc6dd 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -276,6 +276,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/iomgr/ev_posix.h )
s.files += %w( src/core/lib/iomgr/exec_ctx.h )
s.files += %w( src/core/lib/iomgr/executor.h )
+ s.files += %w( src/core/lib/iomgr/gethostname.h )
s.files += %w( src/core/lib/iomgr/iocp_windows.h )
s.files += %w( src/core/lib/iomgr/iomgr.h )
s.files += %w( src/core/lib/iomgr/iomgr_internal.h )
@@ -424,6 +425,9 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/iomgr/ev_windows.c )
s.files += %w( src/core/lib/iomgr/exec_ctx.c )
s.files += %w( src/core/lib/iomgr/executor.c )
+ s.files += %w( src/core/lib/iomgr/gethostname_fallback.c )
+ s.files += %w( src/core/lib/iomgr/gethostname_host_name_max.c )
+ s.files += %w( src/core/lib/iomgr/gethostname_sysconf.c )
s.files += %w( src/core/lib/iomgr/iocp_windows.c )
s.files += %w( src/core/lib/iomgr/iomgr.c )
s.files += %w( src/core/lib/iomgr/iomgr_posix.c )