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

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

Issue 8888013: Updated NaCl SDK manifest file for pepper_16_1397 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 "name": "sdk_tools", 4 "name": "sdk_tools",
5 "description": "Native Client SDK Tools, revision 1.12", 5 "description": "Native Client SDK Tools, revision 1.12",
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "sha1": "0843e07989a9cf4afebde75a4b15cfaf2804fd27" 115 "sha1": "0843e07989a9cf4afebde75a4b15cfaf2804fd27"
116 }, 116 },
117 "host_os": "win", 117 "host_os": "win",
118 "size": 58275621 118 "size": 58275621
119 } 119 }
120 ], 120 ],
121 "revision": 1239 121 "revision": 1239
122 }, 122 },
123 { 123 {
124 "name": "pepper_16", 124 "name": "pepper_16",
125 "description": "Chrome 16 bundle, revision 1396", 125 "description": "Chrome 16 bundle, revision 1397",
126 "stability": "beta", 126 "stability": "beta",
127 "recommended": "no", 127 "recommended": "no",
128 "version": 16, 128 "version": 16,
129 "archives": [ 129 "archives": [
130 { 130 {
131 "url": "http://commondatastorage.googleapis.com/nativeclient-mirror/na cl/nacl_sdk/pepper_16_1396/naclsdk_mac.tgz", 131 "url": "http://commondatastorage.googleapis.com/nativeclient-mirror/na cl/nacl_sdk/pepper_16_1397/naclsdk_mac.tgz",
132 "checksum": { 132 "checksum": {
133 "sha1": "4f7c5deeb05c5efd77008a9a3436f6d39c526304" 133 "sha1": "b48a1bc32ccf3695167930335f881ab9444b8195"
134 }, 134 },
135 "host_os": "mac", 135 "host_os": "mac",
136 "size": 150299420 136 "size": 150296364
137 }, 137 },
138 { 138 {
139 "url": "http://commondatastorage.googleapis.com/nativeclient-mirror/na cl/nacl_sdk/pepper_16_1396/naclsdk_linux.tgz", 139 "url": "http://commondatastorage.googleapis.com/nativeclient-mirror/na cl/nacl_sdk/pepper_16_1397/naclsdk_linux.tgz",
140 "checksum": { 140 "checksum": {
141 "sha1": "94a12369018b054e2cf947fa3d4f638bce18f508" 141 "sha1": "330b1a1ae2b7b5eb01a210f2e3ba93c1bba6b300"
142 }, 142 },
143 "host_os": "linux", 143 "host_os": "linux",
144 "size": 151539914 144 "size": 151543323
145 }, 145 },
146 { 146 {
147 "url": "http://commondatastorage.googleapis.com/nativeclient-mirror/na cl/nacl_sdk/pepper_16_1396/naclsdk_win.exe", 147 "url": "http://commondatastorage.googleapis.com/nativeclient-mirror/na cl/nacl_sdk/pepper_16_1397/naclsdk_win.exe",
148 "checksum": { 148 "checksum": {
149 "sha1": "4c9afeae0dadd21da05694ce18e5bfa99c5b40e0" 149 "sha1": "1e7495c0a580de8438b107f46c818bed88d00b40"
150 }, 150 },
151 "host_os": "win", 151 "host_os": "win",
152 "size": 67235634 152 "size": 63079874
153 } 153 }
154 ], 154 ],
155 "revision": 1396 155 "revision": 1397
156 }, 156 },
157 { 157 {
158 "name": "pepper_17", 158 "name": "pepper_17",
159 "description": "Chrome 17 bundle, revision 112997", 159 "description": "Chrome 17 bundle, revision 112997",
160 "stability": "dev", 160 "stability": "dev",
161 "recommended": "no", 161 "recommended": "no",
162 "version": 17, 162 "version": 17,
163 "archives": [ 163 "archives": [
164 { 164 {
165 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.112997/naclsdk_mac.tgz", 165 "url": "https://commondatastorage.googleapis.com/nativeclient-mirror/n acl/nacl_sdk/trunk.112997/naclsdk_mac.tgz",
(...skipping 18 matching lines...) Expand all
184 }, 184 },
185 "host_os": "win", 185 "host_os": "win",
186 "size": 55142078 186 "size": 55142078
187 } 187 }
188 ], 188 ],
189 "revision": 112997 189 "revision": 112997
190 } 190 }
191 ], 191 ],
192 "manifest_version": 1 192 "manifest_version": 1
193 } 193 }
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