| Index: chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py
|
| ===================================================================
|
| --- chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py (revision 232670)
|
| +++ chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py (working copy)
|
| @@ -27,7 +27,7 @@
|
| SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
|
| URL_PREFIX = 'https://commondatastorage.googleapis.com'
|
| URL_PATH = 'chrome-linux-sysroot/toolchain'
|
| -REVISION = 36982
|
| +REVISION = 232685
|
| TARBALL_AMD64 = 'debian_wheezy_amd64_sysroot.tgz'
|
| TARBALL_I386 = 'debian_wheezy_i386_sysroot.tgz'
|
| SYSROOT_DIR_AMD64 = 'debian_wheezy_amd64-sysroot'
|
|
|