aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-services_service__manager_public_cpp_service__executable_BUILD.gn
blob: b066798326f35e32e8109bc98fa7ce632a20e09f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                       
--- services/service_manager/public/cpp/service_executable/BUILD.gn.orig	2021-04-14 18:41:08 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",