diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-20 17:56:54 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-20 17:56:54 +0000 |
commit | 0ac57246d3c4cab228273e3ae7f89f38aa9ed7a9 (patch) | |
tree | d877cad67f22333af46f03fc5e8b7066c5adbd7c /native_client_sdk | |
parent | e6c309ae469b706f8b1ce362854f3be1c02e174b (diff) | |
download | chromium_src-0ac57246d3c4cab228273e3ae7f89f38aa9ed7a9.zip chromium_src-0ac57246d3c4cab228273e3ae7f89f38aa9ed7a9.tar.gz chromium_src-0ac57246d3c4cab228273e3ae7f89f38aa9ed7a9.tar.bz2 |
[NaCl SDK] Remove pepper_24, add pepper_30.
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/23254005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-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 9d415c9..c002b98 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 24 bundle, revision xxxxx", - "name": "pepper_24", - "recommended": "no", - "repath": "pepper_24", - "revision": 0, - "stability": "post_stable", - "version": 24 - }, - { - "archives": [], "description": "Chrome 25 bundle, revision xxxxx", "name": "pepper_25", "recommended": "no", @@ -67,20 +57,20 @@ "archives": [], "description": "Chrome 27 bundle, revision xxxxx", "name": "pepper_27", - "recommended": "yes", + "recommended": "no", "repath": "pepper_27", "revision": 0, - "stability": "stable", + "stability": "post_stable", "version": 27 }, { "archives": [], "description": "Chrome 28 bundle, revision xxxxx", "name": "pepper_28", - "recommended": "no", + "recommended": "yes", "repath": "pepper_28", "revision": 0, - "stability": "beta", + "stability": "stable", "version": 28 }, { @@ -90,11 +80,21 @@ "recommended": "no", "repath": "pepper_29", "revision": 0, - "stability": "dev", + "stability": "beta", "version": 29 }, { "archives": [], + "description": "Chrome 30 bundle, revision xxxxx", + "name": "pepper_30", + "recommended": "no", + "repath": "pepper_30", + "revision": 0, + "stability": "dev", + "version": 30 + }, + { + "archives": [], "description": "Chrome Canary", "name": "pepper_canary", "recommended": "no", |