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

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

Issue 1269623004: [NaCl SDK] Remove support for bionic toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 }, 115 },
116 { 116 {
117 "archives": [], 117 "archives": [],
118 "description": "Chrome Canary", 118 "description": "Chrome Canary",
119 "name": "pepper_canary", 119 "name": "pepper_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 },
126 {
127 "archives": [],
128 "description": "Bionic Canary",
129 "name": "bionic_canary",
130 "recommended": "no",
131 "repath": "",
132 "revision": 0,
133 "stability": "canary",
134 "version": 0
135 } 125 }
136 ], 126 ],
137 "manifest_version": 2 127 "manifest_version": 2
138 } 128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698