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/browser/BUILD.gn chrome/browser/BUILD.gn
index 705d6a0bbe1b..b6f7efe2d6b2 100644
index c504d191374e..10f4a146d271 100644
--- chrome/browser/BUILD.gn
+++ chrome/browser/BUILD.gn
@@ -8,6 +8,7 @@ import("//build/config/features.gni")
@@ -10,7 +10,7 @@ index 705d6a0bbe1b..b6f7efe2d6b2 100644
import("//chrome/common/features.gni")
import("//components/feature_engagement/features.gni")
import("//components/nacl/features.gni")
@@ -1578,6 +1579,7 @@ jumbo_split_static_library("browser") {
@@ -1576,6 +1577,7 @@ jumbo_split_static_library("browser") {
"//base:i18n",
"//base/allocator:buildflags",
"//cc",
@@ -18,7 +18,7 @@ index 705d6a0bbe1b..b6f7efe2d6b2 100644
"//chrome:extra_resources",
"//chrome:resources",
"//chrome:strings",
@@ -1839,6 +1841,10 @@ jumbo_split_static_library("browser") {
@@ -1837,6 +1839,10 @@ jumbo_split_static_library("browser") {
]
}