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

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

Issue 2386273005: [NaCl SDK] Add pepper_55 bundle. (Closed)
Patch Set: Created 4 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": "c90944aa6dc45085f1a222396ffa2b6a86afdf3d" 7 "sha1": "c90944aa6dc45085f1a222396ffa2b6a86afdf3d"
8 }, 8 },
9 "host_os": "all", 9 "host_os": "all",
10 "size": 31159, 10 "size": 31159,
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "archives": [], 87 "archives": [],
88 "description": "Chrome 50 bundle, revision xxxxx", 88 "description": "Chrome 50 bundle, revision xxxxx",
89 "name": "pepper_50", 89 "name": "pepper_50",
90 "recommended": "no", 90 "recommended": "no",
91 "repath": "pepper_50", 91 "repath": "pepper_50",
92 "revision": 0, 92 "revision": 0,
93 "stability": "post_stable", 93 "stability": "post_stable",
94 "version": 50 94 "version": 50
95 }, 95 },
96 { 96 {
97 "archives": [
98 {
99 "checksum": {
100 "sha1": "8fa21433d946fb30666d29d9898ab91b6f0fb708"
101 },
102 "host_os": "linux",
103 "size": 332591654,
104 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_s dk/55.0.2879.2/naclsdk_linux.tar.bz2"
105 },
106 {
107 "checksum": {
108 "sha1": "6db864b3372ad98a46d6c6166f59c5cfa13f7a57"
109 },
110 "host_os": "mac",
111 "size": 322946452,
112 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_s dk/55.0.2879.2/naclsdk_mac.tar.bz2"
113 },
114 {
115 "checksum": {
116 "sha1": "0f562a6288c18459f4132c0a7dada147c588e8e9"
117 },
118 "host_os": "win",
119 "size": 318999883,
120 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_s dk/55.0.2879.2/naclsdk_win.tar.bz2"
121 }
122 ],
123 "description": "Chrome 55 bundle. Chrome revision: 2. NaCl revision: fe5bd 51f9b79d27b2a3884181d4004cfccf70759",
124 "name": "pepper_55",
125 "recommended": "no",
126 "repath": "pepper_55",
127 "revision": 2,
128 "stability": "dev",
129 "version": 55
130 },
131 {
97 "archives": [], 132 "archives": [],
98 "description": "Chrome Canary", 133 "description": "Chrome Canary",
99 "name": "pepper_canary", 134 "name": "pepper_canary",
100 "recommended": "no", 135 "recommended": "no",
101 "repath": "", 136 "repath": "",
102 "revision": 0, 137 "revision": 0,
103 "stability": "canary", 138 "stability": "canary",
104 "version": 0 139 "version": 0
105 } 140 }
106 ], 141 ],
107 "manifest_version": 2 142 "manifest_version": 2
108 } 143 }
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