Auto-generate files after cl/542651612

pull/13092/head
Protobuf Team Bot 1 year ago
parent 8f84e43231
commit b483eccef1
  1. 2
      src/file_lists.cmake

@ -547,6 +547,7 @@ set(plugin_proto_files
# @//pkg:common_test # @//pkg:common_test
set(common_test_srcs set(common_test_srcs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface_tester.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/mock_code_generator.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/mock_code_generator.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/testing/file.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/testing/file.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/testing/googletest.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/testing/googletest.cc
@ -554,6 +555,7 @@ set(common_test_srcs
# @//pkg:common_test # @//pkg:common_test
set(common_test_hdrs set(common_test_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface_tester.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/mock_code_generator.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/mock_code_generator.h
${protobuf_SOURCE_DIR}/src/google/protobuf/test_textproto.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/file.h

Loading…
Cancel
Save