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

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

Issue 10277002: [NaCl SDK] Fix typo in manifest file, causing red SDK bots (Closed) Base URL: svn://svn.chromium.org/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 15 matching lines...) Expand all
26 { 26 {
27 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.134553/sdk_tools.tgz", 27 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.134553/sdk_tools.tgz",
28 "checksum": { 28 "checksum": {
29 "sha1": "298c15a94c8fa25b54ebabfc1ae05048f8baa937" 29 "sha1": "298c15a94c8fa25b54ebabfc1ae05048f8baa937"
30 }, 30 },
31 "host_os": "win", 31 "host_os": "win",
32 "size": 23446 32 "size": 23446
33 } 33 }
34 ], 34 ],
35 "revision": 134553 35 "revision": 134553
36 }, 36 }
37 ], 37 ],
38 "manifest_version": 2 38 "manifest_version": 2
39 } 39 }
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