Index: chrome/chrome_dll_bundle.gypi |
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi |
index 985f40dfa19fc52ab4bb950b45cb628b33dfb439..cf2fccdf92d3727a4ed43eb407ab9c029599a20e 100644 |
--- a/chrome/chrome_dll_bundle.gypi |
+++ b/chrome/chrome_dll_bundle.gypi |
@@ -132,14 +132,14 @@ |
], |
}, |
{ |
- # This file is used by the component installer. |
- # It is not a complete plugin on its own. |
- 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins/', |
+ # The adapter is not a complete plugin on its own. It needs the Widevine |
+ # CDM to work. |
+ 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins/WidevineCdm', |
'files': [], |
'conditions': [ |
['branding == "Chrome"', { |
'files': [ |
- '<(PRODUCT_DIR)/widevinecdmadapter.plugin', |
+ '<(PRODUCT_DIR)/WidevineCdm/widevinecdmadapter.plugin', |
], |
}], |
], |