| 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 79d4baedfe82310c936b6624ea0c989e7d8bf601..b8e430073cf78ea722e366fe2fa36785cbda866e 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://commondatastorage.googleapis.com'
|
| +URL_PREFIX = 'https://commondatastorage.googleapis.com'
|
| URL_PATH = 'chrome-linux-sysroot/toolchain'
|
| REVISION_AMD64 = 'c52471d9dec240c8d0a88fa98aa1eefeee32e22f'
|
| REVISION_ARM = 'c52471d9dec240c8d0a88fa98aa1eefeee32e22f'
|
|
|