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

Unified Diff: trunk/src/build/gyp_chromium

Issue 185393013: Revert 254428 "Another attempt at getting free space on win bots" (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/build/gyp_chromium
===================================================================
--- trunk/src/build/gyp_chromium (revision 254544)
+++ trunk/src/build/gyp_chromium (working copy)
@@ -527,12 +527,10 @@
os.environ['PATH'] = runtime_path + ';' + os.environ['PATH']
# TODO(scottmg): Temporarily add free space print to try to see how close
# we're getting to failures on windows bots. http://crbug.com/348350
- out_dir = os.path.abspath(GetOutputDirectory())
- print('Using automatic toolchain in %s (%s edition), '
- 'free space in %s: %dM.' % (
+ print('Using automatic toolchain in %s (%s edition), free space: %dM.' % (
toolchain,
'Pro' if version_is_pro else 'Express',
- out_dir, GetFreeSpaceMBWindows(out_dir)))
+ GetFreeSpaceMBWindows(GetOutputDirectory())))
# If CHROMIUM_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check
# to enfore syntax checking.
« 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