| Index: sandbox/linux/sandbox_linux.gypi
|
| diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
|
| index 69b782326b0099e3a0698affb652cb1c57933077..5a1e65cc983abe54b3c5b7d16b2d4a86a39d9508 100644
|
| --- a/sandbox/linux/sandbox_linux.gypi
|
| +++ b/sandbox/linux/sandbox_linux.gypi
|
| @@ -181,26 +181,6 @@
|
| ],
|
| },
|
| {
|
| - # A demonstration program for the seccomp-bpf sandbox.
|
| - 'target_name': 'seccomp_bpf_demo',
|
| - 'conditions': [
|
| - ['compile_seccomp_bpf_demo==1', {
|
| - 'type': 'executable',
|
| - 'sources': [
|
| - 'seccomp-bpf/demo.cc',
|
| - ],
|
| - 'dependencies': [
|
| - 'seccomp_bpf',
|
| - ],
|
| - }, {
|
| - 'type': 'none',
|
| - }],
|
| - ],
|
| - 'include_dirs': [
|
| - '../../',
|
| - ],
|
| - },
|
| - {
|
| # The setuid sandbox, for Linux
|
| 'target_name': 'chrome_sandbox',
|
| 'type': 'executable',
|
|
|