Automated Code Change

PiperOrigin-RevId: 621379968
pull/16397/head
Protobuf Team Bot 2024-04-02 20:37:39 -07:00 committed by Copybara-Service
parent 85edb7e783
commit dc5053acc4
3 changed files with 7 additions and 21 deletions

View File

@ -76,9 +76,7 @@ upb_cc_proto_library(
upb_cc_proto_library(
name = "naming_conflict_upb_cc_proto",
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
visibility = ["//visibility:private"],
deps = [":naming_conflict_proto"],
)
@ -111,9 +109,7 @@ cc_proto_library(
#
# upb_cc_proto_library(
# name = "legacy_name_test_proto",
# visibility = [
# "//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
# ],
# visibility = ["//visibility:private"],
# deps = [":legacy_name_proto"],
# )
# end:google_only

View File

@ -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,
],

View File

@ -43,18 +43,14 @@ upb_proto_reflection_library(
upb_proto_reflection_library(
name = "test_messages_proto2_upbdefs",
testonly = 1,
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
visibility = ["//visibility:private"],
deps = ["//src/google/protobuf:test_messages_proto2_proto"],
)
upb_proto_reflection_library(
name = "test_messages_proto3_upbdefs",
testonly = 1,
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
visibility = ["//visibility:private"],
deps = ["//src/google/protobuf:test_messages_proto3_proto"],
)