aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-06 11:25:14 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-06 11:25:14 -0700
commitd48bd078d7f257db2d4c48e8e835bb2ff1ac7e73 (patch)
tree8c949d86089640bd8449a1c011eec9b0a176f673 /grpc.gemspec
parentc5f7b882b48b33edc0395155c1b2ad4882b10868 (diff)
Fixes
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index fd3010b044..ce23e6f7df 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -407,7 +407,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h )
s.files += %w( src/core/ext/filters/workarounds/workaround_utils.h )
s.files += %w( src/core/lib/surface/init.cc )
- s.files += %w( src/core/lib/backoff/backoff.c )
+ s.files += %w( src/core/lib/backoff/backoff.cc )
s.files += %w( src/core/lib/channel/channel_args.cc )
s.files += %w( src/core/lib/channel/channel_stack.cc )
s.files += %w( src/core/lib/channel/channel_stack_builder.cc )