CL https://chromiumcodereview.appspot.com/2444473002/ added gtk3 dev
files to the sysroots, however there were additional dependencies of
gtk3 for Jessie/arm64.  CL https://codereview.chromium.org/2516343002
added the necessary dependencies to the sysroot scripts, and finally
this CL uploads the new sysroots.

BUG=667283
R=thestig@chromium.org

Review-Url: https://codereview.chromium.org/2519223002
Cr-Original-Commit-Position: refs/heads/master@{#433836}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 26c12d2c62c8d726cee13d2a8a2c003196c5ce48
This commit is contained in:
thomasanderson 2016-11-22 03:26:07 -08:00 коммит произвёл Commit bot
Родитель 0c42a6f12a
Коммит 7c5de8934e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -62,9 +62,9 @@ SYSROOTS = {
'SysrootDir' : 'debian_wheezy_mips-sysroot'
},
('Jessie', 'arm64'): {
'Revision' : '7d200a1ddfeb50dbf9f7e2c1c4ff1080679edf02',
'Revision' : '5735a5e9605d549acb6495e1fb65384a54fe0a48',
'Tarball' : 'debian_jessie_arm64_sysroot.tgz',
'Sha1Sum' : 'bd9b894d9db7f834b707ba4c9c2bbfbe0d162c6f',
'Sha1Sum' : '82ebae900d0aadd52cf76a8e7cdb6a782df6ef28',
'SysrootDir' : 'debian_jessie_arm64-sysroot'
},
('Precise', 'amd64'): {