Skip to content

Commit

Permalink
Auto-generate files after cl/663760495
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Aug 16, 2024
1 parent 48f2faa commit f69eb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/file_lists.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ set(libprotoc_srcs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/helpers.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/internal_helpers.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/java_features.pb.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/kotlin_generator.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/lite/enum.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/lite/enum_field.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/lite/extension.cc
Expand All @@ -364,6 +363,7 @@ set(libprotoc_srcs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/name_resolver.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/names.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/shared_code_generator.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/generator.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/enum.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/enum_field.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/extension.cc
Expand Down Expand Up @@ -478,7 +478,6 @@ set(libprotoc_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/helpers.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/internal_helpers.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/java_features.pb.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/kotlin_generator.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/lite/enum.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/lite/enum_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/lite/extension.h
Expand All @@ -496,6 +495,7 @@ set(libprotoc_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/names.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/options.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/shared_code_generator.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/generator.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/enum.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/enum_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/extension.h
Expand Down

0 comments on commit f69eb55

Please sign in to comment.