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

Unified Diff: scripts/master/factory/chromium_commands.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: scripts/master/factory/chromium_commands.py
===================================================================
--- scripts/master/factory/chromium_commands.py (revision 143413)
+++ scripts/master/factory/chromium_commands.py (working copy)
@@ -524,7 +524,7 @@
self.AddBasicGTestTestStep('sync_unit_tests', factory_properties)
self.AddBasicGTestTestStep('unit_tests', factory_properties)
self.AddBasicGTestTestStep('sql_unittests', factory_properties)
- self.AddBasicGTestTestStep('gfx_unittests', factory_properties)
+ self.AddBasicGTestTestStep('ui_unittests', factory_properties)
self.AddBasicGTestTestStep('content_unittests', factory_properties)
if self._target_platform == 'win32':
self.AddBasicGTestTestStep('views_unittests', factory_properties)
« masters/master.tryserver.chromium/master.cfg ('K') | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698