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

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

Issue 2277633002: Sysroot: Update install-sysroot.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@UpdatePackagelists
Patch Set: Remove dependent patch set Created 4 years, 4 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
« no previous file with comments | « no previous file | build/linux/sysroot_scripts/sysroot-creator.sh » ('j') | 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 cfabdf35afc6e4213e946a894f8efa2812f31d9a..9622176bf9b0f17a06a9439bcf38135942e6557e 100755
--- a/build/linux/sysroot_scripts/install-sysroot.py
+++ b/build/linux/sysroot_scripts/install-sysroot.py
@@ -35,21 +35,21 @@ import gyp_environment
URL_PREFIX = 'https://commondatastorage.googleapis.com'
URL_PATH = 'chrome-linux-sysroot/toolchain'
-REVISION_AMD64 = 'c09e94d74f6efc174bd88195eee902b4350fc006'
-REVISION_ARM = 'c09e94d74f6efc174bd88195eee902b4350fc006'
-REVISION_ARM64 = 'bd10c315594d2a20e31a94a7a6c7adb9a0961c56'
-REVISION_I386 = 'c09e94d74f6efc174bd88195eee902b4350fc006'
-REVISION_MIPS = 'c09e94d74f6efc174bd88195eee902b4350fc006'
+REVISION_AMD64 = '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba'
+REVISION_ARM = '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba'
+REVISION_ARM64 = '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba'
+REVISION_I386 = '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba'
+REVISION_MIPS = '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba'
TARBALL_AMD64 = 'debian_wheezy_amd64_sysroot.tgz'
TARBALL_ARM = 'debian_wheezy_arm_sysroot.tgz'
TARBALL_ARM64 = 'debian_jessie_arm64_sysroot.tgz'
TARBALL_I386 = 'debian_wheezy_i386_sysroot.tgz'
TARBALL_MIPS = 'debian_wheezy_mips_sysroot.tgz'
-TARBALL_AMD64_SHA1SUM = 'dceb51a6bd358f7ef64062e813f4698464e89554'
-TARBALL_ARM_SHA1SUM = '9dfbf23878a75fc8d482f39b0569314bbb869d63'
-TARBALL_ARM64_SHA1SUM = '0db3be51912e0be46bb1b906fc196c5c1dfc090f'
-TARBALL_I386_SHA1SUM = '89da0ad90690c0bc71222caf0d55496f0ad8c201'
-TARBALL_MIPS_SHA1SUM = '652631078c59f1c1f2bbb24637ef33374a2e8cdf'
+TARBALL_AMD64_SHA1SUM = 'a7f3df28b02799fbd7675c2ab24f1924c104c0ee'
+TARBALL_ARM_SHA1SUM = '2df01b8173a363977daf04e176b8c7dba5b0b933'
+TARBALL_ARM64_SHA1SUM = 'df9270e00c258e6cd80f8172b1bfa39aafc4756f'
+TARBALL_I386_SHA1SUM = 'e2c7131fa5f711de28c37fd9442e77d32abfb3ff'
+TARBALL_MIPS_SHA1SUM = '22fe7b45b144691aeb515083025f0fceb131d724'
SYSROOT_DIR_AMD64 = 'debian_wheezy_amd64-sysroot'
SYSROOT_DIR_ARM = 'debian_wheezy_arm-sysroot'
SYSROOT_DIR_ARM64 = 'debian_jessie_arm64-sysroot'
« no previous file with comments | « no previous file | build/linux/sysroot_scripts/sysroot-creator.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698