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

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

Issue 2523793002: [NaCl SDK] Add new SDK version: pepper_56 (Closed)
Patch Set: [NaCl SDK] Add new SDK version: pepper_56 Created 4 years 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
« 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": "c90944aa6dc45085f1a222396ffa2b6a86afdf3d" 7 "sha1": "c90944aa6dc45085f1a222396ffa2b6a86afdf3d"
8 }, 8 },
9 "host_os": "all", 9 "host_os": "all",
10 "size": 31159, 10 "size": 31159,
(...skipping 17 matching lines...) Expand all
28 "description": "Visual Studio Add-In for building and debugging NaCl appli cations", 28 "description": "Visual Studio Add-In for building and debugging NaCl appli cations",
29 "name": "vs_addin", 29 "name": "vs_addin",
30 "recommended": "no", 30 "recommended": "no",
31 "repath": "vs_addin", 31 "repath": "vs_addin",
32 "revision": 1578, 32 "revision": 1578,
33 "stability": "dev", 33 "stability": "dev",
34 "version": 0 34 "version": 0
35 }, 35 },
36 { 36 {
37 "archives": [], 37 "archives": [],
38 "description": "Chrome 46 bundle, revision xxxxx",
39 "name": "pepper_46",
40 "recommended": "no",
41 "repath": "pepper_46",
42 "revision": 0,
43 "stability": "post_stable",
44 "version": 46
45 },
46 {
47 "archives": [],
48 "description": "Chrome 47 bundle, revision xxxxx", 38 "description": "Chrome 47 bundle, revision xxxxx",
49 "name": "pepper_47", 39 "name": "pepper_47",
50 "recommended": "no", 40 "recommended": "no",
51 "repath": "pepper_47", 41 "repath": "pepper_47",
52 "revision": 0, 42 "revision": 0,
53 "stability": "post_stable", 43 "stability": "post_stable",
54 "version": 47 44 "version": 47
55 }, 45 },
56 { 46 {
57 "archives": [], 47 "archives": [],
(...skipping 20 matching lines...) Expand all
78 "description": "Chrome 55 bundle, revision xxxxx", 68 "description": "Chrome 55 bundle, revision xxxxx",
79 "name": "pepper_55", 69 "name": "pepper_55",
80 "recommended": "no", 70 "recommended": "no",
81 "repath": "pepper_55", 71 "repath": "pepper_55",
82 "revision": 0, 72 "revision": 0,
83 "stability": "post_stable", 73 "stability": "post_stable",
84 "version": 55 74 "version": 55
85 }, 75 },
86 { 76 {
87 "archives": [], 77 "archives": [],
78 "description": "Chrome 56 bundle, revision xxxxx",
79 "name": "pepper_56",
80 "recommended": "no",
81 "repath": "pepper_56",
82 "revision": 0,
83 "stability": "post_stable",
84 "version": 56
85 },
86 {
87 "archives": [],
88 "description": "Chrome Canary", 88 "description": "Chrome Canary",
89 "name": "pepper_canary", 89 "name": "pepper_canary",
90 "recommended": "no", 90 "recommended": "no",
91 "repath": "", 91 "repath": "",
92 "revision": 0, 92 "revision": 0,
93 "stability": "canary", 93 "stability": "canary",
94 "version": 0 94 "version": 0
95 } 95 }
96 ], 96 ],
97 "manifest_version": 2 97 "manifest_version": 2
98 } 98 }
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