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

Unified Diff: native_client_sdk/src/build_tools/build_sdk.py

Issue 15979033: [NaCl SDK] Use subst to keep path lengths short on the buildbots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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 | native_client_sdk/src/build_tools/buildbot_run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/build_sdk.py
diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py
index d856b04f99798aedd42793e4f9c7605f1e0ef2c1..da9270766bafc6b8375c6dc162298bf4a91121c4 100755
--- a/native_client_sdk/src/build_tools/build_sdk.py
+++ b/native_client_sdk/src/build_tools/build_sdk.py
@@ -56,12 +56,7 @@ CYGTAR = os.path.join(NACL_DIR, 'build', 'cygtar.py')
NACLPORTS_URL = 'https://naclports.googlecode.com/svn/trunk/src'
NACLPORTS_REV = 757
-# TODO(binji): horrible hack to make the Windows builders go green...
-# Windows has a path length limit of 255 characters, after joining cwd with a
-# relative path. Some of the Windows builders are over by just a little bit, so
-# we'll temporarily use a shorter build directory name to make it all work.
-# See http://crbug.com/245453
-GYPBUILD_DIR = 'gb' # Was 'gypbuild'
+GYPBUILD_DIR = 'gypbuild'
options = None
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/buildbot_run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698