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

Unified Diff: sandbox/linux/BUILD.gn

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 | « no previous file | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « no previous file | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698