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_manifest2.json

Issue 10414011: [NaCl SDK] Some fixes to update_nacl_manifest.py. (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
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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "revision": 129248 191 "revision": 129248
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 {
202 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.134804/naclsdk_mac.bz2",
203 "checksum": {
204 "sha1": "d134ebad9887fe8f163f7599f136aa21cb5779a7"
205 },
206 "host_os": "mac",
207 "size": 123117593
208 },
209 {
210 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.134804/naclsdk_linux.bz2",
211 "checksum": {
212 "sha1": "f30ae1fe30208e52da0e26d262d42190b6575011"
213 },
214 "host_os": "linux",
215 "size": 127113829
216 },
217 {
218 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.134804/naclsdk_win.bz2",
219 "checksum": {
220 "sha1": "a4457505fe1c8ee12aaaa1e0c85eae6edf74656d"
221 },
222 "host_os": "win",
223 "size": 119404351
224 }
225 ], 201 ],
226 "revision": 134804 202 "revision": 134804
227 } 203 }
228 ], 204 ],
229 "manifest_version": 2 205 "manifest_version": 2
230 } 206 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/build_sdk.py ('k') | native_client_sdk/src/build_tools/tests/test_update_manifest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698