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

Unified Diff: build/download_nacl_irt.py

Issue 6893080: NaCl: Pull in NaCl's integrated runtime (IRT) library via DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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
« DEPS ('K') | « 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_irt.py
diff --git a/build/download_nacl_irt.py b/build/download_nacl_irt.py
index 35bcb9a7aa7de4c7760b4b1c8ab78c5739e1a2d9..0f6ead4b820e4eb32976a5f63d995da5580b10b0 100644
--- a/build/download_nacl_irt.py
+++ b/build/download_nacl_irt.py
@@ -163,7 +163,7 @@ def Main():
dest_dir = os.path.join(nacl_dir, 'irt_binaries')
if not os.path.exists(dest_dir):
os.makedirs(dest_dir)
- dest_path = os.path.join(dest_dir, 'irt_%s.nexe' % arch)
+ dest_path = os.path.join(dest_dir, 'nacl_irt_%s.nexe' % arch)
DownloadFileWithRetry(dest_path, url)
downloaded_hash = HashFile(dest_path)
if downloaded_hash != expected_hash:
« DEPS ('K') | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698