aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-services_service__manager_public_cpp_service__executable_BUILD.gn
blob: 150bf6c5e9f07d26834415784550942e4f74a300 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/service_manager/public/cpp/service_executable/BUILD.gn.orig	2021-01-07 00:36:39 UTC
+++ services/service_manager/public/cpp/service_executable/BUILD.gn
@@ -22,7 +22,7 @@ source_set("support") {
     "//services/service_manager/public/mojom",
   ]
 
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_bsd) {
     deps += [
       "//sandbox/linux:sandbox",
       "//sandbox/linux:sandbox_services",