aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_safe__browsing_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_browser_safe__browsing_BUILD.gn')
-rw-r--r--www/chromium/files/patch-chrome_browser_safe__browsing_BUILD.gn20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-chrome_browser_safe__browsing_BUILD.gn b/www/chromium/files/patch-chrome_browser_safe__browsing_BUILD.gn
deleted file mode 100644
index c6e4a9f79b11..000000000000
--- a/www/chromium/files/patch-chrome_browser_safe__browsing_BUILD.gn
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/browser/safe_browsing/BUILD.gn.orig 2021-12-31 00:57:24 UTC
-+++ chrome/browser/safe_browsing/BUILD.gn
-@@ -299,7 +299,7 @@ static_library("safe_browsing") {
- ]
- }
-
-- if (is_linux || is_win) {
-+ if ((is_linux || is_win) && !is_bsd) {
- sources += [
- "download_protection/document_analysis_service.cc",
- "download_protection/document_analysis_service.h",
-@@ -345,7 +345,7 @@ static_library("safe_browsing") {
- "//chrome/common:version_header",
- ]
- }
-- if (is_linux || is_win) {
-+ if ((is_linux || is_win) && !is_bsd) {
- deps += [
- "//chrome/common/safe_browsing:document_analyzer_results",
- "//chrome/services/file_util/public/mojom",