From d8701b5741a668c5f2b4781b12f5d5517e38b9e7 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Fri, 16 Oct 2015 11:44:21 -0700 Subject: Rename deps/proto_deps to cc_libs/deps --- BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD') 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 = [ -- cgit v1.2.3