| 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'
|
|
|