diff options
author | sbc <sbc@chromium.org> | 2015-02-25 09:32:45 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-25 17:33:32 +0000 |
commit | a1479526e1e90f74a6efb87f842f508823a1332d (patch) | |
tree | bba969ce116be848361da4cd90cf8db563eaaecc /native_client_sdk | |
parent | be32a03b9859d7669b372908d575a232714925ce (diff) | |
download | chromium_src-a1479526e1e90f74a6efb87f842f508823a1332d.zip chromium_src-a1479526e1e90f74a6efb87f842f508823a1332d.tar.gz chromium_src-a1479526e1e90f74a6efb87f842f508823a1332d.tar.bz2 |
[NaCL SDK] Add pepper_42 to naclsdk_manifest2.json
Also remove oldest SDK version (pepper_34).
Review URL: https://codereview.chromium.org/952063002
Cr-Commit-Position: refs/heads/master@{#318069}
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json | 20 |
1 files changed, 10 insertions, 10 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 e44e11a..3b4a04d 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 34 bundle, revision xxxxx", - "name": "pepper_34", - "recommended": "no", - "repath": "pepper_34", - "revision": 0, - "stability": "post_stable", - "version": 34 - }, - { - "archives": [], "description": "Chrome 35 bundle, revision xxxxx", "name": "pepper_35", "recommended": "no", @@ -115,6 +105,16 @@ }, { "archives": [], + "description": "Chrome 42 bundle, revision xxxxx", + "name": "pepper_42", + "recommended": "no", + "repath": "pepper_42", + "revision": 0, + "stability": "post_stable", + "version": 42 + }, + { + "archives": [], "description": "Chrome Canary", "name": "pepper_canary", "recommended": "no", |