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

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

Issue 348823004: [NaCl SDK] Add pepper_36 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
« 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 "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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "description": "Chrome 35 bundle, revision xxxxx", 349 "description": "Chrome 35 bundle, revision xxxxx",
350 "name": "pepper_35", 350 "name": "pepper_35",
351 "recommended": "no", 351 "recommended": "no",
352 "repath": "pepper_35", 352 "repath": "pepper_35",
353 "revision": 0, 353 "revision": 0,
354 "stability": "post_stable", 354 "stability": "post_stable",
355 "version": 35 355 "version": 35
356 }, 356 },
357 { 357 {
358 "archives": [], 358 "archives": [],
359 "description": "Chrome 36 bundle, revision xxxxx",
360 "name": "pepper_36",
361 "recommended": "no",
362 "repath": "pepper_36",
363 "revision": 0,
364 "stability": "post_stable",
365 "version": 36
366 },
367 {
368 "archives": [],
359 "description": "Chrome Canary", 369 "description": "Chrome Canary",
360 "name": "pepper_canary", 370 "name": "pepper_canary",
361 "recommended": "no", 371 "recommended": "no",
362 "repath": "", 372 "repath": "",
363 "revision": 0, 373 "revision": 0,
364 "stability": "canary", 374 "stability": "canary",
365 "version": 0 375 "version": 0
366 }, 376 },
367 { 377 {
368 "archives": [], 378 "archives": [],
369 "description": "Bionic Canary", 379 "description": "Bionic Canary",
370 "name": "bionic_canary", 380 "name": "bionic_canary",
371 "recommended": "no", 381 "recommended": "no",
372 "repath": "", 382 "repath": "",
373 "revision": 0, 383 "revision": 0,
374 "stability": "canary", 384 "stability": "canary",
375 "version": 0 385 "version": 0
376 } 386 }
377 ], 387 ],
378 "manifest_version": 2 388 "manifest_version": 2
379 } 389 }
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