bootstrap: Add missing deps for bootstrap-only build (see #3935)

This commit is contained in:
Marshall Greenblatt
2025-05-28 13:24:47 -04:00
parent 794601f128
commit 9ee8d2c848

View File

@@ -383,6 +383,10 @@ if (is_win) {
# Required by content_switches.cc
"//media:media_buildflags",
# Required by crash_keys.cc
"//content/public/common:buildflags",
"//tools/v8_context_snapshot:buildflags",
# Required by crash_keys.cc (from base/stl_util.h)
"//third_party/abseil-cpp:absl",
]
@@ -1281,6 +1285,7 @@ if (is_win) {
]
bootstrap_deps = [
":make_api_versions_header",
":make_config_header",
":make_version_header",
"//base",