aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel/grpc_deps.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'bazel/grpc_deps.bzl')
-rw-r--r--bazel/grpc_deps.bzl10
1 files changed, 10 insertions, 0 deletions
diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl
index a441c3ff3d..6b3a55379e 100644
--- a/bazel/grpc_deps.bzl
+++ b/bazel/grpc_deps.bzl
@@ -57,6 +57,16 @@ def grpc_deps():
actual = "@com_github_gflags_gflags//:gflags",
)
+ native.bind(
+ name = "grpc_cpp_plugin",
+ actual = "@com_github_grpc_grpc//:grpc_cpp_plugin"
+ )
+
+ native.bind(
+ name = "grpc++_codegen_proto",
+ actual = "@com_github_grpc_grpc//:grpc++_codegen_proto"
+ )
+
if "boringssl" not in native.existing_rules():
native.http_archive(
name = "boringssl",