@@ -138,6 +138,7 @@ cc_library(
138138 "//:test_messages_proto2_cc_proto" ,
139139 "//:test_messages_proto3_cc_proto" ,
140140 "//conformance/test_protos:test_messages_edition2023_cc_proto" ,
141+ "//conformance/test_protos:test_messages_edition_unstable_cc_proto" ,
141142 "//editions:test_messages_proto2_editions_cc_proto" ,
142143 "//editions:test_messages_proto3_editions_cc_proto" ,
143144 "//src/google/protobuf" ,
@@ -166,6 +167,7 @@ cc_library(
166167 "//:test_messages_proto2_cc_proto" ,
167168 "//:test_messages_proto3_cc_proto" ,
168169 "//conformance/test_protos:test_messages_edition2023_cc_proto" ,
170+ "//conformance/test_protos:test_messages_edition_unstable_cc_proto" ,
169171 "//editions:test_messages_proto2_editions_cc_proto" ,
170172 "//editions:test_messages_proto3_editions_cc_proto" ,
171173 "//src/google/protobuf" ,
@@ -249,6 +251,7 @@ cc_test(
249251 "//:test_messages_proto2_cc_proto" ,
250252 "//:test_messages_proto3_cc_proto" ,
251253 "//conformance/test_protos:test_messages_edition2023_cc_proto" ,
254+ "//conformance/test_protos:test_messages_edition_unstable_cc_proto" ,
252255 "//editions:test_messages_proto2_editions_cc_proto" ,
253256 "//editions:test_messages_proto3_editions_cc_proto" ,
254257 "@googletest//:gtest" ,
@@ -440,6 +443,7 @@ cc_binary(
440443 "//:type_cc_proto" ,
441444 "//:wrappers_cc_proto" ,
442445 "//conformance/test_protos:test_messages_edition2023_cc_proto" ,
446+ "//conformance/test_protos:test_messages_edition_unstable_cc_proto" ,
443447 "//editions:test_messages_proto2_editions_cc_proto" ,
444448 "//editions:test_messages_proto3_editions_cc_proto" ,
445449 "//src/google/protobuf" ,
@@ -472,6 +476,7 @@ java_binary(
472476 "//:test_messages_proto2_java_proto" ,
473477 "//:test_messages_proto3_java_proto" ,
474478 "//conformance/test_protos:test_messages_edition2023_java_proto" ,
479+ "//conformance/test_protos:test_messages_edition_unstable_java_proto" ,
475480 "//editions:test_messages_proto2_editions_java_proto" ,
476481 "//editions:test_messages_proto3_editions_java_proto" ,
477482 ],
@@ -492,6 +497,7 @@ java_binary(
492497 "//:test_messages_proto2_java_proto_lite" ,
493498 "//:test_messages_proto3_java_proto_lite" ,
494499 "//conformance/test_protos:test_messages_edition2023_java_proto_lite" ,
500+ "//conformance/test_protos:test_messages_edition_unstable_java_proto_lite" ,
495501 "//editions:test_messages_proto2_editions_java_proto_lite" ,
496502 "//editions:test_messages_proto3_editions_java_proto_lite" ,
497503 ],
@@ -511,6 +517,7 @@ py_binary(
511517 ":conformance_py_proto" ,
512518 "//:protobuf_python" ,
513519 "//conformance/test_protos:test_messages_edition2023_py_pb2" ,
520+ "//conformance/test_protos:test_messages_edition_unstable_py_pb2" ,
514521 "//editions:test_messages_proto2_editions_py_pb2" ,
515522 "//editions:test_messages_proto3_editions_py_pb2" ,
516523 "//python:_message" , # Make upb visible if we need it.
@@ -572,6 +579,7 @@ inline_sh_binary(
572579 visibility = ["//csharp:__subpackages__" ],
573580 deps = [
574581 "//conformance/test_protos:test_messages_edition2023_csharp_proto" ,
582+ "//conformance/test_protos:test_messages_edition_unstable_csharp_proto" ,
575583 "//csharp/src/Google.Protobuf.Conformance:conformance_runfiles" ,
576584 ],
577585)
@@ -587,6 +595,7 @@ objc_library(
587595 "//:test_messages_proto2_objc_proto" ,
588596 "//:test_messages_proto3_objc_proto" ,
589597 "//conformance/test_protos:test_messages_edition2023_objc_proto" ,
598+ "//conformance/test_protos:test_messages_edition_unstable_objc_proto" ,
590599 "//editions:test_messages_proto2_editions_objc_proto" ,
591600 "//editions:test_messages_proto3_editions_objc_proto" ,
592601 ],
0 commit comments