From 987267f633a9ee6a52879a657795ee99ddfe4ee9 Mon Sep 17 00:00:00 2001
From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org>
Date: Mon, 8 May 2017 23:44:07 +0200
Subject: [PATCH] Fixing grpc_cli_libs.

---
 test/cpp/util/BUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index 61e07df7b1..6c38d154ea 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -111,5 +111,7 @@ grpc_cc_library(
     ],
     external_deps = [
         "gflags",
+        "protobuf",
+        "protobuf_clib",
     ],
 )
-- 
GitLab