Skip to content

Commit

Permalink
Exclude "lazy_repeated_field*.cc" in protobuf.gyp
Browse files Browse the repository at this point in the history
* This is necessary to update the protobuf version to v29.1

PiperOrigin-RevId: 707061780
  • Loading branch information
hiroyuki-komatsu committed Dec 17, 2024
1 parent 9761c65 commit ad42779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protobuf/protobuf.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# Sources for Proto3.
'protobuf_sources': [
'<!@(<(glob_protobuf) . cpp_features.pb.cc descriptor.pb.cc)',
'<!@(<(glob_protobuf) . "*.cc" --exclude "*.pb.cc" reflection_tester.cc)',
'<!@(<(glob_protobuf) . "*.cc" --exclude "*.pb.cc" "lazy_repeated_field*.cc" reflection_tester.cc)',
'<!@(<(glob_protobuf) io "*.cc")',
'<!@(<(glob_protobuf) stubs "*.cc")',
'<!@(<(glob) --notest --base <(protobuf_root)/third_party/utf8_range utf8_validity.cc utf8_range.c)',
Expand Down

0 comments on commit ad42779

Please sign in to comment.