@@ -139,6 +139,7 @@ cc_library(
139139 "//:test_messages_proto2_cc_proto" ,
140140 "//:test_messages_proto3_cc_proto" ,
141141 "//conformance/test_protos:test_messages_edition2023_cc_proto" ,
142+ "//conformance/test_protos:test_messages_edition_unstable_cc_proto" ,
142143 "//editions:test_messages_proto2_editions_cc_proto" ,
143144 "//editions:test_messages_proto3_editions_cc_proto" ,
144145 "//src/google/protobuf" ,
@@ -167,6 +168,7 @@ cc_library(
167168 "//:test_messages_proto2_cc_proto" ,
168169 "//:test_messages_proto3_cc_proto" ,
169170 "//conformance/test_protos:test_messages_edition2023_cc_proto" ,
171+ "//conformance/test_protos:test_messages_edition_unstable_cc_proto" ,
170172 "//editions:test_messages_proto2_editions_cc_proto" ,
171173 "//editions:test_messages_proto3_editions_cc_proto" ,
172174 "//src/google/protobuf" ,
@@ -250,6 +252,7 @@ cc_test(
250252 "//:test_messages_proto2_cc_proto" ,
251253 "//:test_messages_proto3_cc_proto" ,
252254 "//conformance/test_protos:test_messages_edition2023_cc_proto" ,
255+ "//conformance/test_protos:test_messages_edition_unstable_cc_proto" ,
253256 "//editions:test_messages_proto2_editions_cc_proto" ,
254257 "//editions:test_messages_proto3_editions_cc_proto" ,
255258 "@googletest//:gtest" ,
@@ -449,6 +452,7 @@ cc_binary(
449452 "//:type_cc_proto" ,
450453 "//:wrappers_cc_proto" ,
451454 "//conformance/test_protos:test_messages_edition2023_cc_proto" ,
455+ "//conformance/test_protos:test_messages_edition_unstable_cc_proto" ,
452456 "//editions:test_messages_proto2_editions_cc_proto" ,
453457 "//editions:test_messages_proto3_editions_cc_proto" ,
454458 "//src/google/protobuf" ,
@@ -481,6 +485,7 @@ java_binary(
481485 "//:test_messages_proto2_java_proto" ,
482486 "//:test_messages_proto3_java_proto" ,
483487 "//conformance/test_protos:test_messages_edition2023_java_proto" ,
488+ "//conformance/test_protos:test_messages_edition_unstable_java_proto" ,
484489 "//editions:test_messages_proto2_editions_java_proto" ,
485490 "//editions:test_messages_proto3_editions_java_proto" ,
486491 ],
@@ -501,6 +506,7 @@ java_binary(
501506 "//:test_messages_proto2_java_proto_lite" ,
502507 "//:test_messages_proto3_java_proto_lite" ,
503508 "//conformance/test_protos:test_messages_edition2023_java_proto_lite" ,
509+ "//conformance/test_protos:test_messages_edition_unstable_java_proto_lite" ,
504510 "//editions:test_messages_proto2_editions_java_proto_lite" ,
505511 "//editions:test_messages_proto3_editions_java_proto_lite" ,
506512 ],
@@ -520,6 +526,7 @@ py_binary(
520526 ":conformance_py_proto" ,
521527 "//:protobuf_python" ,
522528 "//conformance/test_protos:test_messages_edition2023_py_pb2" ,
529+ "//conformance/test_protos:test_messages_edition_unstable_py_pb2" ,
523530 "//editions:test_messages_proto2_editions_py_pb2" ,
524531 "//editions:test_messages_proto3_editions_py_pb2" ,
525532 "//python:_message" , # Make upb visible if we need it.
@@ -581,6 +588,7 @@ inline_sh_binary(
581588 visibility = ["//csharp:__subpackages__" ],
582589 deps = [
583590 "//conformance/test_protos:test_messages_edition2023_csharp_proto" ,
591+ "//conformance/test_protos:test_messages_edition_unstable_csharp_proto" ,
584592 "//csharp/src/Google.Protobuf.Conformance:conformance_runfiles" ,
585593 ],
586594)
@@ -596,6 +604,7 @@ objc_library(
596604 "//:test_messages_proto2_objc_proto" ,
597605 "//:test_messages_proto3_objc_proto" ,
598606 "//conformance/test_protos:test_messages_edition2023_objc_proto" ,
607+ "//conformance/test_protos:test_messages_edition_unstable_objc_proto" ,
599608 "//editions:test_messages_proto2_editions_objc_proto" ,
600609 "//editions:test_messages_proto3_editions_objc_proto" ,
601610 ],
0 commit comments