diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-27 21:27:48 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-27 21:27:48 +0000 |
commit | c5726d689db99117b3239e495c8eac578a0b3164 (patch) | |
tree | 45b9af55562e926678c5aa76ef9c6cc2c8d3a07d /build | |
parent | 034b44101a01674ce78c87b54d70fe7016bec7a0 (diff) | |
download | chromium_src-c5726d689db99117b3239e495c8eac578a0b3164.zip chromium_src-c5726d689db99117b3239e495c8eac578a0b3164.tar.gz chromium_src-c5726d689db99117b3239e495c8eac578a0b3164.tar.bz2 |
Adding in missing tests to make chromeos build on waterfall go green.
BUG=None
TEST=None
TBR=jiesun
Review URL: http://codereview.chromium.org/660248
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 13ec55b..9102ea5 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -240,9 +240,24 @@ 'all.gyp', ], 'dependencies': [ + '../app/app.gyp:app_unittests', + '../base/base.gyp:base_unittests', + '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:chrome', - '../media/media.gyp:omx_test', + '../chrome/chrome.gyp:memory_test', + '../chrome/chrome.gyp:page_cycler_tests', + '../chrome/chrome.gyp:startup_tests', + '../chrome/chrome.gyp:tab_switching_test', + '../chrome/chrome.gyp:ui_tests', + '../chrome/chrome.gyp:unit_tests', + '../chrome/chrome.gyp:url_fetch_test', + '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:ffmpeg_tests', + '../media/media.gyp:media_unittests', + '../media/media.gyp:omx_test', + '../net/net.gyp:net_unittests', + '../printing/printing.gyp:printing_unittests', + 'temp_gyp/googleurl.gyp:googleurl_unittests', # TODO(jiesun): should we put candidate_window/session here? ], }, |