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

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

Issue 604083003: Update shipping version of vs_addin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« 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 11 matching lines...) Expand all
22 "archives": [ 22 "archives": [
23 { 23 {
24 "host_os": "win", 24 "host_os": "win",
25 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_s dk/sdk/${revision}/vs_addin.tgz" 25 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_s dk/sdk/${revision}/vs_addin.tgz"
26 } 26 }
27 ], 27 ],
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": 1573, 32 "revision": 1578,
33 "stability": "dev", 33 "stability": "dev",
34 "version": 0 34 "version": 0
35 }, 35 },
36 { 36 {
37 "archives": [ 37 "archives": [
38 { 38 {
39 "checksum": { 39 "checksum": {
40 "sha1": "c669f3d3a31bcb389d36889151a3af6354b5343f" 40 "sha1": "c669f3d3a31bcb389d36889151a3af6354b5343f"
41 }, 41 },
42 "host_os": "all", 42 "host_os": "all",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "name": "bionic_canary", 228 "name": "bionic_canary",
229 "recommended": "no", 229 "recommended": "no",
230 "repath": "", 230 "repath": "",
231 "revision": 0, 231 "revision": 0,
232 "stability": "canary", 232 "stability": "canary",
233 "version": 0 233 "version": 0
234 } 234 }
235 ], 235 ],
236 "manifest_version": 2 236 "manifest_version": 2
237 } 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