@ -8,7 +8,7 @@ load(
" strip_prefix " ,
)
load ( " @rules_ruby//ruby:defs.bzl " , " ruby_binary " )
load ( " //:protobuf.bzl " , " internal_csharp_proto_library " , " internal_objc_proto_library " , " internal_php_proto_library " , " internal_py_proto_library " )
load ( " //:protobuf.bzl " , " internal_csharp_proto_library " , " internal_objc_proto_library " , " internal_php_proto_library " , " internal_py_proto_library " , " internal_ruby_proto_library " )
load ( " //bazel:cc_proto_library.bzl " , " cc_proto_library " )
load ( " //build_defs:internal_shell.bzl " , " inline_sh_binary " )
load ( " //ruby:defs.bzl " , " internal_ruby_proto_library " )
@ -167,10 +167,10 @@ cc_library(
" :test_messages_proto2_proto_cc " ,
" :test_messages_proto3_proto_cc " ,
" //conformance/test_protos:test_messages_edition2023_cc_proto " ,
" //editions:test_messages_proto2_editions_cc_proto " ,
" //editions:test_messages_proto3_editions_cc_proto " ,
" //src/google/protobuf " ,
" //src/google/protobuf:protobuf_lite " ,
" //src/google/protobuf/editions:test_messages_proto2_editions_cc_proto " ,
" //src/google/protobuf/editions:test_messages_proto3_editions_cc_proto " ,
" //src/google/protobuf/json " ,
" //src/google/protobuf/util:type_resolver " ,
" @com_google_absl//absl/log:absl_check " ,
@ -192,9 +192,9 @@ cc_library(
" :test_messages_proto2_proto_cc " ,
" :test_messages_proto3_proto_cc " ,
" //conformance/test_protos:test_messages_edition2023_cc_proto " ,
" //editions:test_messages_proto2_editions_cc_proto " ,
" //editions:test_messages_proto3_editions_cc_proto " ,
" //src/google/protobuf " ,
" //src/google/protobuf/editions:test_messages_proto2_editions_cc_proto " ,
" //src/google/protobuf/editions:test_messages_proto3_editions_cc_proto " ,
" @com_google_absl//absl/log:absl_log " ,
" @com_google_absl//absl/log:die_if_null " ,
" @com_google_absl//absl/strings " ,
@ -226,11 +226,11 @@ cc_binary(
" //:test_messages_proto2_cc_proto " ,
" //:test_messages_proto3_cc_proto " ,
" //conformance/test_protos:test_messages_edition2023_cc_proto " ,
" //editions:test_messages_proto2_editions_cc_proto " ,
" //editions:test_messages_proto3_editions_cc_proto " ,
" //src/google/protobuf " ,
" //src/google/protobuf:port " ,
" //src/google/protobuf:protobuf_lite " ,
" //src/google/protobuf/editions:test_messages_proto2_editions_cc_proto " ,
" //src/google/protobuf/editions:test_messages_proto3_editions_cc_proto " ,
" //src/google/protobuf/stubs " ,
" //src/google/protobuf/util:json_util " ,
" //src/google/protobuf/util:type_resolver " ,
@ -257,8 +257,8 @@ java_binary(
" //:test_messages_proto2_java_proto " ,
" //:test_messages_proto3_java_proto " ,
" //conformance/test_protos:test_messages_edition2023_java_proto " ,
" //src/google/protobuf/ editions:test_messages_proto2_editions_java_proto " ,
" //src/google/protobuf/ editions:test_messages_proto3_editions_java_proto " ,
" //editions:test_messages_proto2_editions_java_proto " ,
" //editions:test_messages_proto3_editions_java_proto " ,
] ,
)
@ -277,8 +277,8 @@ java_binary(
" //:test_messages_proto2_java_proto_lite " ,
" //:test_messages_proto3_java_proto_lite " ,
" //conformance/test_protos:test_messages_edition2023_java_proto_lite " ,
" //src/google/protobuf/ editions:test_messages_proto2_editions_java_proto_lite " ,
" //src/google/protobuf/ editions:test_messages_proto3_editions_java_proto_lite " ,
" //editions:test_messages_proto2_editions_java_proto_lite " ,
" //editions:test_messages_proto3_editions_java_proto_lite " ,
] ,
)
@ -296,6 +296,8 @@ py_binary(
" :conformance_py_proto " ,
" //:protobuf_python " ,
" //conformance/test_protos:test_messages_edition2023_py_proto " ,
" //editions:test_messages_proto2_editions_py_pb2 " ,
" //editions:test_messages_proto3_editions_py_pb2 " ,
" //python:_message " , # Make upb visible if we need it.
" //python:conformance_test_py_proto " ,
] ,
@ -363,8 +365,8 @@ objc_library(
" //:test_messages_proto2_objc_proto " ,
" //:test_messages_proto3_objc_proto " ,
" //conformance/test_protos:test_messages_edition2023_objc_proto " ,
" //src/google/protobuf/ editions:test_messages_proto2_editions_objc_proto " ,
" //src/google/protobuf/ editions:test_messages_proto3_editions_objc_proto " ,
" //editions:test_messages_proto2_editions_objc_proto " ,
" //editions:test_messages_proto3_editions_objc_proto " ,
] ,
)
@ -385,6 +387,7 @@ ruby_binary(
deps = [
" :conformance_ruby_proto " ,
" //conformance/test_protos:test_messages_edition2023_ruby_proto " ,
" //ruby:conformance_editions_test_ruby_proto " ,
" //ruby:conformance_test_ruby_proto " ,
" //ruby:protobuf " ,
] ,