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

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

Issue 10764002: [NaCl SDK] Set "recommended" tag to "yes" automatically for stable pepper bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 }, 151 },
152 "host_os": "win", 152 "host_os": "win",
153 "size": 108888118 153 "size": 108888118
154 } 154 }
155 ], 155 ],
156 "revision": 124253 156 "revision": 124253
157 }, 157 },
158 { 158 {
159 "name": "pepper_19", 159 "name": "pepper_19",
160 "description": "Chrome 19 bundle, revision 129248", 160 "description": "Chrome 19 bundle, revision 129248",
161 "stability": "stable", 161 "stability": "post_stable",
162 "recommended": "yes", 162 "recommended": "no",
163 "version": 19, 163 "version": 19,
164 "repath": "pepper_19", 164 "repath": "pepper_19",
165 "archives": [ 165 "archives": [
166 { 166 {
167 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/19.0.1084.33/naclsdk_mac.bz2", 167 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/19.0.1084.33/naclsdk_mac.bz2",
168 "checksum": { 168 "checksum": {
169 "sha1": "b39038bf3775c6db907c6b99d722b5dac37f6e50" 169 "sha1": "b39038bf3775c6db907c6b99d722b5dac37f6e50"
170 }, 170 },
171 "host_os": "mac", 171 "host_os": "mac",
172 "size": 117551214 172 "size": 117551214
(...skipping 13 matching lines...) Expand all
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": "beta", 196 "stability": "stable",
197 "recommended": "no", 197 "recommended": "yes",
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": "dev", 206 "stability": "beta",
207 "recommended": "no", 207 "recommended": "no",
208 "version": 21, 208 "version": 21,
209 "repath": "pepper_21", 209 "repath": "pepper_21",
210 "archives": [], 210 "archives": [],
211 "revision": 0 211 "revision": 0
212 }, 212 },
213 { 213 {
214 "name": "pepper_canary", 214 "name": "pepper_canary",
215 "description": "Chrome Canary", 215 "description": "Chrome Canary",
216 "stability": "canary", 216 "stability": "canary",
217 "recommended": "no", 217 "recommended": "no",
218 "version": 0, 218 "version": 0,
219 "repath": "", 219 "repath": "",
220 "archives": [], 220 "archives": [],
221 "revision": 0 221 "revision": 0
222 } 222 }
223 ], 223 ],
224 "manifest_version": 2 224 "manifest_version": 2
225 } 225 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698