Skip to content

Commit 3a7ef79

Browse files
Auto-generate files after cl/814765386
1 parent b791d9e commit 3a7ef79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/file_lists.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ set(libprotobuf_hdrs
139139
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.h
140140
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h
141141
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_feature_helper.h
142+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_metadata_locator.h
142143
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_visibility.h
143144
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h
144145
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.h
@@ -263,6 +264,7 @@ set(libprotobuf_lite_hdrs
263264
${protobuf_SOURCE_DIR}/src/google/protobuf/has_bits.h
264265
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.h
265266
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h
267+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_metadata_locator.h
266268
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_visibility.h
267269
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h
268270
${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.h
@@ -1247,6 +1249,7 @@ set(protobuf_test_files
12471249
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field_unittest.cc
12481250
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_feature_helper_test.cc
12491251
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_message_util_unittest.cc
1252+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_metadata_locator_test.cc
12501253
${protobuf_SOURCE_DIR}/src/google/protobuf/map_field_test.cc
12511254
${protobuf_SOURCE_DIR}/src/google/protobuf/map_test.cc
12521255
${protobuf_SOURCE_DIR}/src/google/protobuf/message_unittest.cc
@@ -1288,6 +1291,7 @@ set(lazily_build_dependencies_test_files
12881291
set(protobuf_test_protos_files
12891292
${protobuf_SOURCE_DIR}/src/google/protobuf/any_test.proto
12901293
${protobuf_SOURCE_DIR}/src/google/protobuf/edition_unittest.proto
1294+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_metadata_locator_test.proto
12911295
${protobuf_SOURCE_DIR}/src/google/protobuf/map_proto2_unittest.proto
12921296
${protobuf_SOURCE_DIR}/src/google/protobuf/map_proto3_unittest.proto
12931297
${protobuf_SOURCE_DIR}/src/google/protobuf/map_unittest.proto

0 commit comments

Comments
 (0)