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

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: comments 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..eadbffde95250442f1e6db96709c00341debc1bd 100644
--- a/chrome/chrome_dll_bundle.gypi
+++ b/chrome/chrome_dll_bundle.gypi
@@ -140,12 +140,24 @@
'conditions': [
['branding == "Chrome"', {
'files': [
+ '<(PRODUCT_DIR)/<(widevine_cdm_path)/libwidevinecdm.dylib',
'<(PRODUCT_DIR)/<(widevine_cdm_path)/widevinecdmadapter.plugin',
],
}],
],
},
{
+ 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries/WidevineCdm',
+ 'files': [],
+ 'conditions': [
+ ['branding == "Chrome"', {
+ 'files': [
+ '<(PRODUCT_DIR)/WidevineCdm/manifest.json',
+ ],
+ }],
+ ],
+ },
+ {
# Copy of resources used by tests.
'destination': '<(PRODUCT_DIR)/pseudo_locales',
'files': [
« no previous file with comments | « chrome/browser/component_updater/widevine_cdm_component_installer.cc ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698