| Index: scripts/slave/recipe_modules/chromium_tests/chromium.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium.py b/scripts/slave/recipe_modules/chromium_tests/chromium.py
|
| index 20b6bc76e448aa9b1986c7b4e819444ae727bc16..7260cac8c2c1df45a94550be0fd5645f98554be6 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium.py
|
| @@ -104,9 +104,6 @@ SPEC = {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
| },
|
| - 'compile_targets': [
|
| - 'all',
|
| - ],
|
| 'test_generators': [
|
| steps.generate_gtest,
|
| steps.generate_script,
|
|
|