diff options
author | binji <binji@chromium.org> | 2015-10-15 14:38:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-15 21:39:43 +0000 |
commit | 1c7738291f3718e70cefb1f0e6288172b2d9d845 (patch) | |
tree | 44608c09f313d7daf3986b47738d8b37f93dbc5a /native_client_sdk | |
parent | 1a02e58db37f8d951506624ea3c0af4b1603efec (diff) | |
download | chromium_src-1c7738291f3718e70cefb1f0e6288172b2d9d845.zip chromium_src-1c7738291f3718e70cefb1f0e6288172b2d9d845.tar.gz chromium_src-1c7738291f3718e70cefb1f0e6288172b2d9d845.tar.bz2 |
[NaCl SDK] Add pepper_47, remove pepper_39 and pepper_40.
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/1395633005
Cr-Commit-Position: refs/heads/master@{#354365}
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json | 30 |
1 files changed, 10 insertions, 20 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 e70bffa..88a8f66 100644 --- a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json +++ b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json @@ -35,26 +35,6 @@ }, { "archives": [], - "description": "Chrome 39 bundle, revision xxxxx", - "name": "pepper_39", - "recommended": "no", - "repath": "pepper_39", - "revision": 0, - "stability": "post_stable", - "version": 39 - }, - { - "archives": [], - "description": "Chrome 40 bundle, revision xxxxx", - "name": "pepper_40", - "recommended": "no", - "repath": "pepper_40", - "revision": 0, - "stability": "post_stable", - "version": 40 - }, - { - "archives": [], "description": "Chrome 41 bundle, revision xxxxx", "name": "pepper_41", "recommended": "no", @@ -115,6 +95,16 @@ }, { "archives": [], + "description": "Chrome 47 bundle, revision xxxxx", + "name": "pepper_47", + "recommended": "no", + "repath": "pepper_47", + "revision": 0, + "stability": "post_stable", + "version": 47 + }, + { + "archives": [], "description": "Chrome Canary", "name": "pepper_canary", "recommended": "no", |