diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 19:01:22 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 19:01:22 +0000 |
commit | d970f52c593d492dc58b07b01f1e08fdf7db8eb2 (patch) | |
tree | 72a4f8c6cb60d8d7e3d8a6e53a40c7655eef9d9c /native_client_sdk/src/build_tools/json | |
parent | 938944ba69b2b12e9c6fec4226d9f0429177b8b2 (diff) | |
download | chromium_src-d970f52c593d492dc58b07b01f1e08fdf7db8eb2.zip chromium_src-d970f52c593d492dc58b07b01f1e08fdf7db8eb2.tar.gz chromium_src-d970f52c593d492dc58b07b01f1e08fdf7db8eb2.tar.bz2 |
[NaCl SDK] Add pepper_29 bundle, remove pepper_23 bundle.
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/18158005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/build_tools/json')
-rw-r--r-- | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json index 3c237f5..9d415c9 100644 --- a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json +++ b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json @@ -35,16 +35,6 @@ }, { "archives": [], - "description": "Chrome 23 bundle, revision xxxxx", - "name": "pepper_23", - "recommended": "no", - "repath": "pepper_23", - "revision": 0, - "stability": "post_stable", - "version": 23 - }, - { - "archives": [], "description": "Chrome 24 bundle, revision xxxxx", "name": "pepper_24", "recommended": "no", @@ -67,20 +57,20 @@ "archives": [], "description": "Chrome 26 bundle, revision xxxxx", "name": "pepper_26", - "recommended": "yes", + "recommended": "no", "repath": "pepper_26", "revision": 0, - "stability": "stable", + "stability": "post_stable", "version": 26 }, { "archives": [], "description": "Chrome 27 bundle, revision xxxxx", "name": "pepper_27", - "recommended": "no", + "recommended": "yes", "repath": "pepper_27", "revision": 0, - "stability": "beta", + "stability": "stable", "version": 27 }, { @@ -90,11 +80,21 @@ "recommended": "no", "repath": "pepper_28", "revision": 0, - "stability": "dev", + "stability": "beta", "version": 28 }, { "archives": [], + "description": "Chrome 29 bundle, revision xxxxx", + "name": "pepper_29", + "recommended": "no", + "repath": "pepper_29", + "revision": 0, + "stability": "dev", + "version": 29 + }, + { + "archives": [], "description": "Chrome Canary", "name": "pepper_canary", "recommended": "no", |