Auto-generate files after cl/611586588

pull/16009/head
Protobuf Team Bot 11 months ago
parent cfc07df845
commit 7aac5538b4
  1. 3
      src/file_lists.cmake

@ -179,6 +179,8 @@ set(libprotobuf_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_internal.h ${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_internal.h
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_mode.h ${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_mode.h
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops.h ${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops.h
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_visit_field_info.h
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_visit_fields.h
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field.h ${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_ptr_field.h ${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_ptr_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/serial_arena.h ${protobuf_SOURCE_DIR}/src/google/protobuf/serial_arena.h
@ -717,6 +719,7 @@ set(protobuf_test_files
${protobuf_SOURCE_DIR}/src/google/protobuf/redaction_metric_test.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/redaction_metric_test.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_mode_test.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_mode_test.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops_unittest.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops_unittest.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_visit_fields_test.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field_reflection_unittest.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field_reflection_unittest.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field_unittest.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field_unittest.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/retention_test.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/retention_test.cc

Loading…
Cancel
Save