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

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 149338)
+++ build/download_nacl_toolchains.py (working copy)
@@ -50,7 +50,13 @@
else:
args.append('--no-pnacl')
- download_toolchains.Main(args)
+ # Append the name of the file to use as a version and hash source.
+ # NOTE: While not recommended, it is possible to redirect this file to
+ # a chrome location to avoid branching NaCl if just a toolchain needs
+ # to be bumped.
+ args.append(os.path.join(nacl_dir,'TOOL_REVISIONS'))
+
+ 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