From a39c50d09a6800ff0812d9fcc8dfabe138eaa783 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 13 Jan 2023 17:23:58 +0000 Subject: [PATCH] Update to Chromium version 110.0.5481.30 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/chrome_browser.patch | 6 +++--- patch/patches/chrome_browser_safe_browsing.patch | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index ed1062a3e..dc50876d7 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/110.0.5481.23', + 'chromium_checkout': 'refs/tags/110.0.5481.30', 'depot_tools_checkout': '252b19866a' } diff --git a/patch/patches/chrome_browser.patch b/patch/patches/chrome_browser.patch index 391a00343..3c99ed89b 100644 --- a/patch/patches/chrome_browser.patch +++ b/patch/patches/chrome_browser.patch @@ -1,5 +1,5 @@ diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn -index d7c913bdfe3b5..7443d705d634c 100644 +index 8ba5a90740a05..cca0036a4c490 100644 --- chrome/browser/BUILD.gn +++ chrome/browser/BUILD.gn @@ -11,6 +11,7 @@ import("//build/config/compiler/pgo/pgo.gni") @@ -18,7 +18,7 @@ index d7c913bdfe3b5..7443d705d634c 100644 "//chrome:extra_resources", "//chrome:resources", "//chrome:strings", -@@ -2529,6 +2531,10 @@ static_library("browser") { +@@ -2531,6 +2533,10 @@ static_library("browser") { ] } @@ -29,7 +29,7 @@ index d7c913bdfe3b5..7443d705d634c 100644 if (is_android) { sources += [ "after_startup_task_utils_android.cc", -@@ -6375,8 +6381,6 @@ static_library("browser") { +@@ -6377,8 +6383,6 @@ static_library("browser") { sources += [ "enterprise/chrome_browser_main_extra_parts_enterprise.cc", "enterprise/chrome_browser_main_extra_parts_enterprise.h", diff --git a/patch/patches/chrome_browser_safe_browsing.patch b/patch/patches/chrome_browser_safe_browsing.patch index 08a00b638..2deb758ff 100644 --- a/patch/patches/chrome_browser_safe_browsing.patch +++ b/patch/patches/chrome_browser_safe_browsing.patch @@ -1,5 +1,5 @@ diff --git chrome/browser/safe_browsing/BUILD.gn chrome/browser/safe_browsing/BUILD.gn -index 1197ad7d00986..0174e5e2b76d5 100644 +index beea11b13d215..d49a142059a0c 100644 --- chrome/browser/safe_browsing/BUILD.gn +++ chrome/browser/safe_browsing/BUILD.gn @@ -30,6 +30,7 @@ static_library("safe_browsing") {