Index: build/all.gyp |
=================================================================== |
--- build/all.gyp (revision 40230) |
+++ build/all.gyp (working copy) |
@@ -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', |
+ '../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', |
- '../media/media.gyp:ffmpeg_tests', |
+ '../net/net.gyp:net_unittests', |
+ '../printing/printing.gyp:printing_unittests', |
+ 'temp_gyp/googleurl.gyp:googleurl_unittests', |
jiesun
2010/03/01 16:37:53
the question are
1. Were these targets built in th
|
# TODO(jiesun): should we put candidate_window/session here? |
], |
}, |