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

Unified Diff: chrome/chrome_dll_bundle.gypi

Issue 2000513002: media: Bundle Widevine CDM on Win/Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 4 years, 7 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: chrome/chrome_dll_bundle.gypi
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
index 1c0c8450ae5e0a9c56c9b4f895cb34998615574f..fe51954e42db97f0b1727b9c8e90530d2bf86644 100644
--- a/chrome/chrome_dll_bundle.gypi
+++ b/chrome/chrome_dll_bundle.gypi
@@ -141,6 +141,18 @@
['branding == "Chrome"', {
'files': [
'<(PRODUCT_DIR)/<(widevine_cdm_path)/widevinecdmadapter.plugin',
+ '<(PRODUCT_DIR)/<(widevine_cdm_path)/libwidevinecdm.dylib',
+ ],
+ }],
+ ],
+ },
+ {
+ 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries/WidevineCdm',
+ 'files': [],
+ 'conditions': [
+ ['branding == "Chrome"', {
+ 'files': [
+ '<(PRODUCT_DIR)/WidevineCdm/manifest.json',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698