| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index 361a22d954354c2f90f467191b000d27f572f564..d5272ba78e02c1d8d0ee5c74ceb070d3c76f5366 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -93,6 +93,7 @@ test("sandbox_linux_unittests") {
|
| }
|
| if (use_seccomp_bpf) {
|
| sources += [
|
| + "bpf_dsl/bpf_dsl_more_unittest.cc",
|
| "bpf_dsl/bpf_dsl_unittest.cc",
|
| "bpf_dsl/cons_unittest.cc",
|
| "seccomp-bpf-helpers/baseline_policy_unittest.cc",
|
| @@ -100,7 +101,6 @@ test("sandbox_linux_unittests") {
|
| "seccomp-bpf/bpf_tests_unittest.cc",
|
| "seccomp-bpf/codegen_unittest.cc",
|
| "seccomp-bpf/errorcode_unittest.cc",
|
| - "seccomp-bpf/sandbox_bpf_unittest.cc",
|
| "seccomp-bpf/syscall_iterator_unittest.cc",
|
| "seccomp-bpf/syscall_unittest.cc",
|
| ]
|
|
|