Auto-generate files after cl/610422312

pull/15905/head
Protobuf Team Bot 9 months ago
parent afbe9cc9b5
commit 7ef3f87e3d
  1. 4
      src/file_lists.cmake

@ -287,7 +287,6 @@ set(libprotobuf_lite_hdrs
# @//pkg:protoc # @//pkg:protoc
set(libprotoc_srcs set(libprotoc_srcs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/allowlists/open_enum.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/code_generator.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/code_generator.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/enum.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/enum.cc
@ -410,8 +409,6 @@ set(libprotoc_srcs
# @//pkg:protoc # @//pkg:protoc
set(libprotoc_hdrs set(libprotoc_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/allowlists/allowlist.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/allowlists/allowlists.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/code_generator.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/code_generator.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/enum.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/enum.h
@ -796,7 +793,6 @@ set(fake_plugin_files
# @//src/google/protobuf/compiler:test_srcs # @//src/google/protobuf/compiler:test_srcs
set(compiler_test_files set(compiler_test_files
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/allowlists/allowlist_test.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/code_generator_unittest.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/code_generator_unittest.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface_unittest.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface_unittest.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/arena_ctor_visibility_test.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/arena_ctor_visibility_test.cc

Loading…
Cancel
Save