From 131a7869c7bafc78db07997f0145376d4bfd53f7 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Wed, 6 Sep 2023 06:30:35 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 563086384 --- upb/protos/bazel/BUILD | 2 +- upb/protos_generator/BUILD | 4 ++-- upb/python/BUILD | 3 --- upb/upb/io/BUILD | 4 ++-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/upb/protos/bazel/BUILD b/upb/protos/bazel/BUILD index e56be4c452..956172879b 100644 --- a/upb/protos/bazel/BUILD +++ b/upb/protos/bazel/BUILD @@ -36,8 +36,8 @@ bzl_library( srcs = ["upb_cc_proto_library.bzl"], visibility = ["//visibility:public"], deps = [ - "@bazel_skylib//lib:paths", "//bazel:upb_proto_library_bzl", + "@bazel_skylib//lib:paths", "@bazel_tools//tools/cpp:toolchain_utils.bzl", ], ) diff --git a/upb/protos_generator/BUILD b/upb/protos_generator/BUILD index acc0c1a5bb..d51052f986 100644 --- a/upb/protos_generator/BUILD +++ b/upb/protos_generator/BUILD @@ -73,12 +73,12 @@ cc_library( ":gen_utils", ":names", ":output", - "@com_google_absl//absl/container:flat_hash_set", - "@com_google_absl//absl/strings", "//upbc:common", "//upbc:file_layout", "//upbc:keywords", "//upbc:names", + "@com_google_absl//absl/container:flat_hash_set", + "@com_google_absl//absl/strings", "@com_google_protobuf//:protobuf", ], ) diff --git a/upb/python/BUILD b/upb/python/BUILD index 1adb2bad54..3f23188d6d 100644 --- a/upb/python/BUILD +++ b/upb/python/BUILD @@ -23,10 +23,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# begin:github_only load("//python:py_extension.bzl", "py_extension") -# end:github_only - load("@bazel_skylib//lib:selects.bzl", "selects") load("@bazel_skylib//rules:common_settings.bzl", "bool_flag", "string_flag") load("//bazel:build_defs.bzl", "UPB_DEFAULT_COPTS") diff --git a/upb/upb/io/BUILD b/upb/upb/io/BUILD index 7a512a3278..820150623d 100644 --- a/upb/upb/io/BUILD +++ b/upb/upb/io/BUILD @@ -78,11 +78,11 @@ cc_test( ":string", ":tokenizer", ":zero_copy_stream", - "@com_google_absl//absl/strings", - "@com_google_absl//absl/strings:str_format", "//:lex", "//:mem", "//:port", + "@com_google_absl//absl/strings", + "@com_google_absl//absl/strings:str_format", "@com_google_googletest//:gtest_main", ], )