diff options
author | sbc <sbc@chromium.org> | 2016-01-08 09:08:46 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-08 17:10:37 +0000 |
commit | e031988fcd5e95ee06d7176f9b1cbaa5ca181cb4 (patch) | |
tree | 59a35276f635dfb54a9e448f6432f1b3ba17198b /native_client_sdk | |
parent | e7adaa4fe759a1b5ff7e31b61ef90c0b29ab1853 (diff) | |
download | chromium_src-e031988fcd5e95ee06d7176f9b1cbaa5ca181cb4.zip chromium_src-e031988fcd5e95ee06d7176f9b1cbaa5ca181cb4.tar.gz chromium_src-e031988fcd5e95ee06d7176f9b1cbaa5ca181cb4.tar.bz2 |
[NaCl SDK] Remove pepper_48 from naclsdk_manifest2.json
We don't have a good build of pepper_48 on all platforms
so we are going to skip this version of go directly
to pepper_49.
NOTRY=true
Review URL: https://codereview.chromium.org/1567863005
Cr-Commit-Position: refs/heads/master@{#368356}
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json | 10 |
1 files changed, 0 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 a348e56..aab7909 100644 --- a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json +++ b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json @@ -85,16 +85,6 @@ }, { "archives": [], - "description": "Chrome 48 bundle, revision xxxxx", - "name": "pepper_48", - "recommended": "no", - "repath": "pepper_48", - "revision": 0, - "stability": "post_stable", - "version": 48 - }, - { - "archives": [], "description": "Chrome 49 bundle, revision xxxxx", "name": "pepper_49", "recommended": "no", |