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

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

Issue 340243002: [NaCl SDK] update_nacl_manifest updates canary to the latest available bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 "archives": [ 4 "archives": [
5 { 5 {
6 "checksum": { 6 "checksum": {
7 "sha1": "61bc0ab13c4ff1d3222446fb616f207b1617441f" 7 "sha1": "61bc0ab13c4ff1d3222446fb616f207b1617441f"
8 }, 8 },
9 "host_os": "all", 9 "host_os": "all",
10 "size": 29619, 10 "size": 29619,
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "archives": [], 358 "archives": [],
359 "description": "Chrome Canary", 359 "description": "Chrome Canary",
360 "name": "pepper_canary", 360 "name": "pepper_canary",
361 "recommended": "no", 361 "recommended": "no",
362 "repath": "", 362 "repath": "",
363 "revision": 0, 363 "revision": 0,
364 "stability": "canary", 364 "stability": "canary",
365 "version": 0 365 "version": 0
366 }, 366 },
367 { 367 {
368 "archives": [ 368 "archives": [],
369 {
370 "checksum": {
371 "sha1": "9f6a8fc33df9cfc2b48dc6f017e9de01efd546b9"
372 },
373 "host_os": "linux",
374 "size": 399561504,
375 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_s dk/trunk.277747/naclsdk_bionic.tar.bz2"
376 }
377 ],
378 "description": "Bionic Canary", 369 "description": "Bionic Canary",
379 "name": "bionic_canary", 370 "name": "bionic_canary",
380 "recommended": "no", 371 "recommended": "no",
381 "repath": "pepper_37", 372 "repath": "",
382 "revision": 277747, 373 "revision": 0,
383 "stability": "canary", 374 "stability": "canary",
384 "version": 37 375 "version": 0
385 } 376 }
386 ], 377 ],
387 "manifest_version": 2 378 "manifest_version": 2
388 } 379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698