Skip to content
Snippets Groups Projects
Commit c5726d68 authored by bradnelson@google.com's avatar bradnelson@google.com
Browse files

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
parent 034b4410
No related branches found
No related tags found
No related merge requests found
...@@ -240,9 +240,24 @@ ...@@ -240,9 +240,24 @@
'all.gyp', 'all.gyp',
], ],
'dependencies': [ 'dependencies': [
'../app/app.gyp:app_unittests',
'../base/base.gyp:base_unittests',
'../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:chrome', '../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: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? # TODO(jiesun): should we put candidate_window/session here?
], ],
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment