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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/widevine/cdm/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d466ccd1e02ed8c158fda545fe2175c135018da5
--- /dev/null
+++ b/third_party/widevine/cdm/stub/manifest.json
@@ -0,0 +1,29 @@
+{
+ "manifest_version": 2,
+ "name": "WidevineCdm",
+ "description": "Widevine Content Decryption Module Stub",
+ "offline_enabled": false,
+ "version": "0.0.0.000",
+ "minimum_chrome_version": "54.0.0.0",
+ "x-cdm-module-versions": "4",
+ "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": "x64",
+ "sub_package_path": "_platform_specific/mac_x64/"
+ }
+ ]
+}
« 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