Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/widevine/cdm/stub/manifest.json

Issue 2136983002: Bundle fake Widevine component manifest for stub CDM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/widevine/cdm/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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": "54.0.0.0",
8 "x-cdm-module-versions": "4",
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": "x64",
26 "sub_package_path": "_platform_specific/mac_x64/"
27 }
28 ]
29 }
OLDNEW
« no previous file with comments | « third_party/widevine/cdm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698