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

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

Issue 11200002: update_nacl_manifest improvements (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 2 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/manifest_util.py » ('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 160493", 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 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 }, 54 },
55 { 55 {
56 "name": "vs_addin", 56 "name": "vs_addin",
57 "description": "Visual Studio Add-In for building and debugging NaCl appli cations", 57 "description": "Visual Studio Add-In for building and debugging NaCl appli cations",
58 "stability": "dev", 58 "stability": "dev",
59 "recommended": "no", 59 "recommended": "no",
60 "version": 0, 60 "version": 0,
61 "repath": "vs_addin", 61 "repath": "vs_addin",
62 "archives": [ 62 "archives": [
63 { 63 {
64 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/sdk/1449/vs_addin.tgz", 64 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/sdk/${revision}/vs_addin.tgz",
65 "checksum": { 65 "host_os": "win"
66 "sha1": "91acaf2535ad8b464a799af5251197bab02869ee"
67 },
68 "host_os": "win",
69 "size": 86759
70 } 66 }
71 ], 67 ],
72 "revision": 1449 68 "revision": 1449
73 }, 69 },
74 { 70 {
75 "name": "pepper_16", 71 "name": "pepper_16",
76 "description": "Chrome 16 bundle, revision 1398", 72 "description": "Chrome 16 bundle, revision 1398",
77 "stability": "post_stable", 73 "stability": "post_stable",
78 "recommended": "no", 74 "recommended": "no",
79 "version": 16, 75 "version": 16,
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "stability": "canary", 251 "stability": "canary",
256 "recommended": "no", 252 "recommended": "no",
257 "version": 0, 253 "version": 0,
258 "repath": "", 254 "repath": "",
259 "archives": [], 255 "archives": [],
260 "revision": 0 256 "revision": 0
261 } 257 }
262 ], 258 ],
263 "manifest_version": 2 259 "manifest_version": 2
264 } 260 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/manifest_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698