|
|
|
@ -15,9 +15,7 @@ UNITTEST_PROTO3_OPTIONAL_TARGET = "//src/google/protobuf:test_protos" |
|
|
|
|
rust_proto_library( |
|
|
|
|
name = "unittest_rust_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
visibility = [ |
|
|
|
|
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private. |
|
|
|
|
], |
|
|
|
|
visibility = ["//visibility:private"], |
|
|
|
|
deps = [UNITTEST_PROTO_TARGET], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
@ -41,9 +39,7 @@ rust_cc_proto_library( |
|
|
|
|
rust_proto_library( |
|
|
|
|
name = "unittest_proto3_rust_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
visibility = [ |
|
|
|
|
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private. |
|
|
|
|
], |
|
|
|
|
visibility = ["//visibility:private"], |
|
|
|
|
deps = [ |
|
|
|
|
UNITTEST_PROTO3_TARGET, |
|
|
|
|
], |
|
|
|
@ -66,9 +62,7 @@ rust_upb_proto_library( |
|
|
|
|
rust_proto_library( |
|
|
|
|
name = "unittest_proto3_optional_rust_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
visibility = [ |
|
|
|
|
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private. |
|
|
|
|
], |
|
|
|
|
visibility = ["//visibility:private"], |
|
|
|
|
deps = [ |
|
|
|
|
UNITTEST_PROTO3_OPTIONAL_TARGET, |
|
|
|
|
], |
|
|
|
|