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) |