aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-11-03 14:46:42 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-11-03 22:18:29 +0000
commitdc7c50e6a442d3877d649b9277a56761a86f6b77 (patch)
treebdae0d02d8d5f7568e4692339243074393373bf7 /WORKSPACE
parent8cbb89a722ac87824a56ad77e3e05f72891d257c (diff)
Switch PB dependence to PB headers dependence
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE5
1 files changed, 5 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 907cef1fca..5f87d68a2f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -24,6 +24,11 @@ bind(
)
bind(
+ name = "protobuf_headers",
+ actual = "@com_google_protobuf//:protobuf_headers",
+)
+
+bind(
name = "protocol_compiler",
actual = "@com_google_protobuf//:protoc",
)