diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-21 23:13:38 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-21 23:13:38 +0000 |
commit | b821ead2489a91136f544aa7cdedf655fb683314 (patch) | |
tree | 9a0bc7aefde9c070d7d8f2b8b0f91fa26cc3f425 /build | |
parent | 60400404e23d6bc456071fc5acaf29c7b6bf550a (diff) | |
download | chromium_src-b821ead2489a91136f544aa7cdedf655fb683314.zip chromium_src-b821ead2489a91136f544aa7cdedf655fb683314.tar.gz chromium_src-b821ead2489a91136f544aa7cdedf655fb683314.tar.bz2 |
Add the nacl ui test to the Chromium Builder configuration.
Review URL: http://codereview.chromium.org/307031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index baf9c98..a32d164 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -134,6 +134,7 @@ '../app/app.gyp:app_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:memory_test', + '../chrome/chrome.gyp:nacl_ui_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:startup_tests', '../chrome/chrome.gyp:tab_switching_test', |