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/renderer/BUILD.gn chrome/renderer/BUILD.gn
index 6fd923e3e365..8e31cee51cab 100644
index 0b312fc03b93..929fca9eaee3 100644
--- chrome/renderer/BUILD.gn
+++ chrome/renderer/BUILD.gn
@@ -3,6 +3,7 @@
@ -10,7 +10,7 @@ index 6fd923e3e365..8e31cee51cab 100644
import("//chrome/common/features.gni")
import("//components/nacl/features.gni")
import("//components/offline_pages/buildflags/features.gni")
@@ -110,6 +111,7 @@ static_library("renderer") {
@@ -113,6 +114,7 @@ static_library("renderer") {
defines = []
deps = [
@ -18,7 +18,7 @@ index 6fd923e3e365..8e31cee51cab 100644
"//chrome:resources",
"//chrome:strings",
"//chrome/common",
@@ -173,6 +175,10 @@ static_library("renderer") {
@@ -176,6 +178,10 @@ static_library("renderer") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]