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

Unified Diff: sandbox/linux/sandbox_linux_nacl_nonsfi.gyp

Issue 1292753009: sandbox/linux: move ErrorCode into bpf_dsl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bpf_dsl-deps
Patch Set: Rebase and cleanup test code Created 5 years, 4 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/sandbox_linux.gypi ('k') | sandbox/linux/sandbox_linux_test_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/sandbox_linux_nacl_nonsfi.gyp
diff --git a/sandbox/linux/sandbox_linux_nacl_nonsfi.gyp b/sandbox/linux/sandbox_linux_nacl_nonsfi.gyp
index 87ad06ccdcf4a8900ce723354366e72b2d5474aa..ccb2a62fb77e0cc786177d770f31e9a82e09dccc 100644
--- a/sandbox/linux/sandbox_linux_nacl_nonsfi.gyp
+++ b/sandbox/linux/sandbox_linux_nacl_nonsfi.gyp
@@ -30,6 +30,7 @@
'bpf_dsl/bpf_dsl.cc',
'bpf_dsl/codegen.cc',
'bpf_dsl/dump_bpf.cc',
+ 'bpf_dsl/errorcode.cc',
'bpf_dsl/policy.cc',
'bpf_dsl/policy_compiler.cc',
'bpf_dsl/syscall_set.cc',
@@ -37,7 +38,6 @@
'seccomp-bpf-helpers/sigsys_handlers.cc',
'seccomp-bpf-helpers/syscall_parameters_restrictions.cc',
'seccomp-bpf/die.cc',
- 'seccomp-bpf/errorcode.cc',
'seccomp-bpf/sandbox_bpf.cc',
'seccomp-bpf/syscall.cc',
'seccomp-bpf/trap.cc',
« no previous file with comments | « sandbox/linux/sandbox_linux.gypi ('k') | sandbox/linux/sandbox_linux_test_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698