aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-06 13:16:08 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-06 13:16:08 -0700
commite08e39d14811c51334151ca43b40764a70380e23 (patch)
tree2b14caea98ad852fc37cc6cd391e3546ac98d014 /grpc.gyp
parenta69912cb2c7abae2d930c4158bd56c33b9b7b898 (diff)
parent3640b4084ac8485ef99ab3162cae7b8b079bbf6b (diff)
Merge github.com:grpc/grpc into qps_failya
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/grpc.gyp b/grpc.gyp
index a38b2a3676..53e388561f 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -223,7 +223,7 @@
],
'sources': [
'src/core/lib/surface/init.cc',
- 'src/core/lib/backoff/backoff.c',
+ 'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',
'src/core/lib/channel/channel_stack_builder.cc',
@@ -525,7 +525,7 @@
'test/core/util/port_server_client.c',
'test/core/util/slice_splitter.c',
'test/core/util/trickle_endpoint.c',
- 'src/core/lib/backoff/backoff.c',
+ 'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',
'src/core/lib/channel/channel_stack_builder.cc',
@@ -732,7 +732,7 @@
'test/core/util/port_server_client.c',
'test/core/util/slice_splitter.c',
'test/core/util/trickle_endpoint.c',
- 'src/core/lib/backoff/backoff.c',
+ 'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',
'src/core/lib/channel/channel_stack_builder.cc',
@@ -924,7 +924,7 @@
'sources': [
'src/core/lib/surface/init.cc',
'src/core/lib/surface/init_unsecure.cc',
- 'src/core/lib/backoff/backoff.c',
+ 'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',
'src/core/lib/channel/channel_stack_builder.cc',