summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sandbox_BUILD.gn
blob: ce356f104a80bced6d37933bb8145695ed02b4df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sandbox/BUILD.gn.orig	2021-04-14 18:41:08 UTC
+++ sandbox/BUILD.gn
@@ -27,7 +27,7 @@ group("sandbox") {
       "//sandbox/mac:system_services",
       "//sandbox/mac/mojom",
     ]
-  } else if (is_linux || is_chromeos || is_android) {
+  } else if ((is_linux || is_chromeos || is_android) && !is_bsd) {
     public_deps = [ "//sandbox/linux:sandbox" ]
   }
 }