mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
bootstrap: Add missing deps for bootstrap-only build (see #3935)
This commit is contained in:
5
BUILD.gn
5
BUILD.gn
@@ -383,6 +383,10 @@ if (is_win) {
|
|||||||
# Required by content_switches.cc
|
# Required by content_switches.cc
|
||||||
"//media:media_buildflags",
|
"//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)
|
# Required by crash_keys.cc (from base/stl_util.h)
|
||||||
"//third_party/abseil-cpp:absl",
|
"//third_party/abseil-cpp:absl",
|
||||||
]
|
]
|
||||||
@@ -1281,6 +1285,7 @@ if (is_win) {
|
|||||||
]
|
]
|
||||||
|
|
||||||
bootstrap_deps = [
|
bootstrap_deps = [
|
||||||
|
":make_api_versions_header",
|
||||||
":make_config_header",
|
":make_config_header",
|
||||||
":make_version_header",
|
":make_version_header",
|
||||||
"//base",
|
"//base",
|
||||||
|
Reference in New Issue
Block a user