mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 90.0.4430.0 (#857950)
- Linux ARM builds require use_vaapi=false (see https://crbug.com/1185348) - Windows official builds require use_thin_lto=false (see https://crbug.com/1177001)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
diff --git build/config/linux/atk/BUILD.gn build/config/linux/atk/BUILD.gn
|
||||
index aad2efa60d6c..fe9f30b82c22 100644
|
||||
index bc8e27894732..5d06ce988f25 100644
|
||||
--- build/config/linux/atk/BUILD.gn
|
||||
+++ build/config/linux/atk/BUILD.gn
|
||||
@@ -10,7 +10,7 @@ import("//build/config/ui.gni")
|
||||
assert(!is_chromeos)
|
||||
@@ -12,7 +12,7 @@ import("//build/config/ui.gni")
|
||||
assert(!is_chromeos_ash)
|
||||
|
||||
# These packages should _only_ be expected when building for a target.
|
||||
-assert(current_toolchain == default_toolchain)
|
||||
@ -11,3 +11,16 @@ index aad2efa60d6c..fe9f30b82c22 100644
|
||||
|
||||
if (use_atk) {
|
||||
assert(use_glib, "use_atk=true requires that use_glib=true")
|
||||
diff --git build/config/linux/atspi2/BUILD.gn build/config/linux/atspi2/BUILD.gn
|
||||
index 988a99568136..1791ea607550 100644
|
||||
--- build/config/linux/atspi2/BUILD.gn
|
||||
+++ build/config/linux/atspi2/BUILD.gn
|
||||
@@ -6,7 +6,7 @@ import("//build/config/linux/pkg_config.gni")
|
||||
import("//build/config/ui.gni")
|
||||
|
||||
# These packages should _only_ be expected when building for a target.
|
||||
-assert(current_toolchain == default_toolchain)
|
||||
+# assert(current_toolchain == default_toolchain)
|
||||
|
||||
if (use_atk) {
|
||||
pkg_config("atspi2") {
|
||||
|
Reference in New Issue
Block a user