mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add missing deps for component build (issue #1617)
This commit is contained in:
5
BUILD.gn
5
BUILD.gn
@@ -314,6 +314,11 @@ if (is_win) {
|
|||||||
deps = [
|
deps = [
|
||||||
"//components/crash/core/common", # crash_keys
|
"//components/crash/core/common", # crash_keys
|
||||||
"//gpu/config:crash_keys",
|
"//gpu/config:crash_keys",
|
||||||
|
|
||||||
|
# Required by chrome_switches.cc
|
||||||
|
"//chrome/common:features",
|
||||||
|
"//ppapi/features:features",
|
||||||
|
"//printing/features:features",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user