upb: delete the aliases for upb:hash, upb:lex, upb:reflection_internal

PiperOrigin-RevId: 594992691
pull/15244/head
Eric Salo 2024-01-01 18:19:56 -08:00 committed by Copybara-Service
parent 2b79738d5f
commit 64dbf0dba4
11 changed files with 26 additions and 44 deletions

View File

@ -195,13 +195,13 @@ py_extension(
"//upb:base",
"//upb:descriptor_upb_proto_reflection",
"//upb:eps_copy_input_stream",
"//upb:hash",
"//upb:message",
"//upb:message_copy",
"//upb:port",
"//upb:reflection",
"//upb:text",
"//upb:wire_reader",
"//upb/hash",
"//upb/util:compare",
"//upb/util:def_to_proto",
"//upb/util:required_fields",

View File

@ -169,24 +169,12 @@ alias(
visibility = ["//visibility:public"],
)
alias(
name = "hash",
actual = "//upb/hash",
visibility = ["//visibility:public"],
)
alias(
name = "json",
actual = "//upb/json",
visibility = ["//visibility:public"],
)
alias(
name = "lex",
actual = "//upb/lex",
visibility = ["//visibility:public"],
)
alias(
name = "mem",
actual = "//upb/mem",
@ -265,12 +253,6 @@ alias(
visibility = ["//visibility:public"],
)
alias(
name = "reflection_internal",
actual = "//upb/reflection:internal",
visibility = ["//visibility:public"],
)
alias(
name = "text",
actual = "//upb/text",
@ -333,8 +315,6 @@ upb_amalgamation(
":descriptor_upb_proto",
":eps_copy_input_stream",
":generated_code_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me",
":hash",
":lex",
":mem",
":message",
":message_accessors",
@ -345,14 +325,16 @@ upb_amalgamation(
":mini_table_compat",
":port",
":reflection",
":reflection_internal",
":wire",
":wire_reader",
"//upb/base:internal",
"//upb/hash:hash",
"//upb/lex:lex",
"//upb/mem:internal",
"//upb/message:internal",
"//upb/mini_descriptor:internal",
"//upb/mini_table:internal",
"//upb/reflection:internal",
],
strip_import_prefix = ["src"],
)
@ -378,9 +360,7 @@ upb_amalgamation(
":descriptor_upb_proto",
":eps_copy_input_stream",
":generated_code_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me",
":hash",
":json",
":lex",
":mem",
":message",
":message_accessors",
@ -391,14 +371,16 @@ upb_amalgamation(
":mini_table_compat",
":port",
":reflection",
":reflection_internal",
":wire",
":wire_reader",
"//upb/base:internal",
"//upb/hash:hash",
"//upb/lex:lex",
"//upb/mem:internal",
"//upb/message:internal",
"//upb/mini_descriptor:internal",
"//upb/mini_table:internal",
"//upb/reflection:internal",
],
prefix = "php-",
strip_import_prefix = ["src"],
@ -425,9 +407,7 @@ upb_amalgamation(
":descriptor_upb_proto",
":eps_copy_input_stream",
":generated_code_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me",
":hash",
":json",
":lex",
":mem",
":message",
":message_accessors",
@ -438,14 +418,16 @@ upb_amalgamation(
":mini_table_compat",
":port",
":reflection",
":reflection_internal",
":wire",
":wire_reader",
"//upb/base:internal",
"//upb/hash:hash",
"//upb/lex:lex",
"//upb/mem:internal",
"//upb/message:internal",
"//upb/mini_descriptor:internal",
"//upb/mini_table:internal",
"//upb/reflection:internal",
],
prefix = "ruby-",
strip_import_prefix = ["src"],

View File

@ -19,9 +19,9 @@ cc_library(
":string",
":zero_copy_stream",
"//upb:base",
"//upb:lex",
"//upb:mem",
"//upb:port",
"//upb/lex",
],
)
@ -79,9 +79,9 @@ cc_test(
":string",
":tokenizer",
":zero_copy_stream",
"//upb:lex",
"//upb:mem",
"//upb:port",
"//upb/lex",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@com_google_googletest//:gtest",

View File

@ -21,13 +21,13 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
"//upb:base",
"//upb:lex",
"//upb:mem",
"//upb:message",
"//upb:mini_table",
"//upb:port",
"//upb:reflection",
"//upb:wire",
"//upb/lex",
],
)

View File

@ -67,11 +67,11 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
"//upb:base",
"//upb:hash",
"//upb:mem",
"//upb:mini_table",
"//upb:port",
"//upb/base:internal",
"//upb/hash",
],
)

View File

@ -30,9 +30,9 @@ cc_library(
deps = [
":internal",
"//upb:base",
"//upb:hash",
"//upb:mem",
"//upb:port",
"//upb/hash",
],
)
@ -72,9 +72,9 @@ cc_library(
deps = [
":mini_table",
"//upb:base",
"//upb:hash",
"//upb:mem",
"//upb:port",
"//upb/hash",
],
)

View File

@ -133,7 +133,6 @@ bootstrap_cc_library(
visibility = ["//visibility:public"],
deps = [
"//upb:base",
"//upb:hash",
"//upb:mem",
"//upb:message",
"//upb:message_accessors",
@ -143,6 +142,7 @@ bootstrap_cc_library(
"//upb:port",
"//upb:wire",
"//upb/base:internal",
"//upb/hash",
"//upb/message:internal",
"//upb/mini_descriptor:internal",
],
@ -160,9 +160,9 @@ cc_library(
],
visibility = ["//visibility:public"],
deps = [
":internal",
"//upb:mem",
"//upb:mini_descriptor",
"//upb:reflection_internal",
],
)
@ -176,12 +176,12 @@ cc_test(
],
deps = [
":descriptor_upb_proto",
":internal",
"//upb:base",
"//upb:hash",
"//upb:mem",
"//upb:port",
"//upb:reflection",
"//upb:reflection_internal",
"//upb/hash",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",

View File

@ -19,12 +19,12 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
"//upb:eps_copy_input_stream",
"//upb:lex",
"//upb:message",
"//upb:port",
"//upb:reflection",
"//upb:wire",
"//upb:wire_reader",
"//upb/lex",
"//upb/message:internal",
],
)

View File

@ -20,7 +20,7 @@ cc_library(
deps = [
"//upb:port",
"//upb:reflection",
"//upb:reflection_internal",
"//upb/reflection:internal",
],
)
@ -53,7 +53,7 @@ cc_library(
"//upb:base",
"//upb:descriptor_upb_proto",
"//upb:mem",
"//upb:reflection_internal",
"//upb/reflection:internal",
"@com_google_googletest//:gtest",
],
)
@ -135,7 +135,7 @@ cc_test(
"//upb:json",
"//upb:mem",
"//upb:reflection",
"//upb:reflection_internal",
"//upb/reflection:internal",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",

View File

@ -28,12 +28,12 @@ cc_library(
":reader",
"//third_party/utf8_range",
"//upb:base",
"//upb:hash",
"//upb:mem",
"//upb:message",
"//upb:message_accessors",
"//upb:mini_table",
"//upb:port",
"//upb/hash",
"//upb/mem:internal",
"//upb/message:internal",
"//upb/mini_table:internal",

View File

@ -243,8 +243,8 @@ cc_library(
"//upb:mini_table",
"//upb:port",
"//upb:reflection",
"//upb:reflection_internal",
"//upb:wire",
"//upb/reflection:internal",
],
)