diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 19:44:48 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 19:44:48 +0000 |
commit | a8fd892e15856d9a2a887f7a9a0e95eac2adce5c (patch) | |
tree | 142f0623185a21c8edb0bdafd9899b1bcdad2bb0 /build | |
parent | ce04f0c9b299f5afbc6a44839f302baabe498cd1 (diff) | |
download | chromium_src-a8fd892e15856d9a2a887f7a9a0e95eac2adce5c.zip chromium_src-a8fd892e15856d9a2a887f7a9a0e95eac2adce5c.tar.gz chromium_src-a8fd892e15856d9a2a887f7a9a0e95eac2adce5c.tar.bz2 |
Add nacl_ui_tests to the mac target, since we will be running
the tests on mac soon.
Review URL: http://codereview.chromium.org/664004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index ffa6837..cb9d689 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -143,6 +143,7 @@ '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', '../chrome/chrome.gyp:browser_tests', + '../chrome/chrome.gyp:nacl_ui_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', 'temp_gyp/googleurl.gyp:googleurl_unittests', @@ -155,6 +156,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', |