aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-services_service__manager_runner_host_BUILD.gn
blob: 003707d29f12d51e2d844e76696cc5cef3a91c62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/service_manager/runner/host/BUILD.gn.orig	2017-03-09 20:04:36 UTC
+++ services/service_manager/runner/host/BUILD.gn
@@ -28,7 +28,7 @@ source_set("lib") {
     "//mojo/public/cpp/system",
   ]
 
-  if (is_linux && !is_android) {
+  if (is_linux && !is_android && !is_bsd) {
     deps += [ "//sandbox/linux:sandbox_services" ]
   }
 }