| Index: scripts/master/factory/chromium_commands.py
|
| diff --git a/scripts/master/factory/chromium_commands.py b/scripts/master/factory/chromium_commands.py
|
| index ceaa52c8e41199aedeaf7ca81c5c045002e771b9..67b24f331455e4bf403add810d17e52cbe58600f 100644
|
| --- a/scripts/master/factory/chromium_commands.py
|
| +++ b/scripts/master/factory/chromium_commands.py
|
| @@ -463,7 +463,7 @@ class ChromiumCommands(commands.FactoryCommands):
|
| self.AddBasicGTestTestStep('ipc_tests', factory_properties)
|
| self.AddBasicGTestTestStep('sync_unit_tests', factory_properties)
|
| self.AddBasicGTestTestStep('unit_tests', factory_properties)
|
| - self.AddBasicGTestTestStep('app_unittests', factory_properties)
|
| + self.AddBasicGTestTestStep('sql_unittests', factory_properties)
|
| self.AddBasicGTestTestStep('gfx_unittests', factory_properties)
|
| if self._target_platform == 'win32':
|
| self.AddBasicGTestTestStep('views_unittests', factory_properties)
|
|
|