|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
load("//bazel:cc_proto_library.bzl", "cc_proto_library") |
|
|
|
|
load( |
|
|
|
|
"//rust:defs.bzl", |
|
|
|
|
"rust_cc_proto_library", |
|
|
|
@ -224,17 +223,11 @@ proto_library( |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
cc_proto_library( |
|
|
|
|
name = "import_public_cc_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
deps = [":import_public_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
rust_cc_proto_library( |
|
|
|
|
name = "import_public_cc_rust_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
visibility = ["//rust/test/shared:__subpackages__"], |
|
|
|
|
deps = [":import_public_cc_proto"], |
|
|
|
|
deps = [":import_public_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
rust_upb_proto_library( |
|
|
|
@ -328,17 +321,11 @@ rust_upb_proto_library( |
|
|
|
|
deps = [":package_disabiguation_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
cc_proto_library( |
|
|
|
|
name = "package_disabiguation_cc_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
deps = [":package_disabiguation_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
rust_cc_proto_library( |
|
|
|
|
name = "package_disabiguation_cc_rust_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
visibility = ["//rust/test/shared:__subpackages__"], |
|
|
|
|
deps = [":package_disabiguation_cc_proto"], |
|
|
|
|
deps = [":package_disabiguation_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
proto_library( |
|
|
|
@ -411,19 +398,13 @@ proto_library( |
|
|
|
|
srcs = ["struct.proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
cc_proto_library( |
|
|
|
|
name = "struct_cc_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
deps = [":struct"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
rust_cc_proto_library( |
|
|
|
|
name = "struct_cc_rust_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
visibility = [ |
|
|
|
|
"//rust/test/shared:__subpackages__", |
|
|
|
|
], |
|
|
|
|
deps = [":struct_cc_proto"], |
|
|
|
|
deps = [":struct"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
rust_upb_proto_library( |
|
|
|
@ -441,19 +422,13 @@ proto_library( |
|
|
|
|
srcs = ["imported_types.proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
cc_proto_library( |
|
|
|
|
name = "imported_types_cc_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
deps = [":imported_types_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
rust_cc_proto_library( |
|
|
|
|
name = "imported_types_cc_rust_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
visibility = [ |
|
|
|
|
"//rust/test/shared:__subpackages__", |
|
|
|
|
], |
|
|
|
|
deps = [":imported_types_cc_proto"], |
|
|
|
|
deps = [":imported_types_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
rust_upb_proto_library( |
|
|
|
@ -473,19 +448,13 @@ proto_library( |
|
|
|
|
deps = [":imported_types_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
cc_proto_library( |
|
|
|
|
name = "fields_with_imported_types_cc_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
deps = [":fields-with-imported-types_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
rust_cc_proto_library( |
|
|
|
|
name = "fields_with_imported_types_cc_rust_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
visibility = [ |
|
|
|
|
"//rust/test/shared:__subpackages__", |
|
|
|
|
], |
|
|
|
|
deps = [":fields_with_imported_types_cc_proto"], |
|
|
|
|
deps = [":fields-with-imported-types_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
rust_upb_proto_library( |
|
|
|
|