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

Side by Side Diff: build/linux/sysroot_scripts/sysroots.json

Issue 2596653002: Remove support for Ubuntu/Precise sysroot (Closed)
Patch Set: . Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-precise.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "jessie_amd64": { 2 "jessie_amd64": {
3 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529", 3 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
4 "Sha1Sum": "83c2195bc16d2837d99e7600bfadf1944ef4fc2a", 4 "Sha1Sum": "83c2195bc16d2837d99e7600bfadf1944ef4fc2a",
5 "SysrootDir": "debian_jessie_amd64-sysroot", 5 "SysrootDir": "debian_jessie_amd64-sysroot",
6 "Tarball": "debian_jessie_amd64_sysroot.tgz" 6 "Tarball": "debian_jessie_amd64_sysroot.tgz"
7 }, 7 },
8 "jessie_arm": { 8 "jessie_arm": {
9 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529", 9 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
10 "Sha1Sum": "e63778dd338eba35ed203782cd9028faac8c6fbb", 10 "Sha1Sum": "e63778dd338eba35ed203782cd9028faac8c6fbb",
(...skipping 11 matching lines...) Expand all
22 "Sha1Sum": "833a6677667897494728a386e94557441dbdc8ca", 22 "Sha1Sum": "833a6677667897494728a386e94557441dbdc8ca",
23 "SysrootDir": "debian_jessie_i386-sysroot", 23 "SysrootDir": "debian_jessie_i386-sysroot",
24 "Tarball": "debian_jessie_i386_sysroot.tgz" 24 "Tarball": "debian_jessie_i386_sysroot.tgz"
25 }, 25 },
26 "jessie_mips": { 26 "jessie_mips": {
27 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529", 27 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
28 "Sha1Sum": "c2d244380a4b90cdf4d02dceb06e6289c78dd135", 28 "Sha1Sum": "c2d244380a4b90cdf4d02dceb06e6289c78dd135",
29 "SysrootDir": "debian_jessie_mips-sysroot", 29 "SysrootDir": "debian_jessie_mips-sysroot",
30 "Tarball": "debian_jessie_mips_sysroot.tgz" 30 "Tarball": "debian_jessie_mips_sysroot.tgz"
31 }, 31 },
32 "precise_amd64": {
33 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
34 "Sha1Sum": "8fffb717217b2dc4e29b3a1305877bcd0552f55e",
35 "SysrootDir": "ubuntu_precise_amd64-sysroot",
36 "Tarball": "ubuntu_precise_amd64_sysroot.tgz"
37 },
38 "trusty_arm": { 32 "trusty_arm": {
39 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529", 33 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
40 "Sha1Sum": "f78eb929410b94cdf48276db82a7e7adcafcc277", 34 "Sha1Sum": "f78eb929410b94cdf48276db82a7e7adcafcc277",
41 "SysrootDir": "ubuntu_trusty_arm-sysroot", 35 "SysrootDir": "ubuntu_trusty_arm-sysroot",
42 "Tarball": "ubuntu_trusty_arm_sysroot.tgz" 36 "Tarball": "ubuntu_trusty_arm_sysroot.tgz"
43 } 37 }
44 } 38 }
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-precise.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698