diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-07 22:33:30 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-07 22:33:30 +0000 |
commit | c9bd7655263eb8073072fd8b26e524083c412e61 (patch) | |
tree | cf94ff27e1065f26d84f4373598178cb51bbca7e /third_party | |
parent | e1f558ceead01f6a334313db2243ed9b8704b373 (diff) | |
download | chromium_src-c9bd7655263eb8073072fd8b26e524083c412e61.zip chromium_src-c9bd7655263eb8073072fd8b26e524083c412e61.tar.gz chromium_src-c9bd7655263eb8073072fd8b26e524083c412e61.tar.bz2 |
Remove bundled NPAPI Flash on Windows.
This change also takes care of turning on bundled Pepper Flash, if NPAPI Flash is enabled while Pepper Flash is disabled.
BUG=146869
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10911137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/adobe/flash/flash_player.gyp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp index 8b981f0..99ded70 100644 --- a/third_party/adobe/flash/flash_player.gyp +++ b/third_party/adobe/flash/flash_player.gyp @@ -59,15 +59,6 @@ 'binaries/mac/plugin.vch', ] }], - [ 'OS == "win"', { - 'files': [ - 'binaries/win/FlashPlayerApp.exe', - 'binaries/win/FlashPlayerCPLApp.cpl', - 'binaries/win/gcswf32.dll', - 'binaries/win/plugin.vch', - 'symbols/win/gcswf32.pdb', - ] - }], ], }], }], |