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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 10833044: Refactored ErrorCode into it's own class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cosmetic changes Created 8 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 | « content/common/sandbox_seccomp_bpf_linux.cc ('k') | sandbox/linux/seccomp-bpf/Makefile » ('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 6d59816c88c29f1d398d0add2a9c810b77394edb..64b8b91c1fce312006f2f14c21d82577a373eede 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -55,6 +55,7 @@
'sources': [
'seccomp-bpf/bpf_tests.cc',
'seccomp-bpf/bpf_tests.h',
+ 'seccomp-bpf/errorcode_unittest.cc',
'seccomp-bpf/sandbox_bpf_unittest.cc',
],
}],
@@ -66,6 +67,8 @@
'sources': [
'seccomp-bpf/die.cc',
'seccomp-bpf/die.h',
+ 'seccomp-bpf/errorcode.cc',
+ 'seccomp-bpf/errorcode.h',
'seccomp-bpf/sandbox_bpf.cc',
'seccomp-bpf/sandbox_bpf.h',
'seccomp-bpf/verifier.cc',
« no previous file with comments | « content/common/sandbox_seccomp_bpf_linux.cc ('k') | sandbox/linux/seccomp-bpf/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698