diff options
author | Craig Tiller <ctiller@google.com> | 2017-06-08 16:03:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 16:03:36 -0700 |
commit | dc1685564991c65f1c177c2363c93441bc35134c (patch) | |
tree | 72cb361a167913363b015c93a2192332ddf51397 /grpc.gemspec | |
parent | 8f3d02106b72783f61430c84d3501ed3d88b3415 (diff) | |
parent | ae6083674ad9fef86223968c5ffe12bc5a133d83 (diff) |
Merge pull request #11336 from ctiller/ALL-the-things
Roll-up of threading changes
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 946b1b4bf2..a4e22dfbdf 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -249,9 +249,6 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/iomgr/wakeup_fd_cv.h ) s.files += %w( src/core/lib/iomgr/wakeup_fd_pipe.h ) s.files += %w( src/core/lib/iomgr/wakeup_fd_posix.h ) - s.files += %w( src/core/lib/iomgr/workqueue.h ) - s.files += %w( src/core/lib/iomgr/workqueue_uv.h ) - s.files += %w( src/core/lib/iomgr/workqueue_windows.h ) s.files += %w( src/core/lib/json/json.h ) s.files += %w( src/core/lib/json/json_common.h ) s.files += %w( src/core/lib/json/json_reader.h ) @@ -477,8 +474,6 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/iomgr/wakeup_fd_nospecial.c ) s.files += %w( src/core/lib/iomgr/wakeup_fd_pipe.c ) s.files += %w( src/core/lib/iomgr/wakeup_fd_posix.c ) - s.files += %w( src/core/lib/iomgr/workqueue_uv.c ) - s.files += %w( src/core/lib/iomgr/workqueue_windows.c ) s.files += %w( src/core/lib/json/json.c ) s.files += %w( src/core/lib/json/json_reader.c ) s.files += %w( src/core/lib/json/json_string.c ) |