diff options
author | Yuchen Zeng <zyc@google.com> | 2016-06-08 10:59:48 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-06-08 10:59:48 -0700 |
commit | eb25a07a48d84f3426a9cc03f35faaa0b9a0c7c2 (patch) | |
tree | 4261424fad1192ce13af8a2d6db875d8122ee79c /tools/run_tests | |
parent | d23710787b8a7bab4a74b4f80021d08c906b2f65 (diff) |
Add filegroup grpc++_codegen_proto
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 163c313c4a..2abd5084e9 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -4308,7 +4308,8 @@ }, { "deps": [ - "grpc++" + "grpc++", + "grpc++_codegen_proto" ], "headers": [ "include/grpc++/ext/proto_server_reflection_plugin.h", |