diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 608aefda7..dd28c2009 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/83.0.4103.61', + 'chromium_checkout': 'refs/tags/83.0.4103.97', 'depot_tools_checkout': 'fc5e103221' } diff --git a/patch/patches/build.patch b/patch/patches/build.patch index 0c43d2379..65adb1229 100644 --- a/patch/patches/build.patch +++ b/patch/patches/build.patch @@ -1,8 +1,8 @@ diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn -index 3d5e4dede0ba..63dde0c70634 100644 +index 4c5e6779efda..a75448436eab 100644 --- build/config/compiler/BUILD.gn +++ build/config/compiler/BUILD.gn -@@ -163,7 +163,7 @@ declare_args() { +@@ -172,7 +172,7 @@ declare_args() { !use_clang_coverage && !(is_android && use_order_profiling) && (use_lld || (use_gold && @@ -11,7 +11,7 @@ index 3d5e4dede0ba..63dde0c70634 100644 !(current_cpu == "x86" || current_cpu == "x64")))) } -@@ -1740,8 +1740,6 @@ config("thin_archive") { +@@ -1755,8 +1755,6 @@ config("thin_archive") { # archive names to 16 characters, which is not what we want). if ((is_posix && !is_nacl && !is_mac && !is_ios) || is_fuchsia) { arflags = [ "-T" ] diff --git a/patch/patches/gn_config.patch b/patch/patches/gn_config.patch index c61a1a613..4ef38c34d 100644 --- a/patch/patches/gn_config.patch +++ b/patch/patches/gn_config.patch @@ -12,7 +12,7 @@ index c7296bb80f62..a64c7c42720a 100644 # https://crbug.com/474506. "//clank/java/BUILD.gn", diff --git BUILD.gn BUILD.gn -index 72ae0d476511..1f8c6244e2a3 100644 +index ad58fc03312a..856991ba6096 100644 --- BUILD.gn +++ BUILD.gn @@ -222,6 +222,7 @@ group("gn_all") { diff --git a/patch/patches/linux_chrome_views_1085806.patch b/patch/patches/linux_chrome_views_1085806.patch index f56045546..32e2538c9 100644 --- a/patch/patches/linux_chrome_views_1085806.patch +++ b/patch/patches/linux_chrome_views_1085806.patch @@ -1,8 +1,8 @@ diff --git chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc -index 55026be5292d..589e2c3afd28 100644 +index f76fb26d4780..4cc511600b3b 100644 --- chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc +++ chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc -@@ -45,7 +45,7 @@ ChromeBrowserMainExtraPartsViewsLinux:: +@@ -48,7 +48,7 @@ ChromeBrowserMainExtraPartsViewsLinux:: } void ChromeBrowserMainExtraPartsViewsLinux::ToolkitInitialized() { diff --git a/patch/patches/webkit_plugin_info_2015.patch b/patch/patches/webkit_plugin_info_2015.patch index c2bcd7872..97640bd41 100644 --- a/patch/patches/webkit_plugin_info_2015.patch +++ b/patch/patches/webkit_plugin_info_2015.patch @@ -44,7 +44,7 @@ index c9c761dd34e6..75afc167a60e 100644 } diff --git third_party/blink/renderer/core/frame/local_frame.cc third_party/blink/renderer/core/frame/local_frame.cc -index ab0d55c3de88..360c1b8abdf5 100644 +index 3c78d0089938..2f7cb6d27eea 100644 --- third_party/blink/renderer/core/frame/local_frame.cc +++ third_party/blink/renderer/core/frame/local_frame.cc @@ -1331,7 +1331,7 @@ WebContentSettingsClient* LocalFrame::GetContentSettingsClient() {