| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index ac9b69dc017d3b62e10fe62252ef3961091b55a3..6d79e4104f3e6224af4b1224155ce0a5e0c6b8ab 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -426,7 +426,8 @@ def _GenStepsInternal(api):
|
| affected_files,
|
| all_compile_targets(api, tests + tests_including_triggered),
|
| compile_targets,
|
| - 'trybot_analyze_config.json')
|
| + 'trybot_analyze_config.json',
|
| + legacy_postprocess=False)
|
|
|
| if not requires_compile:
|
| return
|
|
|