Update to Chromium version 68.0.3425.0 (#557062)

Known issues:
- Surface synchronization is now enabled for OSR, see issue #2447.
- Jumbo build is broken, fixed in https://crrev.com/868717ce.
This commit is contained in:
Marshall Greenblatt
2018-05-20 16:51:42 +03:00
parent a9f0fa9dfe
commit cd27cbc802
63 changed files with 472 additions and 404 deletions

View File

@ -1,5 +1,5 @@
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
index aa1294af0a9a..c3606b23c821 100644
index 69d42d094933..96383d6f94d7 100644
--- chrome/browser/BUILD.gn
+++ chrome/browser/BUILD.gn
@@ -8,6 +8,7 @@ import("//build/config/features.gni")
@ -9,8 +9,8 @@ index aa1294af0a9a..c3606b23c821 100644
+import("//cef/libcef/features/features.gni")
import("//chrome/common/features.gni")
import("//components/feature_engagement/features.gni")
import("//components/nacl/features.gni")
@@ -1574,6 +1575,7 @@ jumbo_split_static_library("browser") {
import("//components/feed/features.gni")
@@ -1600,6 +1601,7 @@ jumbo_split_static_library("browser") {
"//base:i18n",
"//base/allocator:buildflags",
"//cc",
@ -18,7 +18,7 @@ index aa1294af0a9a..c3606b23c821 100644
"//chrome:extra_resources",
"//chrome:resources",
"//chrome:strings",
@@ -1834,6 +1836,10 @@ jumbo_split_static_library("browser") {
@@ -1866,6 +1868,10 @@ jumbo_split_static_library("browser") {
]
}