Chromium Code Reviews| Index: chrome/chrome_dll_bundle.gypi |
| diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi |
| index 985f40dfa19fc52ab4bb950b45cb628b33dfb439..8192e8d70589578fbf7498844c01a501ce751bbf 100644 |
| --- a/chrome/chrome_dll_bundle.gypi |
| +++ b/chrome/chrome_dll_bundle.gypi |
| @@ -134,12 +134,12 @@ |
| { |
| # This file is used by the component installer. |
|
ddorwin
2016/05/06 22:23:48
This comment is misleading. The important part is
xhwang
2016/05/09 20:59:03
Updated.
|
| # It is not a complete plugin on its own. |
| - 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins/', |
| + 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins/WidevineCdm', |
| 'files': [], |
| 'conditions': [ |
| ['branding == "Chrome"', { |
| 'files': [ |
| - '<(PRODUCT_DIR)/widevinecdmadapter.plugin', |
| + '<(PRODUCT_DIR)/WidevineCdm/widevinecdmadapter.plugin', |
| ], |
| }], |
| ], |