Add missing grpc dependency ()

This commit is contained in:
Jonathan Hseu 2017-07-27 17:23:57 -07:00 committed by GitHub
parent 22241cd42d
commit 1ebbf4325f

View File

@ -1,3 +1,15 @@
diff --git a/BUILD b/BUILD
index 6dcc76eb7a..903739bfad 100644
--- a/BUILD
+++ b/BUILD
@@ -287,6 +287,7 @@ grpc_cc_library(
"grpc++_base_unsecure",
"grpc++_codegen_base",
"grpc++_codegen_base_src",
+ "grpc++_codegen_proto",
"grpc_unsecure",
],
)
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index f793cae56d..0295adb8ab 100644
--- a/bazel/grpc_build_system.bzl