Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: scripts/slave/compile.py

Issue 176523003: Don't clobber VS runtime DLLs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698