blob: ad87aac11213635b5776df35fc44a40617f27bbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- services/service_manager/public/cpp/service_executable/BUILD.gn.orig 2022-10-01 07:40:07 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",
|