Update to Chromium version 68.0.3409.0 (#553714)

Known issues:
- Download fails with empty cache path due to https://crrev.com/950748a25f.
  Fixed in https://crrev.com/087ef223ac.
This commit is contained in:
Marshall Greenblatt
2018-05-17 11:58:21 +03:00
parent 84e2286995
commit 240ba800ed
46 changed files with 202 additions and 194 deletions

View File

@@ -1,5 +1,5 @@
diff --git chrome/renderer/BUILD.gn chrome/renderer/BUILD.gn
index 48e5a57af58e..4cf07a05c760 100644
index 6fd923e3e365..8e31cee51cab 100644
--- chrome/renderer/BUILD.gn
+++ chrome/renderer/BUILD.gn
@@ -3,6 +3,7 @@
@@ -10,7 +10,7 @@ index 48e5a57af58e..4cf07a05c760 100644
import("//chrome/common/features.gni")
import("//components/nacl/features.gni")
import("//components/offline_pages/buildflags/features.gni")
@@ -111,6 +112,7 @@ static_library("renderer") {
@@ -110,6 +111,7 @@ static_library("renderer") {
defines = []
deps = [
@@ -18,7 +18,7 @@ index 48e5a57af58e..4cf07a05c760 100644
"//chrome:resources",
"//chrome:strings",
"//chrome/common",
@@ -174,6 +176,10 @@ static_library("renderer") {
@@ -173,6 +175,10 @@ static_library("renderer") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]