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

Unified Diff: scripts/slave/build_directory.py

Issue 2299973004: Remove obsolete refs to gyp-[mac|win]-tool (Closed)
Patch Set: Created 4 years, 3 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 f15c50bc04a0e1bec2c11c377743864eeb784e70..4c6bd81f618dfeda1aec1298ba92fed7031a3f2c 100644
--- a/scripts/slave/build_directory.py
+++ b/scripts/slave/build_directory.py
@@ -94,8 +94,7 @@ def RmtreeExceptNinjaOrGomaFiles(build_output_dir):
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')):
+ f in ('environment.x86', 'environment.x64')):
continue
# Keep goma related files.
if f == '.goma_deps':
« 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