| 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.
|
|
|