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

Unified Diff: build/linux/sysroot_scripts/install-sysroot.py

Issue 1534873002: Download sysroot from "commondatastorage.googleapis.com" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumm, just change the url "genius" :) Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/install-sysroot.py
diff --git a/build/linux/sysroot_scripts/install-sysroot.py b/build/linux/sysroot_scripts/install-sysroot.py
index b8f34edb3ff822bc2474908d40b8e4a18ee79224..6af6719bb3a845e0f0ce7f4e725deaa80322789b 100755
--- a/build/linux/sysroot_scripts/install-sysroot.py
+++ b/build/linux/sysroot_scripts/install-sysroot.py
@@ -32,7 +32,7 @@ import gyp_chromium
import gyp_environment
-URL_PREFIX = 'http://storage.googleapis.com'
+URL_PREFIX = 'http://commondatastorage.googleapis.com'
URL_PATH = 'chrome-linux-sysroot/toolchain'
REVISION_AMD64 = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
REVISION_ARM = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698