Add BIONIC to NACLSDK

Adds BIONIC to the manifest.  This is a precursor to automated updates for bionic.

This change only affects the SDK updater and the automated JSON generator, and is not visible to chrome.

R=binji@chromium.org
BUG=344574
NOTRY=true
TEST=naclsdk update -U

Review URL: https://codereview.chromium.org/339933002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277832 0039d316-1c4b-4281-b951-d872f2087c98
parent 1d08f78d
...@@ -363,6 +363,25 @@ ...@@ -363,6 +363,25 @@
"revision": 0, "revision": 0,
"stability": "canary", "stability": "canary",
"version": 0 "version": 0
},
{
"archives": [
{
"checksum": {
"sha1": "9f6a8fc33df9cfc2b48dc6f017e9de01efd546b9"
},
"host_os": "linux",
"size": 399561504,
"url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/trunk.277747/naclsdk_bionic.tar.bz2"
}
],
"description": "Bionic Canary",
"name": "bionic_canary",
"recommended": "no",
"repath": "pepper_37",
"revision": 277747,
"stability": "canary",
"version": 37
} }
], ],
"manifest_version": 2 "manifest_version": 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment