diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 18:12:57 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 18:12:57 +0000 |
commit | 9c514a34149d030eb5cdb8395c7afaa547ace1a8 (patch) | |
tree | e423ab2560d22116f41d90b2354d0a41e5376d54 /third_party | |
parent | c3929addaa33eaea360e7d39b2725c0a0d6ff7fd (diff) | |
download | chromium_src-9c514a34149d030eb5cdb8395c7afaa547ace1a8.zip chromium_src-9c514a34149d030eb5cdb8395c7afaa547ace1a8.tar.gz chromium_src-9c514a34149d030eb5cdb8395c7afaa547ace1a8.tar.bz2 |
Mac NPAPI Flash: don't copy the additional plugin.vch file.
Flash 11.5 will put it inside the bundle, as far as I can tell.
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/11266039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/adobe/flash/flash_player.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp index 99ded70..59958fc 100644 --- a/third_party/adobe/flash/flash_player.gyp +++ b/third_party/adobe/flash/flash_player.gyp @@ -56,7 +56,6 @@ [ 'OS == "mac"', { 'files': [ 'binaries/mac/Flash Player Plugin for Chrome.plugin', - 'binaries/mac/plugin.vch', ] }], ], |