diff options
author | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 21:33:12 +0000 |
---|---|---|
committer | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 21:33:12 +0000 |
commit | 81895a4622ac7e84d7ecb1ff93678a8aa29f9ad7 (patch) | |
tree | 0c162b52a50cfbda21002d317873da0ca42f0b51 /webkit/webkit.gyp | |
parent | 8f5f7f38c7f9bcad93e17fa5b99138d8eeadcc65 (diff) | |
download | chromium_src-81895a4622ac7e84d7ecb1ff93678a8aa29f9ad7.zip chromium_src-81895a4622ac7e84d7ecb1ff93678a8aa29f9ad7.tar.gz chromium_src-81895a4622ac7e84d7ecb1ff93678a8aa29f9ad7.tar.bz2 |
Retry of http://codereview.chromium.org/372025 with additional changes to
Quickdraw plugin shutdown, and a better match to Apple's code for all plugins.
BUG=23868,25694
TEST=plugins should not crash when the page is closed, layout tests involving
plugins should not crash either.
Review URL: http://codereview.chromium.org/385022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index b6212a6..d211dab 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -418,11 +418,6 @@ }], ['OS!="mac"', { 'sources/': [['exclude', '_mac\\.(cc|mm)$']] - }, { # else: OS=="mac" - 'sources!': [ - # TODO(port): Unfork webplugin_delegate_impl_mac and this file. - 'glue/plugins/webplugin_delegate_impl.cc', - ], }], ['OS!="win"', { 'sources/': [['exclude', '_win\\.cc$']], |