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

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

Issue 290013003: [NaCl SDK] Bump version of visual studio addin that we ship 1568 -> 1573 (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: Created 6 years, 7 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": 1568, 32 "revision": 1573,
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": "32c221b3f6bb58e160e3c1bd8a1e2330e3f411b4" 40 "sha1": "32c221b3f6bb58e160e3c1bd8a1e2330e3f411b4"
41 }, 41 },
42 "host_os": "all", 42 "host_os": "all",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "name": "pepper_canary", 360 "name": "pepper_canary",
361 "recommended": "no", 361 "recommended": "no",
362 "repath": "", 362 "repath": "",
363 "revision": 0, 363 "revision": 0,
364 "stability": "canary", 364 "stability": "canary",
365 "version": 0 365 "version": 0
366 } 366 }
367 ], 367 ],
368 "manifest_version": 2 368 "manifest_version": 2
369 } 369 }
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