Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 554743006: sandbox: remove seccomp-bpf demo program (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | sandbox/linux/seccomp-bpf/demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | sandbox/linux/seccomp-bpf/demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698