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

Side by Side Diff: native_client_sdk/src/build_tools/json/naclsdk_manifest0.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 | « no previous file | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json » ('j') | 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 "manifest_version": 2 38 "manifest_version": 2
39 } 39 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698