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

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

Issue 1576293002: Update linux sysroot images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | 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 6af6719bb3a845e0f0ce7f4e725deaa80322789b..dc492c6a56efb84de9ccef7f9acfb0c20025a13d 100755
--- a/build/linux/sysroot_scripts/install-sysroot.py
+++ b/build/linux/sysroot_scripts/install-sysroot.py
@@ -34,18 +34,18 @@ import gyp_environment
URL_PREFIX = 'http://commondatastorage.googleapis.com'
URL_PATH = 'chrome-linux-sysroot/toolchain'
-REVISION_AMD64 = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
-REVISION_ARM = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
-REVISION_I386 = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
-REVISION_MIPS = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
+REVISION_AMD64 = '81463d905d9f7aa0153bae9f703728632ce8b0f6'
+REVISION_ARM = '81463d905d9f7aa0153bae9f703728632ce8b0f6'
+REVISION_I386 = '81463d905d9f7aa0153bae9f703728632ce8b0f6'
+REVISION_MIPS = '81463d905d9f7aa0153bae9f703728632ce8b0f6'
TARBALL_AMD64 = 'debian_wheezy_amd64_sysroot.tgz'
TARBALL_ARM = 'debian_wheezy_arm_sysroot.tgz'
TARBALL_I386 = 'debian_wheezy_i386_sysroot.tgz'
TARBALL_MIPS = 'debian_wheezy_mips_sysroot.tgz'
-TARBALL_AMD64_SHA1SUM = 'a0c85e8c964638ea4e442cb6d59b8f478830a453'
-TARBALL_ARM_SHA1SUM = '8df826acab843414904a8925e802a5d1ab57b80c'
-TARBALL_I386_SHA1SUM = '8d64c34221be9d1f161e928fee4c558bda873a8e'
-TARBALL_MIPS_SHA1SUM = '52f84b34b7b050ae8c35742fa4268051f272ffeb'
+TARBALL_AMD64_SHA1SUM = 'a5a2483123f6bd63f3f029996451426168606697'
+TARBALL_ARM_SHA1SUM = 'fd70dfa1bde44142b17e5b400be3b9ce6625bf2e'
+TARBALL_I386_SHA1SUM = 'bc8d70311edcbdce8f70af779333dc35ca139777'
+TARBALL_MIPS_SHA1SUM = 'ac60722b79bce906768911192329607393090c4a'
SYSROOT_DIR_AMD64 = 'debian_wheezy_amd64-sysroot'
SYSROOT_DIR_ARM = 'debian_wheezy_arm-sysroot'
SYSROOT_DIR_I386 = 'debian_wheezy_i386-sysroot'
« 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