Skip to content

Commit

Permalink
Protobuf 26
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Mar 13, 2024
1 parent ce08bae commit a1ebf90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/protobuf/protobuf.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@
'<!@(<(glob_protobuf) . "*.cc" --exclude "*.pb.cc" reflection_tester.cc)',
'<!@(<(glob_protobuf) io "*.cc")',
'<!@(<(glob_protobuf) stubs "*.cc")',
'<!@(<(glob) --notest --base <(protobuf_root)/third_party/utf8_range "*.cc")',
'<!@(<(glob) --notest --base <(protobuf_root)/third_party/utf8_range utf8_validity.cc utf8_range.c --exclude main.c)',
],
# Sources for protoc (common part and C++ generator only).
'protoc_sources': [
'<!@(<(glob_protobuf) compiler "*.cc" --exclude "*_tester.cc" fake_plugin.cc test_plugin.cc main.cc)',
'<!@(<(glob_protobuf) compiler "*.cc" --exclude "*_tester.cc" fake_plugin.cc test_plugin.cc main.cc main_no_generators.cc)',
'<!@(<(glob_protobuf) compiler/allowlists "*.cc")',
'<!@(<(glob_protobuf) compiler/cpp "**/*.cc" --exclude main.cc)',
'<!@(<(glob_protobuf) compiler/cpp "*.cc" --exclude main.cc)',
'<!@(<(glob_protobuf) compiler/cpp/field_generators "*.cc")',
'custom_protoc_main.cc',
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/third_party/abseil-cpp
Submodule abseil-cpp updated 358 files
2 changes: 1 addition & 1 deletion src/third_party/protobuf
Submodule protobuf updated 1000 files

0 comments on commit a1ebf90

Please sign in to comment.