summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authoramanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 19:49:16 +0000
committeramanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 19:49:16 +0000
commit47dc04a3cb1f9ffefbee94a7d3547db6d1aefd8b (patch)
tree0b37f5c1a3a7d3b14206d4507895f89102ff1cef /webkit/webkit.gyp
parent4acbedb1fe0f43802c64027cf7cbf81441297a95 (diff)
downloadchromium_src-47dc04a3cb1f9ffefbee94a7d3547db6d1aefd8b.zip
chromium_src-47dc04a3cb1f9ffefbee94a7d3547db6d1aefd8b.tar.gz
chromium_src-47dc04a3cb1f9ffefbee94a7d3547db6d1aefd8b.tar.bz2
Unfork shared methods of WebPluginDelegateImpl. As a side effect, should fix
potential races/crashes in plugin shutdown. May fix 25833,25974,25978 (can't repro those, so we may only be able to tell when the crash reports stop). BUG=23868 Review URL: http://codereview.chromium.org/372025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31266 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 1fa755b..47e8de6 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -415,11 +415,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$']],