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

Unified Diff: third_party/widevine/cdm/BUILD.gn

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 | « chrome/BUILD.gn ('k') | third_party/widevine/cdm/stub/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/BUILD.gn
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
index e5fdb29e858fec1137a2182c18db6304279b4c24..a7df64b0537c7414d046826114f5b2e5b5eda71c 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -45,6 +45,7 @@ if (is_android) {
}
} else if (enable_widevine) {
widevine_cdm_version_h_file = "stub/widevine_cdm_version.h"
+ widevine_cdm_manifest_file = [ "stub/manifest.json" ]
} else {
# No branding, use the default one.
widevine_cdm_version_h_file = "widevine_cdm_version.h"
« no previous file with comments | « chrome/BUILD.gn ('k') | third_party/widevine/cdm/stub/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698