aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-10-20 23:07:37 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-10-20 23:07:37 +0200
commit4dc64310bb4f4521fc025f1cb53bab309128c086 (patch)
tree2b286ac946923976ca5493fbe44a9c9b914bd854 /WORKSPACE
parentd58c375d764c65d699cfd0e4536c3e8f631e8221 (diff)
Adding cc_grpc_library.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE17
1 files changed, 16 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 6a1b70e152..1499a0a52f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -4,6 +4,16 @@ bind(
)
bind(
+ name = "grpc_cpp_plugin",
+ actual = "//:grpc_cpp_plugin",
+)
+
+bind(
+ name = "grpc++",
+ actual = "//:grpc++",
+)
+
+bind(
name = "libssl",
actual = "@submodule_boringssl//:ssl",
)
@@ -14,13 +24,18 @@ bind(
)
bind(
+ name = "protobuf",
+ actual = "@submodule_protobuf//:protobuf",
+)
+
+bind(
name = "protobuf_clib",
actual = "@submodule_protobuf//:protoc_lib",
)
bind(
name = "protobuf_compiler",
- actual = "@submodule_protobuf//:protoc_lib",
+ actual = "@submodule_protobuf//:protoc",
)
new_local_repository(