Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: masters/master.chromium.lkgr/lkgr_finder.py

Issue 10641005: Use ui_unittests instead of gfx_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: masters/master.chromium.lkgr/lkgr_finder.py
===================================================================
--- masters/master.chromium.lkgr/lkgr_finder.py (revision 143294)
+++ masters/master.chromium.lkgr/lkgr_finder.py (working copy)
@@ -96,7 +96,7 @@
'sync_unit_tests',
'unit_tests',
'installer_util_unittests',
- 'gfx_unittests',
+ 'ui_unittests',
M-A Ruel 2012/06/21 18:57:24 please sort the list
'crypto_unittests',
],
'Win7 Tests (dbg)(2)': [
@@ -142,10 +142,10 @@
'Mac 10.6 Tests (dbg)(4)': [
'browser_tests',
'content_unittests',
- 'gfx_unittests',
'ipc_tests',
'sql_unittests',
'sync_unit_tests',
+ 'ui_unittests',
'unit_tests',
],
'Linux Builder (dbg)': [
@@ -170,7 +170,7 @@
'media_unittests',
'printing_unittests',
'remoting_unittests',
- 'gfx_unittests',
+ 'ui_unittests',
M-A Ruel 2012/06/21 18:57:24 sort here too
'nacl_integration',
'cacheinvalidation_unittests',
'jingle_unittests',

Powered by Google App Engine
This is Rietveld 408576698