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

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

Issue 11817037: [NaCl SDK] Revert sdk_tools back to 160493. 174973 needs some work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « native_client_sdk/src/build_tools/json/naclsdk_manifest0.json ('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 "bundles": [ 2 "bundles": [
3 { 3 {
4 "name": "sdk_tools", 4 "name": "sdk_tools",
5 "description": "Native Client SDK Tools, revision 174973", 5 "description": "Native Client SDK Tools, revision 160493",
6 "stability": "stable", 6 "stability": "stable",
7 "recommended": "yes", 7 "recommended": "yes",
8 "version": 1, 8 "version": 1,
9 "archives": [ 9 "archives": [
10 { 10 {
11 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.174973/sdk_tools.tgz", 11 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.160493/sdk_tools.tgz",
12 "checksum": { 12 "checksum": {
13 "sha1": "2e4dfe3f5276784677ec9ecc565b9b107bde2bd3" 13 "sha1": "98799f2f2603d57a8b386f3898b0d69baa376448"
14 }, 14 },
15 "host_os": "mac", 15 "host_os": "mac",
16 "size": 31934 16 "size": 25955
17 }, 17 },
18 { 18 {
19 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.174973/sdk_tools.tgz", 19 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.160493/sdk_tools.tgz",
20 "checksum": { 20 "checksum": {
21 "sha1": "2e4dfe3f5276784677ec9ecc565b9b107bde2bd3" 21 "sha1": "98799f2f2603d57a8b386f3898b0d69baa376448"
22 }, 22 },
23 "host_os": "linux", 23 "host_os": "linux",
24 "size": 31934 24 "size": 25955
25 }, 25 },
26 { 26 {
27 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.174973/sdk_tools.tgz", 27 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.160493/sdk_tools.tgz",
28 "checksum": { 28 "checksum": {
29 "sha1": "2e4dfe3f5276784677ec9ecc565b9b107bde2bd3" 29 "sha1": "98799f2f2603d57a8b386f3898b0d69baa376448"
30 }, 30 },
31 "host_os": "win", 31 "host_os": "win",
32 "size": 31934 32 "size": 25955
33 } 33 }
34 ], 34 ],
35 "revision": 174973 35 "revision": 160493
36 }, 36 },
37 { 37 {
38 "name": "gdb_builds", 38 "name": "gdb_builds",
39 "description": "gdb (Gnu Debugger) build for debugging x86-64 binary from win64 host", 39 "description": "gdb (Gnu Debugger) build for debugging x86-64 binary from win64 host",
40 "stability": "beta", 40 "stability": "beta",
41 "recommended": "no", 41 "recommended": "no",
42 "version": 0, 42 "version": 0,
43 "archives": [ 43 "archives": [
44 { 44 {
45 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/gdb_builds/0.1/gdb-win-builds.tgz", 45 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/gdb_builds/0.1/gdb-win-builds.tgz",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "stability": "canary", 271 "stability": "canary",
272 "recommended": "no", 272 "recommended": "no",
273 "version": 0, 273 "version": 0,
274 "repath": "", 274 "repath": "",
275 "archives": [], 275 "archives": [],
276 "revision": 0 276 "revision": 0
277 } 277 }
278 ], 278 ],
279 "manifest_version": 2 279 "manifest_version": 2
280 } 280 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/json/naclsdk_manifest0.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698