aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/BUILD
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-19 13:22:35 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-19 13:22:35 -0700
commit3b42f83068618d5888b870874937a185803a2db1 (patch)
treed2f7edaff548f6459bdf09d687a137b23a024ac3 /test/cpp/util/BUILD
parent9bef1390540e7662b6d941c0a17f136b10ffc084 (diff)
Revert "Revert "Channel Tracing Implementation; Part 1""
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r--test/cpp/util/BUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index 4f84c73820..4ac8572072 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -85,6 +85,24 @@ grpc_cc_library(
)
grpc_cc_library(
+ name = "channel_trace_proto_helper",
+ srcs = [
+ "channel_trace_proto_helper.cc",
+ ],
+ hdrs = [
+ "channel_trace_proto_helper.h",
+ ],
+ deps = [
+ "//:grpc++",
+ "//src/proto/grpc/channelz:channelz_proto",
+ ],
+ external_deps = [
+ "gtest",
+ "protobuf",
+ ],
+)
+
+grpc_cc_library(
name = "test_util_unsecure",
srcs = GRPCXX_TESTUTIL_SRCS,
hdrs = GRPCXX_TESTUTIL_HDRS,