diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 06:36:02 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 06:36:02 +0000 |
commit | fafece1c7120bac8504f1702803121d53d29184b (patch) | |
tree | dc255f6accb9b728e2f7b0687d984da5c8d54469 /build/all.gyp | |
parent | 88bfd25b311285e09b13a9c19c27eb6359a41c71 (diff) | |
download | chromium_src-fafece1c7120bac8504f1702803121d53d29184b.zip chromium_src-fafece1c7120bac8504f1702803121d53d29184b.tar.gz chromium_src-fafece1c7120bac8504f1702803121d53d29184b.tar.bz2 |
Seccomp BPF: initial structure for unittests
- On Linux, support a new sandbox_linux_unittests target
- Add a new seccomp_bpf_unittests target as a dependency of the global
sandbox_linux_unittests target.
- Integrate globally as a chromium_builder_tests dependency
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10635006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 273027c..d042c4d 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -227,6 +227,11 @@ '../webkit/webkit.gyp:test_shell_common', ], }], + ['OS=="linux"', { + 'dependencies': [ + '../sandbox/sandbox.gyp:sandbox_linux_unittests', + ], + }], ['disable_nacl==0 and disable_nacl_untrusted==0', { 'dependencies': [ # TODO(bbudge): drop this when we have switched the NaCl proxy to IPC. |