| Index: scripts/slave/recipes/win_analyze.py
|
| diff --git a/scripts/slave/recipes/win_analyze.py b/scripts/slave/recipes/win_analyze.py
|
| index 3d88965661c2c8e6a707d00bd5d36eebb0c8eff5..80a22a2d56b07559c17347ad5f26189a35c42e4d 100644
|
| --- a/scripts/slave/recipes/win_analyze.py
|
| +++ b/scripts/slave/recipes/win_analyze.py
|
| @@ -17,6 +17,7 @@ BUILDERS = {
|
| 'TARGET_PLATFORM': 'win',
|
| 'TARGET_BITS': 32,
|
| },
|
| + 'chromium_apply_config': ['clobber'],
|
| },
|
| },
|
| },
|
| @@ -37,7 +38,7 @@ def RunSteps(api):
|
| api.chromium.run_mb('chromium.fyi', 'Chromium Windows Analyze',
|
| use_goma=False)
|
|
|
| - api.chromium.compile(targets=['chrome'], force_clobber=True)
|
| + api.chromium.compile(targets=['chrome'])
|
|
|
|
|
| def GenTests(api):
|
|
|