aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-01 15:19:06 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-01 15:19:06 -0700
commit2a2599b5ca5976ca040384e709f0b925cca74d01 (patch)
treeb4086c9a05149ec39ab57b9d50918c479117d887 /grpc.gemspec
parent38d8055306dde493cf5361ca04ff4f5ae8272de7 (diff)
incremental fix - removed cronet dependency from grpc_secure
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 134211f266..ca2c21e8dc 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -169,7 +169,6 @@ Gem::Specification.new do |s|
s.files += %w( include/grpc/impl/codegen/sync_posix.h )
s.files += %w( include/grpc/impl/codegen/sync_win32.h )
s.files += %w( include/grpc/impl/codegen/time.h )
- s.files += %w( include/grpc/grpc_cronet.h )
s.files += %w( include/grpc/grpc_security.h )
s.files += %w( include/grpc/grpc_security_constants.h )
s.files += %w( include/grpc/census.h )