| Index: scripts/slave/compile.py
|
| diff --git a/scripts/slave/compile.py b/scripts/slave/compile.py
|
| index be708c9a6845cc881cc986d6c8175250288fadbd..0f510ce2f5dad58da408d870699a940ef5f9ecee 100755
|
| --- a/scripts/slave/compile.py
|
| +++ b/scripts/slave/compile.py
|
| @@ -211,6 +211,7 @@ def ninja_clobber(build_output_dir):
|
| # compile, so make sure not to delete those generated files, otherwise
|
| # compile will fail.
|
| if (f.endswith('.ninja') or f.endswith('.manifest') or
|
| + f.startswith('msvc') or # VS runtime DLLs.
|
| f in ('gyp-mac-tool', 'gyp-win-tool',
|
| 'environment.x86', 'environment.x64')):
|
| continue
|
|
|