From a79774b0d74e0f21c1efa0df28ecae94acf3cfa0 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Sun, 7 May 2023 17:35:31 +0200 Subject: [PATCH] update bromite_patches_list --- build/bromite_patches_list.txt | 13 ++++--------- build/patches/00v113-temp-fix-build.patch | 16 ++++++++++++++-- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index fc73b2e8..185a0403 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -3,16 +3,12 @@ do-not-hide-.orig-files.patch Do-not-link-with-libatomic.patch do-not-add-suffix-to-package-name.patch exit-on-failure-of-inclusion.patch -Disable-safe-browsing.patch -Remove-signin-and-sync-integrations.patch Move-some-account-settings-back-to-privacy-settings.patch -Remove-contextual-search-manager.patch kill-Vision.patch kill-Location-fall-back-to-system.patch kill-Auth.patch Remove-binary-blob-integrations.patch Remove-SMS-integration.patch -Remove-price-shopping-commerce-integrations.patch Remove-voice-recognition-integration.patch Do-not-compile-QR-code-sharing.patch Timezone-customization.patch @@ -142,7 +138,6 @@ Logcat-crash-reports-UI.patch Add-flag-to-disable-vibration.patch mime_util-force-text-x-suse-ymp-to-be-downloaded.patch Client-hints-overrides.patch -Disable-AGSA-by-default.patch Allow-building-without-enable_reporting.patch Disable-lock-icon-in-address-bar-by-default.patch Experimental-user-scripts-support.patch @@ -202,7 +197,6 @@ Add-kill-switch-for-unsupported-clangd-flags.patch 00WIN-ADDTO-Eyeo-Adblock.patch 00WIN-ADDTO-Add-an-always-incognito-mode.patch 00WIN-ADDTO-Experimental-user-scripts-support.patch -00WIN-ADDTO-Disable-safe-browsing.patch 00WIN-ADDTO-ungoogled-chr--Disable-profile-avatar.patch 00WIN-ADDTO-Add-a-proxy-configuration-page.patch 00WIN-ADDTO-Add-bookmark-import-export-actions.patch @@ -211,8 +205,6 @@ Add-kill-switch-for-unsupported-clangd-flags.patch 00WIN-ADDTO-Remove-EV-certificates.patch 00WIN-ADDTO-AImageReader-CFI-crash-mitigations.patch 00WIN-ADDTO-Remove-binary-blob-integrations.patch - -00WIN-ADDTO-Remove-signin-and-sync-integrations.patch 00WIN-ADDTO-Add-lifetime-options-for-permissions.patch 00WIN-ADDTO-Disable-various-metrics.patch 00WIN-ADDTO-Do-not-build-API-keys-infobar.patch @@ -235,7 +227,6 @@ Add-kill-switch-for-unsupported-clangd-flags.patch 00WIN-enable-HighEfficiencyMode-by-default.patch 00WIN-enable-file-system-access-blocklist.patch 00WIN-Disable-TabHoverCard-images.patch -00WIN-Fix-windows-build.patch 00WIN-Fix-log-to-file.patch 00WIN-minimum-data-to-enable-install-extensions.patch @@ -276,4 +267,8 @@ AudioBuffer-AnalyserNode-fp-mitigations.patch 00Add-a-flag-to-disable-GamePad-API.patch 00Disable-WebGPU.patch 00Disable-FirstPartySets-and-StorageAccessAPI.patch +00Disable-GetInstalledRelatedApps-API.patch +00Disable-GSA-by-default.patch +00WIN-Disable-updater.patch +00WIN-Disable-first-run.patch 00v113-temp-fix-build.patch \ No newline at end of file diff --git a/build/patches/00v113-temp-fix-build.patch b/build/patches/00v113-temp-fix-build.patch index bad75200..606f667d 100644 --- a/build/patches/00v113-temp-fix-build.patch +++ b/build/patches/00v113-temp-fix-build.patch @@ -1,10 +1,11 @@ -From: Your Name +From: uazo Date: Mon, 1 May 2023 12:08:46 +0000 Subject: v113 temp fix build --- android_webview/system_webview_bundle.gni | 4 ++++ - 1 file changed, 4 insertions(+) + chrome/browser/safe_browsing/BUILD.gn | 1 + + 2 files changed, 5 insertions(+) diff --git a/android_webview/system_webview_bundle.gni b/android_webview/system_webview_bundle.gni --- a/android_webview/system_webview_bundle.gni @@ -20,5 +21,16 @@ diff --git a/android_webview/system_webview_bundle.gni b/android_webview/system_ } android_app_bundle(target_name) { +diff --git a/chrome/browser/safe_browsing/BUILD.gn b/chrome/browser/safe_browsing/BUILD.gn +--- a/chrome/browser/safe_browsing/BUILD.gn ++++ b/chrome/browser/safe_browsing/BUILD.gn +@@ -202,6 +202,7 @@ static_library("safe_browsing") { + "//components/version_info", + "//content/public/browser", + "//services/preferences/public/mojom:mojom", ++ "//third_party/flatbuffers:flatbuffers", + ] + if (safe_browsing_mode == 1) { + # "Safe Browsing Full" files in addition to the "basic" ones to use for -- 2.25.1