Update to Chromium version 84.0.4147.0 (#768962)

This commit is contained in:
Alexander Guettler
2020-06-09 13:48:00 -04:00
committed by Marshall Greenblatt
parent 640cd0f411
commit 790d248111
112 changed files with 756 additions and 713 deletions

View File

@ -1,24 +1,24 @@
diff --git chrome/renderer/BUILD.gn chrome/renderer/BUILD.gn
index 88cbad65b714..2d899f1805e2 100644
index 2ea489762ef5..707431840be8 100644
--- chrome/renderer/BUILD.gn
+++ chrome/renderer/BUILD.gn
@@ -5,6 +5,7 @@
@@ -4,6 +4,7 @@
import("//build/config/buildflags_paint_preview.gni")
import("//build/config/features.gni")
import("//build/config/jumbo.gni")
+import("//cef/libcef/features/features.gni")
import("//chrome/common/features.gni")
import("//components/nacl/features.gni")
import("//components/offline_pages/buildflags/features.gni")
@@ -129,6 +130,7 @@ jumbo_static_library("renderer") {
defines = []
@@ -128,6 +129,7 @@ static_library("renderer") {
public_deps = [ "//components/contextual_search:buildflags" ]
deps = [
+ "//cef/libcef/features",
"//chrome:resources",
"//chrome:strings",
"//chrome/common",
@@ -193,6 +195,10 @@ jumbo_static_library("renderer") {
@@ -192,6 +194,10 @@ static_library("renderer") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]