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

Unified Diff: scripts/slave/build_directory.py

Issue 1805833002: Fix CrWin7Goma(clbr) build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 9 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/build_directory.py
diff --git a/scripts/slave/build_directory.py b/scripts/slave/build_directory.py
index dbf4292eab39da0bc2c5d9486f5e3c73c7847dd9..f15c50bc04a0e1bec2c11c377743864eeb784e70 100644
--- a/scripts/slave/build_directory.py
+++ b/scripts/slave/build_directory.py
@@ -92,6 +92,8 @@ def RmtreeExceptNinjaOrGomaFiles(build_output_dir):
f.startswith('pgort') or # VS PGO runtime DLL.
f.startswith('vccorlib') or # VS2015 core libraries.
f.startswith('vcruntime') or # VS2015 runtime libraries.
+ f.startswith('ucrtbase') or # Win runtime DLLs for VS.
+ f.startswith('api-ms-win') or # Win runtime DLLs for VS.
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