Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Jan 30, 2024
1 parent 70d1d52 commit a98fca1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
1 change: 1 addition & 0 deletions src/base/absl.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
'toolsets': ['host', 'target'],
'sources': [
'<!@(<(glob_absl) status "*.cc")',
'<!@(<(glob_absl) status/internal "*.cc")',
],
'dependencies': [
'absl_base',
Expand Down
14 changes: 4 additions & 10 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 "*.cc" "*.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 Expand Up @@ -122,13 +123,6 @@
'msvs_disabled_warnings': [
'<@(msvc_disabled_warnings_for_protoc)',
],
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [
'/permissive', # https://github.com/protocolbuffers/protobuf/issues/14602
],
},
},
'xcode_settings': {
'USE_HEADERMAP': 'NO',
},
Expand Down
1 change: 1 addition & 0 deletions src/rewriter/calculator/calculator_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <ostream>
#include <string>

#include "absl/strings/numbers.h"
#include "absl/strings/string_view.h"
#include "base/file_util.h"
#include "base/logging.h"
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 974 files

0 comments on commit a98fca1

Please sign in to comment.