| Index: chrome/chrome_exe.gypi
|
| ===================================================================
|
| --- chrome/chrome_exe.gypi (revision 49085)
|
| +++ chrome/chrome_exe.gypi (working copy)
|
| @@ -131,7 +131,7 @@
|
| 'chrome_exe_target': 1,
|
| },
|
| 'dependencies': [
|
| - # 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',
|
| ],
|
| @@ -394,6 +394,7 @@
|
| [ 'branding == "Chrome"', {
|
| 'files': [
|
| '<(PRODUCT_DIR)/Flash Player Plugin for Chrome.plugin',
|
| + '<(PRODUCT_DIR)/plugin.vch',
|
| ],
|
| }],
|
| ],
|
|
|