| 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': [
|
|
|