aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-12-06 13:40:12 -0800
committerGravatar yang-g <yangg@google.com>2018-12-06 13:40:12 -0800
commite00ca0371a332e8d35a7394556883e1693fa8a2f (patch)
tree49f189950a348dbc06b2b59137c53cc42c47c002 /grpc.gyp
parent8ba8dadcc924296a120ce50329cd08fdfec6aec6 (diff)
Promote gpr_test_util to part of grpc_test_util, add a sample to show it works, build.yaml change first
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp21
1 files changed, 2 insertions, 19 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 2b841354ba..d619f395bb 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',
],
@@ -633,6 +622,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,7 +840,6 @@
'type': 'static_library',
'dependencies': [
'gpr',
- 'gpr_test_util',
'grpc_unsecure',
],
'sources': [
@@ -873,6 +862,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 +1341,6 @@
'test_tcp_server',
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr',
],
'sources': [
@@ -1364,7 +1353,6 @@
'dependencies': [
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr',
],
'sources': [
@@ -1679,7 +1667,6 @@
'grpc_test_util',
'grpc++',
'grpc',
- 'gpr_test_util',
'gpr',
'grpc++_test_config',
],
@@ -1714,7 +1701,6 @@
'grpc_test_util',
'grpc++',
'grpc',
- 'gpr_test_util',
'gpr',
'grpc++_test_config',
],
@@ -2667,7 +2653,6 @@
'dependencies': [
'grpc_test_util_unsecure',
'grpc_unsecure',
- 'gpr_test_util',
'gpr',
],
'sources': [
@@ -2680,7 +2665,6 @@
'dependencies': [
'grpc_test_util',
'grpc',
- 'gpr_test_util',
'gpr',
],
'sources': [
@@ -2772,7 +2756,6 @@
'dependencies': [
'grpc_test_util_unsecure',
'grpc_unsecure',
- 'gpr_test_util',
'gpr',
],
'sources': [