blob: a98944b9589a4cfe3aaee8aa5d9a5ba976e0f471 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- services/service_manager/sandbox/BUILD.gn.orig 2019-03-15 06:37:32 UTC
+++ services/service_manager/sandbox/BUILD.gn
@@ -28,7 +28,7 @@ component("sandbox") {
"//base",
"//sandbox:common",
]
- if (is_linux) {
+ if (is_linux && !is_bsd) {
sources += [
"linux/bpf_base_policy_linux.cc",
"linux/bpf_base_policy_linux.h",
|