From 1cf4af7b2c3ef7d4795aed2bda936e8e5c43fd02 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 14 May 2019 15:04:30 -0700 Subject: A (final?) round of Blaze fixes. --- BUILD | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 65eb95a..96d7b7d 100644 --- a/BUILD +++ b/BUILD @@ -282,25 +282,6 @@ cc_test( ], ) -upb_proto_reflection_library( - name = "descriptor_upbreflection", - deps = ["@com_google_protobuf//:descriptor_proto"], -) - -cc_test( - name = "test_encoder", - srcs = ["tests/pb/test_encoder.cc"], - copts = CPPOPTS, - deps = [ - ":descriptor_upbproto", - ":descriptor_upbreflection", - ":upb", - ":upb_cc_bindings", - ":upb_pb", - ":upb_test", - ], -) - proto_library( name = "test_cpp_proto", srcs = [ @@ -339,6 +320,25 @@ cc_test( ) # copybara:strip_for_google3_begin +upb_proto_reflection_library( + name = "descriptor_upbreflection", + deps = ["@com_google_protobuf//:descriptor_proto"], +) + +cc_test( + name = "test_encoder", + srcs = ["tests/pb/test_encoder.cc"], + copts = CPPOPTS, + deps = [ + ":descriptor_upbproto", + ":descriptor_upbreflection", + ":upb", + ":upb_cc_bindings", + ":upb_pb", + ":upb_test", + ], +) + proto_library( name = "test_json_enum_from_separate", srcs = ["tests/json/enum_from_separate_file.proto"], -- cgit v1.2.3