aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-10-16 11:44:21 -0700
committerJisi Liu <jisi.liu@gmail.com>2015-10-16 11:44:21 -0700
commitd8701b5741a668c5f2b4781b12f5d5517e38b9e7 (patch)
tree8a5da9c979d556695b72a6671d38d9684ea7f385 /BUILD
parent9c7d9c0925ebed800e4e41b298de9d97fd429679 (diff)
downloadprotobuf-d8701b5741a668c5f2b4781b12f5d5517e38b9e7.tar.gz
protobuf-d8701b5741a668c5f2b4781b12f5d5517e38b9e7.tar.bz2
protobuf-d8701b5741a668c5f2b4781b12f5d5517e38b9e7.zip
Rename deps/proto_deps to cc_libs/deps
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index a060f06e..bce030a7 100644
--- a/BUILD
+++ b/BUILD
@@ -147,7 +147,7 @@ cc_proto_library(
srcs = ["src/" + s for s in WELL_KNOWN_PROTOS],
internal_bootstrap_hack = 1,
prefix = "src",
- deps = ":protobuf",
+ cc_libs = [":protobuf"],
)
################################################################################
@@ -341,7 +341,7 @@ cc_proto_library(
name = "cc_test_protos",
srcs = ["src/" + s for s in (LITE_TEST_PROTOS + TEST_PROTOS)],
prefix = "src",
- proto_deps = [":cc_wkt_protos"],
+ deps = [":cc_wkt_protos"],
)
COMMON_TEST_SRCS = [