aboutsummaryrefslogtreecommitdiff
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.gn11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-sandbox_BUILD.gn b/www/chromium/files/patch-sandbox_BUILD.gn
deleted file mode 100644
index 70f637ed927f..000000000000
--- a/www/chromium/files/patch-sandbox_BUILD.gn
+++ /dev/null
@@ -1,11 +0,0 @@
---- sandbox/BUILD.gn.orig 2017-08-02 15:41:12.498502000 +0200
-+++ sandbox/BUILD.gn 2017-08-02 15:42:43.975385000 +0200
-@@ -24,7 +24,7 @@
- "//sandbox/mac:sandbox",
- "//sandbox/mac:seatbelt",
- ]
-- } else if (is_linux || is_android) {
-+ } else if ((is_linux && !is_bsd) || is_android) {
- public_deps = [
- "//sandbox/linux:sandbox",
- ]