aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-mojo_BUILD.gn
blob: c89989fa035760129a80a2f95e9c4109d0d7e560 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mojo/BUILD.gn.orig	2017-04-19 19:06:35 UTC
+++ mojo/BUILD.gn
@@ -12,7 +12,7 @@ group("mojo") {
     "//mojo/common",
   ]
 
-  if (!(is_linux && current_cpu == "x86")) {
+  if (!((is_linux || is_bsd) && current_cpu == "x86")) {
     deps += [ "//mojo/public" ]
   }