summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sandbox_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-sandbox_BUILD.gn')
-rw-r--r--www/chromium/files/patch-sandbox_BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-sandbox_BUILD.gn b/www/chromium/files/patch-sandbox_BUILD.gn
index ce356f104a80..fc1f7ec58a48 100644
--- a/www/chromium/files/patch-sandbox_BUILD.gn
+++ b/www/chromium/files/patch-sandbox_BUILD.gn
@@ -1,11 +1,11 @@
---- sandbox/BUILD.gn.orig 2021-04-14 18:41:08 UTC
+--- sandbox/BUILD.gn.orig 2022-02-07 13:39:41 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) {
++ } else if ((is_linux && !is_bsd) || is_chromeos || is_android) {
public_deps = [ "//sandbox/linux:sandbox" ]
}
}