aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp34
1 files changed, 17 insertions, 17 deletions
diff --git a/grpc.gyp b/grpc.gyp
index d5a20fa555..9cc549fafc 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -509,22 +509,22 @@
'test/core/end2end/data/server1_cert.c',
'test/core/end2end/data/server1_key.c',
'test/core/end2end/data/test_root_cert.c',
- 'test/core/security/oauth2_utils.c',
+ 'test/core/security/oauth2_utils.cc',
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
'test/core/end2end/cq_verifier.c',
- 'test/core/end2end/fixtures/http_proxy_fixture.c',
+ 'test/core/end2end/fixtures/http_proxy_fixture.cc',
'test/core/end2end/fixtures/proxy.c',
- 'test/core/iomgr/endpoint_tests.c',
+ 'test/core/iomgr/endpoint_tests.cc',
'test/core/util/debugger_macros.cc',
'test/core/util/grpc_profiler.c',
'test/core/util/memory_counters.c',
- 'test/core/util/mock_endpoint.c',
+ 'test/core/util/mock_endpoint.cc',
'test/core/util/parse_hexstring.c',
- 'test/core/util/passthru_endpoint.c',
- 'test/core/util/port.c',
- 'test/core/util/port_server_client.c',
+ 'test/core/util/passthru_endpoint.cc',
+ 'test/core/util/port.cc',
+ 'test/core/util/port_server_client.cc',
'test/core/util/slice_splitter.c',
- 'test/core/util/trickle_endpoint.c',
+ 'test/core/util/trickle_endpoint.cc',
'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',
@@ -719,19 +719,19 @@
'sources': [
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
'test/core/end2end/cq_verifier.c',
- 'test/core/end2end/fixtures/http_proxy_fixture.c',
+ 'test/core/end2end/fixtures/http_proxy_fixture.cc',
'test/core/end2end/fixtures/proxy.c',
- 'test/core/iomgr/endpoint_tests.c',
+ 'test/core/iomgr/endpoint_tests.cc',
'test/core/util/debugger_macros.cc',
'test/core/util/grpc_profiler.c',
'test/core/util/memory_counters.c',
- 'test/core/util/mock_endpoint.c',
+ 'test/core/util/mock_endpoint.cc',
'test/core/util/parse_hexstring.c',
- 'test/core/util/passthru_endpoint.c',
- 'test/core/util/port.c',
- 'test/core/util/port_server_client.c',
+ 'test/core/util/passthru_endpoint.cc',
+ 'test/core/util/port.cc',
+ 'test/core/util/port_server_client.cc',
'test/core/util/slice_splitter.c',
- 'test/core/util/trickle_endpoint.c',
+ 'test/core/util/trickle_endpoint.cc',
'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',
@@ -1179,7 +1179,7 @@
'gpr',
],
'sources': [
- 'test/core/util/test_tcp_server.c',
+ 'test/core/util/test_tcp_server.cc',
],
},
{
@@ -2355,7 +2355,7 @@
'gpr',
],
'sources': [
- 'test/core/bad_client/bad_client.c',
+ 'test/core/bad_client/bad_client.cc',
],
},
{