| Index: chrome/chrome_dll_bundle.gypi
|
| diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
|
| index 539db0ddb0c2606ecdb5ab484e19ddec3884da7d..9b8d1af5ea2315f712f8833800a7ce37dc231ccd 100644
|
| --- a/chrome/chrome_dll_bundle.gypi
|
| +++ b/chrome/chrome_dll_bundle.gypi
|
| @@ -184,7 +184,19 @@
|
| }],
|
| ],
|
| },
|
| - # TODO(ddorwin): Include CDM files in the Mac bundle.
|
| + {
|
| + # This file is used by the component installer.
|
| + # It is not a complete plug-in on its own.
|
| + 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins/',
|
| + 'files': [],
|
| + 'conditions': [
|
| + ['branding == "Chrome"', {
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/widevinecdmadapter.plugin',
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| {
|
| # Copy of resources used by tests.
|
| 'destination': '<(PRODUCT_DIR)',
|
|
|