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

Side by Side Diff: native_client_sdk/src/build_tools/json/naclsdk_manifest2.json

Issue 10282007: Update manifest to provide new glibc TC. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 "bundles": [ 2 "bundles": [
3 { 3 {
4 "name": "sdk_tools", 4 "name": "sdk_tools",
5 "description": "Native Client SDK Tools, revision 134553", 5 "description": "Native Client SDK Tools, revision 134553",
6 "stability": "stable", 6 "stability": "stable",
7 "recommended": "yes", 7 "recommended": "yes",
8 "version": 1, 8 "version": 1,
9 "archives": [ 9 "archives": [
10 { 10 {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 }, 192 },
193 { 193 {
194 "name": "pepper_20", 194 "name": "pepper_20",
195 "description": "Chrome 20 bundle, revision 133336", 195 "description": "Chrome 20 bundle, revision 133336",
196 "stability": "dev", 196 "stability": "dev",
197 "recommended": "no", 197 "recommended": "no",
198 "version": 20, 198 "version": 20,
199 "repath": "pepper_20", 199 "repath": "pepper_20",
200 "archives": [ 200 "archives": [
201 { 201 {
202 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.133336/naclsdk_mac.bz2", 202 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.134804/naclsdk_mac.bz2",
203 "checksum": { 203 "checksum": {
204 "sha1": "16eb7b9a06b4c02cc1cc2872130147da433f289c" 204 "sha1": "d134ebad9887fe8f163f7599f136aa21cb5779a7"
205 }, 205 },
206 "host_os": "mac", 206 "host_os": "mac",
207 "size": 118163755 207 "size": 123117593
208 }, 208 },
209 { 209 {
210 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.133336/naclsdk_linux.bz2", 210 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.134804/naclsdk_linux.bz2",
211 "checksum": { 211 "checksum": {
212 "sha1": "a15b33febeab471594e8e6f457e8c7e60719b794" 212 "sha1": "f30ae1fe30208e52da0e26d262d42190b6575011"
213 }, 213 },
214 "host_os": "linux", 214 "host_os": "linux",
215 "size": 117709970 215 "size": 127113829
216 }, 216 },
217 { 217 {
218 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.133336/naclsdk_win.bz2", 218 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.134804/naclsdk_win.bz2",
219 "checksum": { 219 "checksum": {
220 "sha1": "86d78e7805e3ecf49893b46b1feb677b99c62166" 220 "sha1": "a4457505fe1c8ee12aaaa1e0c85eae6edf74656d"
221 }, 221 },
222 "host_os": "win", 222 "host_os": "win",
223 "size": 113689986 223 "size": 119404351
224 } 224 }
225 ], 225 ],
226 "revision": 133336 226 "revision": 134804
227 } 227 }
228 ], 228 ],
229 "manifest_version": 2 229 "manifest_version": 2
230 } 230 }
OLDNEW
« 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