Automated Code Change

PiperOrigin-RevId: 621379968
pull/16397/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 85edb7e783
commit dc5053acc4
  1. 8
      protos_generator/tests/BUILD
  2. 12
      rust/test/BUILD
  3. 8
      upb/conformance/BUILD

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

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

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

Loading…
Cancel
Save