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

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

Issue 514333002: [NaCl SDK] Add pepper_38 to naclsdk_manifest2.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "description": "Chrome 37 bundle, revision xxxxx", 197 "description": "Chrome 37 bundle, revision xxxxx",
198 "name": "pepper_37", 198 "name": "pepper_37",
199 "recommended": "no", 199 "recommended": "no",
200 "repath": "pepper_37", 200 "repath": "pepper_37",
201 "revision": 0, 201 "revision": 0,
202 "stability": "post_stable", 202 "stability": "post_stable",
203 "version": 37 203 "version": 37
204 }, 204 },
205 { 205 {
206 "archives": [], 206 "archives": [],
207 "description": "Chrome 38 bundle, revision xxxxx",
208 "name": "pepper_38",
209 "recommended": "no",
210 "repath": "pepper_38",
211 "revision": 0,
212 "stability": "post_stable",
213 "version": 38
214 },
215 {
216 "archives": [],
207 "description": "Chrome Canary", 217 "description": "Chrome Canary",
208 "name": "pepper_canary", 218 "name": "pepper_canary",
209 "recommended": "no", 219 "recommended": "no",
210 "repath": "", 220 "repath": "",
211 "revision": 0, 221 "revision": 0,
212 "stability": "canary", 222 "stability": "canary",
213 "version": 0 223 "version": 0
214 }, 224 },
215 { 225 {
216 "archives": [], 226 "archives": [],
217 "description": "Bionic Canary", 227 "description": "Bionic Canary",
218 "name": "bionic_canary", 228 "name": "bionic_canary",
219 "recommended": "no", 229 "recommended": "no",
220 "repath": "", 230 "repath": "",
221 "revision": 0, 231 "revision": 0,
222 "stability": "canary", 232 "stability": "canary",
223 "version": 0 233 "version": 0
224 } 234 }
225 ], 235 ],
226 "manifest_version": 2 236 "manifest_version": 2
227 } 237 }
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