| Index: scripts/slave/recipe_modules/chromium/chromium_linux.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/chromium_linux.py b/scripts/slave/recipe_modules/chromium/chromium_linux.py
|
| index 4dceff0e5c64e9dec33a991be3c491991ecc14ed..03895cddbccdbff0a3c893c551eba420f8758d51 100644
|
| --- a/scripts/slave/recipe_modules/chromium/chromium_linux.py
|
| +++ b/scripts/slave/recipe_modules/chromium/chromium_linux.py
|
| @@ -197,6 +197,10 @@ SPEC = {
|
| steps.GTestTest('ui_touch_selection_unittests'),
|
| steps.GTestTest('unit_tests'),
|
| ],
|
| + 'test_generators': [
|
| + steps.generate_gtest,
|
| + steps.generate_script,
|
| + ],
|
| 'testing': {
|
| 'platform': 'linux',
|
| },
|
| @@ -275,6 +279,10 @@ SPEC = {
|
| steps.GTestTest('ui_touch_selection_unittests'),
|
| steps.GTestTest('unit_tests'),
|
| ],
|
| + 'test_generators': [
|
| + steps.generate_gtest,
|
| + steps.generate_script,
|
| + ],
|
| 'testing': {
|
| 'platform': 'linux',
|
| },
|
|
|