aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-16 08:07:17 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-16 08:07:17 -0800
commit5a6644602e086ee4c4825c33508e4c67389f246e (patch)
tree7df13432ca046ae5208a77b21a63e7c57aab2400 /grpc.gemspec
parentccdea1900fdad3d507617c8b1b639c7f5914d06b (diff)
Moving fd code into ev code
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec6
1 files changed, 4 insertions, 2 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 4485b440d6..edf24f8a33 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -204,9 +204,10 @@ Gem::Specification.new do |s|
s.files += %w( src/core/iomgr/closure.h )
s.files += %w( src/core/iomgr/endpoint.h )
s.files += %w( src/core/iomgr/endpoint_pair.h )
+ s.files += %w( src/core/iomgr/ev_poll_and_epoll_posix.h )
+ s.files += %w( src/core/iomgr/ev_posix.h )
s.files += %w( src/core/iomgr/exec_ctx.h )
s.files += %w( src/core/iomgr/executor.h )
- s.files += %w( src/core/iomgr/fd_posix.h )
s.files += %w( src/core/iomgr/iocp_windows.h )
s.files += %w( src/core/iomgr/iomgr.h )
s.files += %w( src/core/iomgr/iomgr_internal.h )
@@ -341,9 +342,10 @@ Gem::Specification.new do |s|
s.files += %w( src/core/iomgr/endpoint.c )
s.files += %w( src/core/iomgr/endpoint_pair_posix.c )
s.files += %w( src/core/iomgr/endpoint_pair_windows.c )
+ s.files += %w( src/core/iomgr/ev_poll_and_epoll_posix.c )
+ s.files += %w( src/core/iomgr/ev_posix.c )
s.files += %w( src/core/iomgr/exec_ctx.c )
s.files += %w( src/core/iomgr/executor.c )
- s.files += %w( src/core/iomgr/fd_posix.c )
s.files += %w( src/core/iomgr/iocp_windows.c )
s.files += %w( src/core/iomgr/iomgr.c )
s.files += %w( src/core/iomgr/iomgr_posix.c )