aboutsummaryrefslogtreecommitdiff
path: root/grpc.gyp
diff options
context:
space:
mode:
authorEugene Ostroukhov <eostroukhov@google.com>2023-10-06 11:40:31 -0700
committerGitHub <noreply@github.com>2023-10-06 11:40:31 -0700
commit3ed72c0c60c2e6ba3cb68d1cf9df67b623736282 (patch)
tree58c2cb911eaef59b08d0c53d1a5c61788612de4b /grpc.gyp
parent39d7a4eaeb6d2a09feedfbc69f9b29a172938eae (diff)
downloadgrpc-grpc-3ed72c0c60c2e6ba3cb68d1cf9df67b623736282.tar.gz
[reflection] Add v1 reflection (#34599)
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 6868b4996b..8c8a3f4af8 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -1842,6 +1842,7 @@
'grpc++',
],
'sources': [
+ 'src/proto/grpc/reflection/v1/reflection.proto',
'src/proto/grpc/reflection/v1alpha/reflection.proto',
'src/cpp/ext/proto_server_reflection.cc',
'src/cpp/ext/proto_server_reflection_plugin.cc',