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

Unified Diff: native_client_sdk/src/build_tools/json/naclsdk_manifest2.json

Issue 10823275: [NaCl SDK] Add pepper_22 bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/json/naclsdk_manifest2.json
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 b40d224f6a20bc1fe83e32fd8eb28cf9b05b55aa..ff4ca8b43f0f1acdd1a8d56755bd62cde2c4eacc 100644
--- a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json
+++ b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json
@@ -193,8 +193,8 @@
{
"name": "pepper_20",
"description": "Chrome 20 bundle, revision xxxxx",
- "stability": "stable",
- "recommended": "yes",
+ "stability": "post_stable",
+ "recommended": "no",
"version": 20,
"repath": "pepper_20",
"archives": [],
@@ -203,14 +203,24 @@
{
"name": "pepper_21",
"description": "Chrome 21 bundle, revision xxxxx",
- "stability": "beta",
- "recommended": "no",
+ "stability": "stable",
+ "recommended": "yes",
"version": 21,
"repath": "pepper_21",
"archives": [],
"revision": 0
},
{
+ "name": "pepper_22",
+ "description": "Chrome 22 bundle, revision xxxxx",
+ "stability": "beta",
+ "recommended": "no",
+ "version": 22,
+ "repath": "pepper_22",
+ "archives": [],
+ "revision": 0
+ },
+ {
"name": "pepper_canary",
"description": "Chrome Canary",
"stability": "canary",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698