aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_safe__browsing_BUILD.gn
blob: c6e4a9f79b113645254913323a5fcec159b26c4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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",