| Index: scripts/slave/recipe_modules/chromium/chromium_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/chromium_fyi.py b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
|
| index ad4639b03054a1fe8a7e84d50afd0249618dbeb3..f7663a893a41f1fc9485f544dbcd12fe149f66d2 100644
|
| --- a/scripts/slave/recipe_modules/chromium/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
|
| @@ -773,7 +773,10 @@ SPEC = {
|
| 'TARGET_BITS': 64,
|
| },
|
| 'compile_targets': [
|
| - 'chromium_swarm_tests',
|
| + # chromium_tests.analyze treats "all" compile target in a special way;
|
| + # Make sure to trigger it to make sure we respect compile targets
|
| + # returned by gyp analyzer.
|
| + 'all',
|
| ],
|
| 'testing': {
|
| 'platform': 'linux',
|
|
|