summaryrefslogtreecommitdiff
path: root/etc/import/src/google/protobuf/TARGETS.protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/src/google/protobuf/TARGETS.protobuf')
-rw-r--r--etc/import/src/google/protobuf/TARGETS.protobuf57
1 files changed, 41 insertions, 16 deletions
diff --git a/etc/import/src/google/protobuf/TARGETS.protobuf b/etc/import/src/google/protobuf/TARGETS.protobuf
index 7add3c15..9ce0cc60 100644
--- a/etc/import/src/google/protobuf/TARGETS.protobuf
+++ b/etc/import/src/google/protobuf/TARGETS.protobuf
@@ -31,13 +31,13 @@
, "arena_align.h"
, "arena_allocation_policy.h"
, "arena_cleanup.h"
- , "arena_config.h"
, "arena_test_util.h"
, "compiler/allowlists/allowlist.h"
, "compiler/allowlists/allowlists.h"
, "compiler/annotation_test_util.h"
, "compiler/code_generator.h"
, "compiler/command_line_interface.h"
+ , "compiler/command_line_interface_tester.h"
, "compiler/cpp/cpp_generator.h"
, "compiler/cpp/enum.h"
, "compiler/cpp/extension.h"
@@ -55,6 +55,7 @@
, "compiler/cpp/service.h"
, "compiler/cpp/tracker.h"
, "compiler/cpp/unittest.h"
+ , "compiler/cpp/unittest.inc"
, "compiler/csharp/csharp_doc_comment.h"
, "compiler/csharp/csharp_enum.h"
, "compiler/csharp/csharp_enum_field.h"
@@ -87,6 +88,7 @@
, "compiler/java/generator.h"
, "compiler/java/generator_factory.h"
, "compiler/java/helpers.h"
+ , "compiler/java/java_features.pb.h"
, "compiler/java/java_generator.h"
, "compiler/java/kotlin_generator.h"
, "compiler/java/map_field.h"
@@ -139,17 +141,25 @@
, "compiler/retention.h"
, "compiler/ruby/ruby_generator.h"
, "compiler/rust/accessors/accessors.h"
+ , "compiler/rust/accessors/accessor_generator.h"
, "compiler/rust/context.h"
, "compiler/rust/generator.h"
, "compiler/rust/message.h"
, "compiler/rust/naming.h"
+ , "compiler/rust/oneof.h"
+ , "compiler/rust/relative_path.h"
, "compiler/scc.h"
, "compiler/subprocess.h"
+ , "compiler/versions.h"
+ , "compiler/versions_suffix.h"
, "compiler/zip_writer.h"
+ , "cpp_edition_defaults.h"
+ , "cpp_features.pb.h"
, "descriptor.h"
, "descriptor.pb.h"
, "descriptor_database.h"
, "descriptor_legacy.h"
+ , "descriptor_visitor.h"
, "duration.pb.h"
, "dynamic_message.h"
, "empty.pb.h"
@@ -157,6 +167,7 @@
, "explicitly_constructed.h"
, "extension_set.h"
, "extension_set_inl.h"
+ , "feature_resolver.h"
, "field_access_listener.h"
, "field_mask.pb.h"
, "generated_enum_reflection.h"
@@ -170,6 +181,9 @@
, "has_bits.h"
, "implicit_weak_message.h"
, "inlined_string_field.h"
+ , "internal_message_util.h"
+ , "internal_visibility.h"
+ , "internal_visibility_for_testing.h"
, "io/coded_stream.h"
, "io/gzip_stream.h"
, "io/io_win32.h"
@@ -187,7 +201,6 @@
, "json/internal/message_path.h"
, "json/internal/parser.h"
, "json/internal/parser_traits.h"
- , "json/internal/test_input_stream.h"
, "json/internal/unparser.h"
, "json/internal/unparser_traits.h"
, "json/internal/untyped_message.h"
@@ -196,21 +209,27 @@
, "json/json.h"
, "map.h"
, "map_entry.h"
- , "map_entry_lite.h"
, "map_field.h"
, "map_field_inl.h"
, "map_field_lite.h"
, "map_lite_test_util.h"
+ , "map_test.inc"
, "map_test_util.h"
+ , "map_test_util.inc"
, "map_test_util_impl.h"
, "map_type_handler.h"
, "message.h"
, "message_lite.h"
+ , "message_unittest.inc"
, "metadata.h"
, "metadata_lite.h"
, "package_info.h"
, "parse_context.h"
, "port.h"
+ , "port_def.inc"
+ , "port_undef.inc"
+ , "proto3_lite_unittest.inc"
+ , "raw_ptr.h"
, "reflection.h"
, "reflection_internal.h"
, "reflection_mode.h"
@@ -231,7 +250,9 @@
, "stubs/status_macros.h"
, "testing/file.h"
, "testing/googletest.h"
+ , "test_textproto.h"
, "test_util.h"
+ , "test_util.inc"
, "test_util2.h"
, "test_util_lite.h"
, "text_format.h"
@@ -251,16 +272,8 @@
, "varint_shuffle.h"
, "wire_format.h"
, "wire_format_lite.h"
- , "wrappers.pb.h"
- , "compiler/cpp/unittest.inc"
- , "map_test.inc"
- , "map_test_util.inc"
- , "message_unittest.inc"
- , "port_def.inc"
- , "port_undef.inc"
- , "proto3_lite_unittest.inc"
- , "test_util.inc"
, "wire_format_unittest.inc"
+ , "wrappers.pb.h"
]
, "stage": ["google", "protobuf"]
}
@@ -302,7 +315,6 @@
[ "any_lite.cc"
, "arena.cc"
, "arena_align.cc"
- , "arena_config.cc"
, "arenastring.cc"
, "arenaz_sampler.cc"
, "extension_set.cc"
@@ -320,13 +332,15 @@
, "message_lite.cc"
, "parse_context.cc"
, "port.cc"
+ , "raw_ptr.cc"
, "repeated_field.cc"
, "repeated_ptr_field.cc"
, "stubs/common.cc"
, "wire_format_lite.cc"
]
, "deps":
- [ ["@", "absl", "absl/container", "btree"]
+ [ ["@", "absl", "absl/base", "base"]
+ , ["@", "absl", "absl/container", "btree"]
, ["@", "absl", "absl/container", "flat_hash_set"]
, ["@", "absl", "absl/hash", "hash"]
, ["@", "absl", "absl/log", "absl_check"]
@@ -359,17 +373,18 @@
, "any_lite.cc"
, "arena.cc"
, "arena_align.cc"
- , "arena_config.cc"
, "arenastring.cc"
, "arenaz_sampler.cc"
, "compiler/importer.cc"
, "compiler/parser.cc"
+ , "cpp_features.pb.cc"
, "descriptor.cc"
, "descriptor.pb.cc"
, "descriptor_database.cc"
, "dynamic_message.cc"
, "extension_set.cc"
, "extension_set_heavy.cc"
+ , "feature_resolver.cc"
, "generated_enum_util.cc"
, "generated_message_bases.cc"
, "generated_message_reflection.cc"
@@ -379,6 +394,7 @@
, "generated_message_util.cc"
, "implicit_weak_message.cc"
, "inlined_string_field.cc"
+ , "internal_message_util.cc"
, "io/coded_stream.cc"
, "io/gzip_stream.cc"
, "io/io_win32.cc"
@@ -403,6 +419,7 @@
, "message_lite.cc"
, "parse_context.cc"
, "port.cc"
+ , "raw_ptr.cc"
, "reflection_mode.cc"
, "reflection_ops.cc"
, "repeated_field.cc"
@@ -444,7 +461,10 @@
, "name": ["libprotoc"]
, "srcs":
[ "compiler/main.cc"
+ , "compiler/allowlists/editions.cc"
, "compiler/allowlists/empty_package.cc"
+ , "compiler/allowlists/open_enum.cc"
+ , "compiler/allowlists/unused_imports.cc"
, "compiler/allowlists/weak_imports.cc"
, "compiler/code_generator.cc"
, "compiler/command_line_interface.cc"
@@ -495,6 +515,7 @@
, "compiler/java/generator.cc"
, "compiler/java/generator_factory.cc"
, "compiler/java/helpers.cc"
+ , "compiler/java/java_features.pb.cc"
, "compiler/java/kotlin_generator.cc"
, "compiler/java/map_field.cc"
, "compiler/java/map_field_lite.cc"
@@ -539,12 +560,16 @@
, "compiler/retention.cc"
, "compiler/ruby/ruby_generator.cc"
, "compiler/rust/accessors/accessors.cc"
- , "compiler/rust/accessors/singular_bytes.cc"
+ , "compiler/rust/accessors/singular_message.cc"
, "compiler/rust/accessors/singular_scalar.cc"
+ , "compiler/rust/accessors/singular_string.cc"
+ , "compiler/rust/accessors/unsupported_field.cc"
, "compiler/rust/context.cc"
, "compiler/rust/generator.cc"
, "compiler/rust/message.cc"
, "compiler/rust/naming.cc"
+ , "compiler/rust/oneof.cc"
+ , "compiler/rust/relative_path.cc"
, "compiler/subprocess.cc"
, "compiler/zip_writer.cc"
]