Commit 24634402 authored by sbc's avatar sbc Committed by Commit bot

Update linux sysroot image

This adds libffi-dev and libdrm-dev to the image
which were recently added with:
https://codereview.chromium.org/1464123002

R=thestig@chromium.org
BUG=559062

Review URL: https://codereview.chromium.org/1466383002

Cr-Commit-Position: refs/heads/master@{#361129}
parent 3bb121da
...@@ -33,18 +33,18 @@ import gyp_environment ...@@ -33,18 +33,18 @@ import gyp_environment
URL_PREFIX = 'http://storage.googleapis.com' URL_PREFIX = 'http://storage.googleapis.com'
URL_PATH = 'chrome-linux-sysroot/toolchain' URL_PATH = 'chrome-linux-sysroot/toolchain'
REVISION_AMD64 = 'a2d45701cb21244b9514e420950ba6ba687fb655' REVISION_AMD64 = '402274e42cb72fde4f48a4bb01664d0ad4533c69'
REVISION_ARM = 'a2d45701cb21244b9514e420950ba6ba687fb655' REVISION_ARM = '402274e42cb72fde4f48a4bb01664d0ad4533c69'
REVISION_I386 = 'a2d45701cb21244b9514e420950ba6ba687fb655' REVISION_I386 = '402274e42cb72fde4f48a4bb01664d0ad4533c69'
REVISION_MIPS = '7749d2957387abf225b6d45154c3ddad142148dc' REVISION_MIPS = '402274e42cb72fde4f48a4bb01664d0ad4533c69'
TARBALL_AMD64 = 'debian_wheezy_amd64_sysroot.tgz' TARBALL_AMD64 = 'debian_wheezy_amd64_sysroot.tgz'
TARBALL_ARM = 'debian_wheezy_arm_sysroot.tgz' TARBALL_ARM = 'debian_wheezy_arm_sysroot.tgz'
TARBALL_I386 = 'debian_wheezy_i386_sysroot.tgz' TARBALL_I386 = 'debian_wheezy_i386_sysroot.tgz'
TARBALL_MIPS = 'debian_wheezy_mips_sysroot.tgz' TARBALL_MIPS = 'debian_wheezy_mips_sysroot.tgz'
TARBALL_AMD64_SHA1SUM = '601216c0f980e798e7131635f3dd8171b3dcbcde' TARBALL_AMD64_SHA1SUM = '546f211d47a6544994bb6f7cf9800c3a73a12d3a'
TARBALL_ARM_SHA1SUM = '6289593b36616526562a4d85ae9c92b694b8ce7e' TARBALL_ARM_SHA1SUM = '457ee7165526846a8bef08f64c58db994481f159'
TARBALL_I386_SHA1SUM = '0090e5a4b56ab9ffb5d557da6a520195ab59b446' TARBALL_I386_SHA1SUM = '8d00eb9e60009ec23e7cb47c6ecbcf85b319e09e'
TARBALL_MIPS_SHA1SUM = '3b4d782a237db4aac185a638572a7747c1a21825' TARBALL_MIPS_SHA1SUM = '358d8fe133575c41354fa7fe5d9c591d199f6033'
SYSROOT_DIR_AMD64 = 'debian_wheezy_amd64-sysroot' SYSROOT_DIR_AMD64 = 'debian_wheezy_amd64-sysroot'
SYSROOT_DIR_ARM = 'debian_wheezy_arm-sysroot' SYSROOT_DIR_ARM = 'debian_wheezy_arm-sysroot'
SYSROOT_DIR_I386 = 'debian_wheezy_i386-sysroot' SYSROOT_DIR_I386 = 'debian_wheezy_i386-sysroot'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment