aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-10-21 01:54:32 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-10-21 01:54:32 +0200
commit799bd5efb70b0abe076353dedd6a1983f1b01951 (patch)
treee2d27deaff339c6abbad0df423f68387af72cb30 /WORKSPACE
parent4dc64310bb4f4521fc025f1cb53bab309128c086 (diff)
Adding shim for generating C++ protos.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE12
1 files changed, 1 insertions, 11 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 1499a0a52f..98c3afa5bd 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -4,16 +4,6 @@ bind(
)
bind(
- name = "grpc_cpp_plugin",
- actual = "//:grpc_cpp_plugin",
-)
-
-bind(
- name = "grpc++",
- actual = "//:grpc++",
-)
-
-bind(
name = "libssl",
actual = "@submodule_boringssl//:ssl",
)
@@ -34,7 +24,7 @@ bind(
)
bind(
- name = "protobuf_compiler",
+ name = "protocol_compiler",
actual = "@submodule_protobuf//:protoc",
)