Chromium Code Reviews| Index: third_party/widevine/cdm/stub/manifest.json |
| diff --git a/third_party/widevine/cdm/stub/manifest.json b/third_party/widevine/cdm/stub/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7ca098442d114de9c562cebac13828ec23e7fc89 |
| --- /dev/null |
| +++ b/third_party/widevine/cdm/stub/manifest.json |
| @@ -0,0 +1,34 @@ |
| +{ |
| + "manifest_version": 2, |
| + "name": "WidevineCdm", |
| + "description": "Widevine Content Decryption Module Stub", |
| + "offline_enabled": false, |
| + "version": "0.0.0.000", |
| + "minimum_chrome_version": "43.0.2340.0", |
|
ddorwin
2016/07/18 18:35:17
Maybe this should be clearly garbage. Also, M54, w
wdzierzanowski
2016/07/19 11:35:17
Done.
|
| + "x-cdm-module-versions": "4", |
|
ddorwin
2016/07/18 18:35:17
We'll need to remember to update the next 4 lines
wdzierzanowski
2016/07/19 11:35:17
Unfortunately, yes.
|
| + "x-cdm-interface-versions": "8", |
| + "x-cdm-host-versions": "8", |
| + "x-cdm-codecs": "vp8,vp9.0,avc1", |
| + "platforms": [ |
| + { |
| + "os": "win", |
| + "arch": "x86", |
| + "sub_package_path": "_platform_specific/win_x86/" |
| + }, |
| + { |
| + "os": "win", |
| + "arch": "x64", |
| + "sub_package_path": "_platform_specific/win_x64/" |
| + }, |
| + { |
| + "os": "mac", |
| + "arch": "x86", |
|
ddorwin
2016/07/18 18:35:17
This is no longer supported, so we can remove it.
wdzierzanowski
2016/07/19 11:35:17
Done.
|
| + "sub_package_path": "_platform_specific/mac_x86/" |
| + }, |
| + { |
| + "os": "mac", |
| + "arch": "x64", |
| + "sub_package_path": "_platform_specific/mac_x64/" |
| + } |
| + ] |
| +} |