| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index 3b941d72dfbbfdfe561c45bb57b1038dcbd95143..754664de2e1a8e189545e60dd74eaec87b1ed203 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -186,18 +186,6 @@ component("seccomp_bpf_helpers") {
|
| ]
|
| }
|
|
|
| -if (compile_seccomp_bpf_demo) {
|
| - # A demonstration program for the seccomp-bpf sandbox.
|
| - executable("seccomp_bpf_demo") {
|
| - sources = [
|
| - "seccomp-bpf/demo.cc",
|
| - ]
|
| - deps = [
|
| - ":seccomp_bpf",
|
| - ]
|
| - }
|
| -}
|
| -
|
| # The setuid sandbox for Linux.
|
| executable("chrome_sandbox") {
|
| sources = [
|
|
|