aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2017-02-10 12:28:22 -0500
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-02-21 10:14:59 -0500
commitf19aa2150d419b0ab605025bcb3d033b59ddbd24 (patch)
tree78939de7cd00051b1bb768c6d8169d04f5648032 /third_party/grpc
parentc9a75d27d6299389d10b148cc65151875ae7079c (diff)
Remove no-longer used protobuf BUILD aliases
Also, rename rules in third_party/protobuf/3.0.0/BUILD to match upstream protobuf. Change-Id: I343982e752722ebb2461fb08e722558cea2f06b9
Diffstat (limited to 'third_party/grpc')
-rw-r--r--third_party/grpc/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD
index 386813e52e..deaefd0b2f 100644
--- a/third_party/grpc/BUILD
+++ b/third_party/grpc/BUILD
@@ -539,6 +539,6 @@ cc_library(
],
deps = [
":grpc_unsecure",
- "//third_party/protobuf:protobuf_clib",
+ "//third_party/protobuf:protobuf",
],
)