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

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 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": "c90944aa6dc45085f1a222396ffa2b6a86afdf3d" 7 "sha1": "c90944aa6dc45085f1a222396ffa2b6a86afdf3d"
8 }, 8 },
9 "host_os": "all", 9 "host_os": "all",
10 "size": 31159, 10 "size": 31159,
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 105 },
106 { 106 {
107 "archives": [], 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 },
116 {
117 "archives": [],
118 "description": "Bionic Canary",
119 "name": "bionic_canary",
120 "recommended": "no",
121 "repath": "",
122 "revision": 0,
123 "stability": "canary",
124 "version": 0
125 } 115 }
126 ], 116 ],
127 "manifest_version": 2 117 "manifest_version": 2
128 } 118 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/buildbot_run.py ('k') | native_client_sdk/src/build_tools/parse_dsc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698