diff options
author | sbc <sbc@chromium.org> | 2015-11-30 18:23:35 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-01 02:27:22 +0000 |
commit | 302229cf7fa27f3cdc9c53a28448d668df94a676 (patch) | |
tree | 3c8164dd4a0b2b49887f656ce2fd182d141f0258 | |
parent | ebf4123415d967606d95bffb219e82f0e3f84356 (diff) | |
download | chromium_src-302229cf7fa27f3cdc9c53a28448d668df94a676.zip chromium_src-302229cf7fa27f3cdc9c53a28448d668df94a676.tar.gz chromium_src-302229cf7fa27f3cdc9c53a28448d668df94a676.tar.bz2 |
[NaCl SDK] Add pepper_48 to naclsdk_manifest2.json
R=binji
Review URL: https://codereview.chromium.org/1485863002
Cr-Commit-Position: refs/heads/master@{#362319}
-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 1b46fcd..cff07e5 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 41 bundle, revision xxxxx", - "name": "pepper_41", - "recommended": "no", - "repath": "pepper_41", - "revision": 0, - "stability": "post_stable", - "version": 41 - }, - { - "archives": [], "description": "Chrome 42 bundle, revision xxxxx", "name": "pepper_42", "recommended": "no", @@ -105,6 +95,16 @@ }, { "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 Canary", "name": "pepper_canary", "recommended": "no", |