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

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

Issue 2647393004: Add Widevine signature files into Mac build (Closed)
Patch Set: rebase with version changes Created 3 years, 10 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 eebe2ab52676c8b0502cb39ff53e8eb3f307d4ec..3000cb130550140bf7cf6da0f6360f70f40a87c9 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -41,7 +41,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.
« chrome/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | third_party/widevine/cdm/widevine.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698