summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 15:04:30 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 15:04:30 -0700
commit1cf4af7b2c3ef7d4795aed2bda936e8e5c43fd02 (patch)
treee18272080901e77b1023e8fb905834a8c0e1a460 /BUILD
parent5e5e0cf24aa630d5ee1deb1ebf1032b7b788d9b8 (diff)
A (final?) round of Blaze fixes.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD38
1 files changed, 19 insertions, 19 deletions
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"],
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback