aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-09 00:20:09 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-09 00:20:09 +0200
commit1c7cdd5f23e31987d61a0bb77aceaecca7f04571 (patch)
treeb89f8559f0bd8a0509842274021db8a887d2494f /test/cpp/util/BUILD
parente93306e54dadab5cc1aaa67002b729fb91930170 (diff)
Fixing test_util target.
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r--test/cpp/util/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index 6c38d154ea..93aaeaa59f 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -85,6 +85,9 @@ grpc_cc_library(
"//test/core/end2end:ssl_test_data",
"//test/core/util:gpr_test_util",
],
+ external_deps = [
+ "protobuf",
+ ],
)
grpc_cc_library(