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

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

Issue 10823275: [NaCl SDK] Add pepper_22 bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 }, 186 },
187 "host_os": "win", 187 "host_os": "win",
188 "size": 113168433 188 "size": 113168433
189 } 189 }
190 ], 190 ],
191 "revision": 129248 191 "revision": 129248
192 }, 192 },
193 { 193 {
194 "name": "pepper_20", 194 "name": "pepper_20",
195 "description": "Chrome 20 bundle, revision xxxxx", 195 "description": "Chrome 20 bundle, revision xxxxx",
196 "stability": "stable", 196 "stability": "post_stable",
197 "recommended": "yes", 197 "recommended": "no",
198 "version": 20, 198 "version": 20,
199 "repath": "pepper_20", 199 "repath": "pepper_20",
200 "archives": [], 200 "archives": [],
201 "revision": 0 201 "revision": 0
202 }, 202 },
203 { 203 {
204 "name": "pepper_21", 204 "name": "pepper_21",
205 "description": "Chrome 21 bundle, revision xxxxx", 205 "description": "Chrome 21 bundle, revision xxxxx",
206 "stability": "stable",
207 "recommended": "yes",
208 "version": 21,
209 "repath": "pepper_21",
210 "archives": [],
211 "revision": 0
212 },
213 {
214 "name": "pepper_22",
215 "description": "Chrome 22 bundle, revision xxxxx",
206 "stability": "beta", 216 "stability": "beta",
207 "recommended": "no", 217 "recommended": "no",
208 "version": 21, 218 "version": 22,
209 "repath": "pepper_21", 219 "repath": "pepper_22",
210 "archives": [], 220 "archives": [],
211 "revision": 0 221 "revision": 0
212 }, 222 },
213 { 223 {
214 "name": "pepper_canary", 224 "name": "pepper_canary",
215 "description": "Chrome Canary", 225 "description": "Chrome Canary",
216 "stability": "canary", 226 "stability": "canary",
217 "recommended": "no", 227 "recommended": "no",
218 "version": 0, 228 "version": 0,
219 "repath": "", 229 "repath": "",
220 "archives": [], 230 "archives": [],
221 "revision": 0 231 "revision": 0
222 } 232 }
223 ], 233 ],
224 "manifest_version": 2 234 "manifest_version": 2
225 } 235 }
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