From e7bbb1de049c35ba229141e1a8185764ee84c87d Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 1 Apr 2021 14:08:16 -0400 Subject: [PATCH] Update to Chromium version 89.0.4389.114 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/chrome_renderer.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 44fcaf2bd..f2c2c740c 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,6 +7,6 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/89.0.4389.90', + 'chromium_checkout': 'refs/tags/89.0.4389.114', 'depot_tools_checkout': '1f976d6f30' } diff --git a/patch/patches/chrome_renderer.patch b/patch/patches/chrome_renderer.patch index 60e62e668..1f6f6ec26 100644 --- a/patch/patches/chrome_renderer.patch +++ b/patch/patches/chrome_renderer.patch @@ -1,5 +1,5 @@ diff --git chrome/renderer/BUILD.gn chrome/renderer/BUILD.gn -index 4e18b86882ee..c0f34c47fad7 100644 +index d90a361dba12..99e61c8b947f 100644 --- chrome/renderer/BUILD.gn +++ chrome/renderer/BUILD.gn @@ -5,6 +5,7 @@ @@ -10,7 +10,7 @@ index 4e18b86882ee..c0f34c47fad7 100644 import("//chrome/common/features.gni") import("//components/nacl/features.gni") import("//components/offline_pages/buildflags/features.gni") -@@ -145,6 +146,7 @@ static_library("renderer") { +@@ -147,6 +148,7 @@ static_library("renderer") { deps = [ "//base/allocator:buildflags", "//build:chromeos_buildflags", @@ -18,7 +18,7 @@ index 4e18b86882ee..c0f34c47fad7 100644 "//chrome:resources", "//chrome:strings", "//chrome/common", -@@ -226,6 +228,10 @@ static_library("renderer") { +@@ -228,6 +230,10 @@ static_library("renderer") { configs += [ "//build/config/compiler:wexit_time_destructors" ]