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

Unified Diff: build/download_nacl_toolchains.py

Issue 10821118: Bump DEPS and use new download_toolchains.py in NaCl Repo. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « DEPS ('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 149281)
+++ build/download_nacl_toolchains.py (working copy)
@@ -49,8 +49,8 @@
print '\n*** DOWNLOADING PNACL TOOLCHAIN ***\n'
else:
args.append('--no-pnacl')
-
- download_toolchains.Main(args)
+ args.append(os.path.join(nacl_dir,"TOOL_REVISIONS"))
bradn 2012/07/31 21:56:50 single quotes to match rest of file
+ download_toolchains.main(args)
return 0
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698