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

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

Issue 2647393004: Add Widevine signature files into Mac build (Closed)
Patch Set: template Created 3 years, 11 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
Index: third_party/widevine/cdm/BUILD.gn
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
index ec798c3f733cd105c4091e05211c1c4a54883ba8..3f8eae8e2aaa9a2e55f46eeba908cdd019422e5a 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -38,7 +38,10 @@ if (is_android) {
widevine_cdm_manifest_file = [ "win/$widevine_arch/manifest.json" ]
} else if (is_mac) {
widevine_cdm_version_h_file = "mac/$widevine_arch/widevine_cdm_version.h"
- widevine_cdm_binary_files = [ "mac/$widevine_arch/libwidevinecdm.dylib" ]
+ widevine_cdm_binary_files = [
+ "mac/$widevine_arch/libwidevinecdm.dylib",
+ "mac/$widevine_arch/libwidevinecdm.dylib.sig",
+ ]
widevine_cdm_manifest_file = [ "mac/$widevine_arch/manifest.json" ]
} else {
# Other platforms, use the default one.

Powered by Google App Engine
This is Rietveld 408576698