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,5 +1,5 @@
|
||||
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
|
||||
index 40c07e2d724a..1cfe14f8cd6f 100644
|
||||
index 72d91d05c23a..bfa8860bcd89 100644
|
||||
--- chrome/browser/BUILD.gn
|
||||
+++ chrome/browser/BUILD.gn
|
||||
@@ -12,6 +12,7 @@ import("//build/config/crypto.gni")
|
||||
@ -10,7 +10,7 @@ index 40c07e2d724a..1cfe14f8cd6f 100644
|
||||
import("//chrome/browser/buildflags.gni")
|
||||
import("//chrome/browser/downgrade/buildflags.gni")
|
||||
import("//chrome/common/features.gni")
|
||||
@@ -1966,6 +1967,7 @@ static_library("browser") {
|
||||
@@ -1964,6 +1965,7 @@ static_library("browser") {
|
||||
"//build:chromeos_buildflags",
|
||||
"//build/config/compiler:compiler_buildflags",
|
||||
"//cc",
|
||||
@ -18,7 +18,7 @@ index 40c07e2d724a..1cfe14f8cd6f 100644
|
||||
"//chrome:extra_resources",
|
||||
"//chrome:resources",
|
||||
"//chrome:strings",
|
||||
@@ -2489,6 +2491,10 @@ static_library("browser") {
|
||||
@@ -2504,6 +2506,10 @@ static_library("browser") {
|
||||
]
|
||||
}
|
||||
|
||||
@ -29,7 +29,7 @@ index 40c07e2d724a..1cfe14f8cd6f 100644
|
||||
if (is_android) {
|
||||
sources += [
|
||||
"after_startup_task_utils_android.cc",
|
||||
@@ -5104,7 +5110,7 @@ static_library("browser") {
|
||||
@@ -5166,7 +5172,7 @@ static_library("browser") {
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user