| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index bc6d4ca1401538c39a393190b373fc2a293e4505..953b7feb73e9f8cdd0e7b012e964f9242768b17a 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -132,7 +132,7 @@
|
| },
|
| 'dependencies': [
|
| 'chrome_version_info',
|
| - # Copy a Flash Player binary to PRODUCT_DIR if applicable.
|
| + # Copy Flash Player files to PRODUCT_DIR if applicable.
|
| # Let the .gyp file decide what to do on a per-OS basis.
|
| '../third_party/adobe/flash/flash_player.gyp:flash_player',
|
| ],
|
| @@ -337,6 +337,7 @@
|
| [ 'branding == "Chrome"', {
|
| 'files': [
|
| '<(PRODUCT_DIR)/Flash Player Plugin for Chrome.plugin',
|
| + '<(PRODUCT_DIR)/plugin.vch',
|
| ],
|
| }],
|
| ],
|
|
|