Index: build/scripts/master/factory/chromium_commands.py |
=================================================================== |
--- build/scripts/master/factory/chromium_commands.py (revision 90971) |
+++ build/scripts/master/factory/chromium_commands.py (working copy) |
@@ -465,6 +465,7 @@ |
self.AddBasicGTestTestStep('unit_tests', factory_properties) |
self.AddBasicGTestTestStep('app_unittests', factory_properties) |
self.AddBasicGTestTestStep('gfx_unittests', factory_properties) |
+ self.AddBasicGTestTestStep('ui_unittests', factory_properties) |
if self._target_platform == 'win32': |
self.AddBasicGTestTestStep('views_unittests', factory_properties) |