Update to Chromium version 89.0.4389.0 (#843830)

- SSE3 is now required on x86 processors (see https://crbug.com/1123353).
This commit is contained in:
Marshall Greenblatt
2021-01-27 18:13:12 -05:00
parent 119415b8e9
commit 5ef0fb8ac8
118 changed files with 879 additions and 1355 deletions

View File

@@ -1,5 +1,5 @@
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
index 16bd4c2717ee..65e309d23866 100644
index 40c07e2d724a..1cfe14f8cd6f 100644
--- chrome/browser/BUILD.gn
+++ chrome/browser/BUILD.gn
@@ -12,6 +12,7 @@ import("//build/config/crypto.gni")
@@ -10,7 +10,7 @@ index 16bd4c2717ee..65e309d23866 100644
import("//chrome/browser/buildflags.gni")
import("//chrome/browser/downgrade/buildflags.gni")
import("//chrome/common/features.gni")
@@ -1912,6 +1913,7 @@ static_library("browser") {
@@ -1966,6 +1967,7 @@ static_library("browser") {
"//build:chromeos_buildflags",
"//build/config/compiler:compiler_buildflags",
"//cc",
@@ -18,7 +18,7 @@ index 16bd4c2717ee..65e309d23866 100644
"//chrome:extra_resources",
"//chrome:resources",
"//chrome:strings",
@@ -2424,6 +2426,10 @@ static_library("browser") {
@@ -2489,6 +2491,10 @@ static_library("browser") {
]
}
@@ -29,7 +29,7 @@ index 16bd4c2717ee..65e309d23866 100644
if (is_android) {
sources += [
"after_startup_task_utils_android.cc",
@@ -4975,7 +4981,7 @@ static_library("browser") {
@@ -5104,7 +5110,7 @@ static_library("browser") {
]
}