Auto-generate files after cl/597850176

pull/15425/head
Protobuf Team Bot 1 year ago
parent 6860c38119
commit 2f5305d7fe
  1. 6
      src/file_lists.cmake

@ -391,6 +391,7 @@ set(libprotoc_srcs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/accessors/singular_string.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/accessors/unsupported_field.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/context.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/crate_mapping.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/enum.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/generator.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/message.cc
@ -400,6 +401,7 @@ set(libprotoc_srcs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/subprocess.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/versions.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/zip_writer.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/testing/file.cc
${protobuf_SOURCE_DIR}/upb_generator/mangle.cc
)
@ -506,6 +508,7 @@ set(libprotoc_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/accessors/accessors.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/accessors/helpers.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/context.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/crate_mapping.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/enum.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/generator.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/message.h
@ -516,6 +519,7 @@ set(libprotoc_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/subprocess.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/versions.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/zip_writer.h
${protobuf_SOURCE_DIR}/src/google/protobuf/testing/file.h
${protobuf_SOURCE_DIR}/upb_generator/mangle.h
)
@ -627,7 +631,6 @@ set(common_test_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/mock_code_generator.h
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_visibility_for_testing.h
${protobuf_SOURCE_DIR}/src/google/protobuf/test_textproto.h
${protobuf_SOURCE_DIR}/src/google/protobuf/testing/file.h
${protobuf_SOURCE_DIR}/src/google/protobuf/testing/googletest.h
)
@ -654,6 +657,7 @@ set(test_util_srcs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/annotation_test_util.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_tester.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/test_util.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/testing/file.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/unredacted_debug_format_for_test.cc
)

Loading…
Cancel
Save