Auto-generate files after cl/546026711

pull/13230/head
Protobuf Team Bot 1 year ago
parent dc9b2bf857
commit 222b4b9cd6
  1. 3
      src/file_lists.cmake

@ -136,6 +136,7 @@ set(libprotobuf_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.h ${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.h
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h ${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_message_util.h ${protobuf_SOURCE_DIR}/src/google/protobuf/internal_message_util.h
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_visibility.h
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h ${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.h ${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.h
${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.h ${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.h
@ -252,6 +253,7 @@ set(libprotobuf_lite_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/has_bits.h ${protobuf_SOURCE_DIR}/src/google/protobuf/has_bits.h
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.h ${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.h
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h ${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_visibility.h
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h ${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h
${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.h ${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.h
${protobuf_SOURCE_DIR}/src/google/protobuf/io/zero_copy_stream.h ${protobuf_SOURCE_DIR}/src/google/protobuf/io/zero_copy_stream.h
@ -586,6 +588,7 @@ set(common_test_srcs
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/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/internal_visibility_for_testing.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
${protobuf_SOURCE_DIR}/src/google/protobuf/testing/googletest.h ${protobuf_SOURCE_DIR}/src/google/protobuf/testing/googletest.h

Loading…
Cancel
Save