aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2018-08-16 06:50:10 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2018-08-16 06:50:10 -0700
commit8a80364a9fde058d2d1126a8ec2acf3da1cbea5b (patch)
tree5f1f835060344d45b4d7c7ca8f7f77fc46a5172a /test/cpp/util
parent8a86f5329e07ee90b832195dac7b1d88637bec39 (diff)
Cleaned up BUILD file, which fixed a dependency problem with protobuf.
Diffstat (limited to 'test/cpp/util')
-rw-r--r--test/cpp/util/BUILD18
1 files changed, 3 insertions, 15 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index c3bfeb7615..477862a0ee 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -269,27 +269,15 @@ grpc_cc_test(
grpc_cc_binary(
name = "grpc_cli",
srcs = [
- "cli_call.cc",
- "cli_call.h",
- "cli_credentials.cc",
- "cli_credentials.h",
- "config_grpc_cli.h",
"grpc_cli.cc",
- "grpc_tool.cc",
- "grpc_tool.h",
- "proto_file_parser.cc",
- "proto_file_parser.h",
- "proto_reflection_descriptor_database.cc",
- "proto_reflection_descriptor_database.h",
- "service_describer.cc",
- "service_describer.h",
- "test_config.h",
- "test_config_cc.cc",
],
external_deps = [
"gflags",
],
deps = [
+ ":grpc_cli_libs",
+ ":grpc++_proto_reflection_desc_db",
+ ":test_config",
"//:grpc++",
"//src/proto/grpc/reflection/v1alpha:reflection_proto",
],