From 684fe378e12b75d9d535ed9240d9d568500f5ed6 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org> Date: Fri, 5 May 2017 19:27:27 +0200 Subject: [PATCH] Adding "grpc_cli_libs" back. --- test/cpp/util/BUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD index ea7827a68d..61e07df7b1 100644 --- a/test/cpp/util/BUILD +++ b/test/cpp/util/BUILD @@ -86,3 +86,30 @@ grpc_cc_library( "//test/core/util:gpr_test_util", ], ) + +grpc_cc_library( + name = "grpc_cli_libs", + srcs = [ + "cli_call.cc", + "cli_credentials.cc", + "grpc_tool.cc", + "proto_file_parser.cc", + "service_describer.cc", + ], + hdrs = [ + "cli_call.h", + "cli_credentials.h", + "config_grpc_cli.h", + "grpc_tool.h", + "proto_file_parser.h", + "service_describer.h", + ], + deps = [ + "//:grpc++", + "//src/proto/grpc/reflection/v1alpha:reflection_proto", + ":grpc++_proto_reflection_desc_db", + ], + external_deps = [ + "gflags", + ], +) -- GitLab