aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2018-12-07 13:15:30 -0800
committerGravatar GitHub <noreply@github.com>2018-12-07 13:15:30 -0800
commitb590167cf28365111de0e2f6ccae1a86536d52cc (patch)
tree55b94f815d4213e0a82ebeb3766758d6793afb0b /grpc.gyp
parent6dc358ca341faf1bcfb88b4635caf61ca2d6c598 (diff)
parent2246607dedfbad98c3aa4f39997907a203985863 (diff)
Merge pull request #17435 from yang-g/health_service_shutdown
Add a Shutdown call to HealthCheckServiceInterface
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',