From 1c7cdd5f23e31987d61a0bb77aceaecca7f04571 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 9 May 2017 00:20:09 +0200 Subject: Fixing test_util target. --- test/cpp/util/BUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/cpp/util') 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( -- cgit v1.2.3