aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-01 09:34:42 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-01 09:34:42 -0700
commit4c751ebd505d4759744489dbaae72a477f272f78 (patch)
tree9bf0c2d530a8fc12d6df1ce65c53c8d952f191b7 /grpc.gemspec
parentccbc810bae7adaa17ad38d03f52d74631ccfe2c3 (diff)
parent55458f1decb53a3e56b8dbcd4a465925810a1f27 (diff)
Merge github.com:grpc/grpc into error
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index d729bc6a69..05c5cc9f8d 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -189,6 +189,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/iomgr/endpoint.h )
s.files += %w( src/core/lib/iomgr/endpoint_pair.h )
s.files += %w( src/core/lib/iomgr/error.h )
+ s.files += %w( src/core/lib/iomgr/ev_poll_and_epoll_posix.h )
s.files += %w( src/core/lib/iomgr/ev_poll_posix.h )
s.files += %w( src/core/lib/iomgr/ev_posix.h )
s.files += %w( src/core/lib/iomgr/exec_ctx.h )
@@ -339,6 +340,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/iomgr/endpoint_pair_posix.c )
s.files += %w( src/core/lib/iomgr/endpoint_pair_windows.c )
s.files += %w( src/core/lib/iomgr/error.c )
+ s.files += %w( src/core/lib/iomgr/ev_poll_and_epoll_posix.c )
s.files += %w( src/core/lib/iomgr/ev_poll_posix.c )
s.files += %w( src/core/lib/iomgr/ev_posix.c )
s.files += %w( src/core/lib/iomgr/exec_ctx.c )