diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 17:57:12 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 17:57:12 +0000 |
commit | d266abcdef2b3455106ca7856592a002a0aac150 (patch) | |
tree | 6c5edba4a0c46fa7c2c748cb6db8a0d35abf2fee /native_client_sdk | |
parent | 30c060c4c70388dc5ae0c38741823168268ad89b (diff) | |
download | chromium_src-d266abcdef2b3455106ca7856592a002a0aac150.zip chromium_src-d266abcdef2b3455106ca7856592a002a0aac150.tar.gz chromium_src-d266abcdef2b3455106ca7856592a002a0aac150.tar.bz2 |
[NaCl SDK] Add pepper_27 bundle.
Also remove the pepper_21 bundle.
BUG=none
R=sbc@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/13236003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json | 32 |
1 files changed, 16 insertions, 16 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 728cf44..0803943 100644 --- a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json +++ b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json @@ -34,16 +34,6 @@ "revision": 1507 }, { - "name": "pepper_21", - "description": "Chrome 21 bundle, revision xxxxx", - "stability": "post_stable", - "recommended": "no", - "version": 21, - "repath": "pepper_21", - "archives": [], - "revision": 0 - }, - { "name": "pepper_22", "description": "Chrome 22 bundle, revision xxxxx", "stability": "post_stable", @@ -56,8 +46,8 @@ { "name": "pepper_23", "description": "Chrome 23 bundle, revision xxxxx", - "stability": "stable", - "recommended": "yes", + "stability": "post_stable", + "recommended": "no", "version": 23, "repath": "pepper_23", "archives": [], @@ -66,7 +56,7 @@ { "name": "pepper_24", "description": "Chrome 24 bundle, revision xxxxx", - "stability": "beta", + "stability": "post_stable", "recommended": "no", "version": 24, "repath": "pepper_24", @@ -76,7 +66,7 @@ { "name": "pepper_25", "description": "Chrome 25 bundle, revision xxxxx", - "stability": "dev", + "stability": "post_stable", "recommended": "no", "version": 25, "repath": "pepper_25", @@ -86,14 +76,24 @@ { "name": "pepper_26", "description": "Chrome 26 bundle, revision xxxxx", - "stability": "dev", - "recommended": "no", + "stability": "stable", + "recommended": "yes", "version": 26, "repath": "pepper_26", "archives": [], "revision": 0 }, { + "name": "pepper_27", + "description": "Chrome 27 bundle, revision xxxxx", + "stability": "beta", + "recommended": "no", + "version": 27, + "repath": "pepper_27", + "archives": [], + "revision": 0 + }, + { "name": "pepper_canary", "description": "Chrome Canary", "stability": "canary", |