aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp23
1 files changed, 4 insertions, 19 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 00f06a1e54..641235eec2 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -259,16 +259,6 @@
],
},
{
- 'target_name': 'gpr_test_util',
- 'type': 'static_library',
- 'dependencies': [
- 'gpr',
- ],
- 'sources': [
- 'test/core/util/test_config.cc',
- ],
- },
- {
'target_name': 'grpc',
'type': 'static_library',
'dependencies': [
@@ -604,7 +594,6 @@
'target_name': 'grpc_test_util',
'type': 'static_library',
'dependencies': [
- 'gpr_test_util',
'gpr',
'grpc',
],
@@ -617,6 +606,7 @@
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
'test/core/end2end/cq_verifier.cc',
'test/core/end2end/fixtures/http_proxy_fixture.cc',
+ 'test/core/end2end/fixtures/local_util.cc',
'test/core/end2end/fixtures/proxy.cc',
'test/core/iomgr/endpoint_tests.cc',
'test/core/util/debugger_macros.cc',
@@ -633,6 +623,7 @@
'test/core/util/slice_splitter.cc',
'test/core/util/subprocess_posix.cc',
'test/core/util/subprocess_windows.cc',
+ 'test/core/util/test_config.cc',
'test/core/util/tracer_util.cc',
'test/core/util/trickle_endpoint.cc',
'test/core/util/cmdline.cc',
@@ -850,13 +841,13 @@
'type': 'static_library',
'dependencies': [
'gpr',
- 'gpr_test_util',
'grpc_unsecure',
],
'sources': [
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
'test/core/end2end/cq_verifier.cc',
'test/core/end2end/fixtures/http_proxy_fixture.cc',
+ 'test/core/end2end/fixtures/local_util.cc',
'test/core/end2end/fixtures/proxy.cc',
'test/core/iomgr/endpoint_tests.cc',
'test/core/util/debugger_macros.cc',
@@ -873,6 +864,7 @@
'test/core/util/slice_splitter.cc',
'test/core/util/subprocess_posix.cc',
'test/core/util/subprocess_windows.cc',
+ 'test/core/util/test_config.cc',
'test/core/util/tracer_util.cc',
'test/core/util/trickle_endpoint.cc',
'test/core/util/cmdline.cc',
@@ -1351,7 +1343,6 @@
'test_tcp_server',
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr',
],
'sources': [
@@ -1364,7 +1355,6 @@
'dependencies': [
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr',
],
'sources': [
@@ -1681,7 +1671,6 @@
'grpc_test_util',
'grpc++',
'grpc',
- 'gpr_test_util',
'gpr',
'grpc++_test_config',
],
@@ -1716,7 +1705,6 @@
'grpc_test_util',
'grpc++',
'grpc',
- 'gpr_test_util',
'gpr',
'grpc++_test_config',
],
@@ -2669,7 +2657,6 @@
'dependencies': [
'grpc_test_util_unsecure',
'grpc_unsecure',
- 'gpr_test_util',
'gpr',
],
'sources': [
@@ -2682,7 +2669,6 @@
'dependencies': [
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr',
],
'sources': [
@@ -2774,7 +2760,6 @@
'dependencies': [
'grpc_test_util_unsecure',
'grpc_unsecure',
- 'gpr_test_util',
'gpr',
],
'sources': [