diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 19:32:20 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 19:32:20 +0000 |
commit | fe0e4c081311fd5945d378387e56c22184e3520d (patch) | |
tree | 3090d40c5821dcb46faa93b47a87c43f2d12d610 /native_client_sdk | |
parent | 498b5c0709e16a9bfc5ac1007196674140e29e03 (diff) | |
download | chromium_src-fe0e4c081311fd5945d378387e56c22184e3520d.zip chromium_src-fe0e4c081311fd5945d378387e56c22184e3520d.tar.gz chromium_src-fe0e4c081311fd5945d378387e56c22184e3520d.tar.bz2 |
[NaCl SDK] Roll naclports revision built into NaCl SDK
r757 -> r774
This fixes a recent breakage regarding the name of the
ncval executable changing.
It also brings in several other changes from naclports
but none should directly effect any of the packages included
in the SDK.
BUG=None
TEST=build_sdk.py --build-ports
R=binji@chromium.org
Review URL: https://codereview.chromium.org/16224009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-x | native_client_sdk/src/build_tools/build_sdk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py index d856b04..4325f8d 100755 --- a/native_client_sdk/src/build_tools/build_sdk.py +++ b/native_client_sdk/src/build_tools/build_sdk.py @@ -54,7 +54,7 @@ import oshelpers CYGTAR = os.path.join(NACL_DIR, 'build', 'cygtar.py') NACLPORTS_URL = 'https://naclports.googlecode.com/svn/trunk/src' -NACLPORTS_REV = 757 +NACLPORTS_REV = 774 # 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 |