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

Unified Diff: build/download_nacl_toolchains.py

Issue 8728022: Pulling in new nacl toolchain for chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/download_nacl_toolchains.py
===================================================================
--- build/download_nacl_toolchains.py (revision 111854)
+++ build/download_nacl_toolchains.py (working copy)
@@ -15,10 +15,10 @@
args = [
'--nacl-newlib-only',
'--file-hash', 'linux_x86_newlib',
- '8337d5ec327d857a49b500723ec9b792f4973abc',
+ '1deb316302fde89a2200dff6550cf510ae90b89b',
'--base-url', ('https://commondatastorage.googleapis.com/'
'nativeclient-archive2/special_chromeos'),
- '--x86-version', '6561',
+ '--x86-version', '7258',
]
print 'NOTE: Special handling for chromeos'
print 'Running with these argument instead:'
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698