Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "manifest_version": 2, | |
| 3 "name": "WidevineCdm", | |
| 4 "description": "Widevine Content Decryption Module Stub", | |
| 5 "offline_enabled": false, | |
| 6 "version": "0.0.0.000", | |
| 7 "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.
| |
| 8 "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.
| |
| 9 "x-cdm-interface-versions": "8", | |
| 10 "x-cdm-host-versions": "8", | |
| 11 "x-cdm-codecs": "vp8,vp9.0,avc1", | |
| 12 "platforms": [ | |
| 13 { | |
| 14 "os": "win", | |
| 15 "arch": "x86", | |
| 16 "sub_package_path": "_platform_specific/win_x86/" | |
| 17 }, | |
| 18 { | |
| 19 "os": "win", | |
| 20 "arch": "x64", | |
| 21 "sub_package_path": "_platform_specific/win_x64/" | |
| 22 }, | |
| 23 { | |
| 24 "os": "mac", | |
| 25 "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.
| |
| 26 "sub_package_path": "_platform_specific/mac_x86/" | |
| 27 }, | |
| 28 { | |
| 29 "os": "mac", | |
| 30 "arch": "x64", | |
| 31 "sub_package_path": "_platform_specific/mac_x64/" | |
| 32 } | |
| 33 ] | |
| 34 } | |
| OLD | NEW |