diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-24 00:34:50 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-24 00:34:50 +0000 |
commit | 4b5e9a1ff97337e3617c7644498d2feaa8fa3d3a (patch) | |
tree | eff33bbce2048a6a01ec4ef6408b7ed4edb471d7 /build/all.gyp | |
parent | 02cc45c647972abb81d1db9953534847c0dcc19e (diff) | |
download | chromium_src-4b5e9a1ff97337e3617c7644498d2feaa8fa3d3a.zip chromium_src-4b5e9a1ff97337e3617c7644498d2feaa8fa3d3a.tar.gz chromium_src-4b5e9a1ff97337e3617c7644498d2feaa8fa3d3a.tar.bz2 |
Build the nacl_sandbox tests on the bot. We will soon run them.
Review URL: http://codereview.chromium.org/3015025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53558 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index e762965..1d27e17 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -157,6 +157,7 @@ '../app/app.gyp:app_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:nacl_ui_tests', + '../chrome/chrome.gyp:nacl_sandbox_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', @@ -179,6 +180,7 @@ '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:nacl_ui_tests', + '../chrome/chrome.gyp:nacl_sandbox_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:startup_tests', @@ -230,6 +232,7 @@ '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:mini_installer_test', '../chrome/chrome.gyp:nacl_ui_tests', + '../chrome/chrome.gyp:nacl_sandbox_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:selenium_tests', |