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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 10878033: Simplified unit testing of sandboxing code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing parameter that suppresses benign error messages 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 | « no previous file | 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 fb68c73c2b48520e884ab5f759152feceff48e76..6d59816c88c29f1d398d0add2a9c810b77394edb 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -41,7 +41,9 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
+ 'tests/main.cc',
'tests/unit_tests.cc',
+ 'tests/unit_tests.h',
'suid/client/setuid_sandbox_client_unittest.cc',
],
'include_dirs': [
@@ -51,6 +53,8 @@
[ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64" '
'or target_arch=="arm")', {
'sources': [
+ 'seccomp-bpf/bpf_tests.cc',
+ 'seccomp-bpf/bpf_tests.h',
'seccomp-bpf/sandbox_bpf_unittest.cc',
],
}],
@@ -60,6 +64,8 @@
'target_name': 'seccomp_bpf',
'type': 'static_library',
'sources': [
+ 'seccomp-bpf/die.cc',
+ 'seccomp-bpf/die.h',
'seccomp-bpf/sandbox_bpf.cc',
'seccomp-bpf/sandbox_bpf.h',
'seccomp-bpf/verifier.cc',
« no previous file with comments | « no previous file | sandbox/linux/seccomp-bpf/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698