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

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

Issue 1142713009: [NaCl SDK] Add pepper_44 version of the NaCl SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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": "3c63a6002dea894616292bb25d6b375dba0290f1" 7 "sha1": "3c63a6002dea894616292bb25d6b375dba0290f1"
8 }, 8 },
9 "host_os": "all", 9 "host_os": "all",
10 "size": 30527, 10 "size": 30527,
(...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 37 bundle, revision xxxxx",
39 "name": "pepper_37",
40 "recommended": "no",
41 "repath": "pepper_37",
42 "revision": 0,
43 "stability": "post_stable",
44 "version": 37
45 },
46 {
47 "archives": [],
48 "description": "Chrome 38 bundle, revision xxxxx", 38 "description": "Chrome 38 bundle, revision xxxxx",
49 "name": "pepper_38", 39 "name": "pepper_38",
50 "recommended": "no", 40 "recommended": "no",
51 "repath": "pepper_38", 41 "repath": "pepper_38",
52 "revision": 0, 42 "revision": 0,
53 "stability": "post_stable", 43 "stability": "post_stable",
54 "version": 38 44 "version": 38
55 }, 45 },
56 { 46 {
57 "archives": [], 47 "archives": [],
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "description": "Chrome 43 bundle, revision xxxxx", 88 "description": "Chrome 43 bundle, revision xxxxx",
99 "name": "pepper_43", 89 "name": "pepper_43",
100 "recommended": "no", 90 "recommended": "no",
101 "repath": "pepper_43", 91 "repath": "pepper_43",
102 "revision": 0, 92 "revision": 0,
103 "stability": "post_stable", 93 "stability": "post_stable",
104 "version": 43 94 "version": 43
105 }, 95 },
106 { 96 {
107 "archives": [], 97 "archives": [],
98 "description": "Chrome 44 bundle, revision xxxxx",
99 "name": "pepper_44",
100 "recommended": "no",
101 "repath": "pepper_44",
102 "revision": 0,
103 "stability": "post_stable",
104 "version": 44
105 },
106 {
107 "archives": [],
108 "description": "Chrome Canary", 108 "description": "Chrome Canary",
109 "name": "pepper_canary", 109 "name": "pepper_canary",
110 "recommended": "no", 110 "recommended": "no",
111 "repath": "", 111 "repath": "",
112 "revision": 0, 112 "revision": 0,
113 "stability": "canary", 113 "stability": "canary",
114 "version": 0 114 "version": 0
115 }, 115 },
116 { 116 {
117 "archives": [], 117 "archives": [],
118 "description": "Bionic Canary", 118 "description": "Bionic Canary",
119 "name": "bionic_canary", 119 "name": "bionic_canary",
120 "recommended": "no", 120 "recommended": "no",
121 "repath": "", 121 "repath": "",
122 "revision": 0, 122 "revision": 0,
123 "stability": "canary", 123 "stability": "canary",
124 "version": 0 124 "version": 0
125 } 125 }
126 ], 126 ],
127 "manifest_version": 2 127 "manifest_version": 2
128 } 128 }
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