aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-12-06 17:12:43 -0800
committerGravatar yang-g <yangg@google.com>2018-12-06 17:12:43 -0800
commit47233225cafb2e9366e23fb4dd4bafee1005b0ef (patch)
tree3df5b0d5a30a58eeed86873e5cb669eaa91efd11 /grpc.gyp
parentf1f557bc43992ade0f09c9240c2d5c71c3478f0a (diff)
Split out the test service to separate library so that it can be reused
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 2b841354ba..564922ff72 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -1498,6 +1498,7 @@
'src/proto/grpc/testing/echo.proto',
'src/proto/grpc/testing/duplicate/echo_duplicate.proto',
'src/proto/grpc/testing/simple_messages.proto',
+ 'test/cpp/end2end/test_health_check_service_impl.cc',
'test/cpp/end2end/test_service_impl.cc',
'test/cpp/util/byte_buffer_proto_helper.cc',
'test/cpp/util/channel_trace_proto_helper.cc',
@@ -1522,6 +1523,7 @@
'src/proto/grpc/testing/echo.proto',
'src/proto/grpc/testing/duplicate/echo_duplicate.proto',
'src/proto/grpc/testing/simple_messages.proto',
+ 'test/cpp/end2end/test_health_check_service_impl.cc',
'test/cpp/end2end/test_service_impl.cc',
'test/cpp/util/byte_buffer_proto_helper.cc',
'test/cpp/util/string_ref_helper.cc',