summaryrefslogtreecommitdiffstats
path: root/webkit/default_plugin/default_plugin.gyp
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-14 20:39:34 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-14 20:39:34 +0000
commitc0d5fc9424a062dd51b90854b461bd4a9c309dad (patch)
tree1d1ad1b72c9e17689b6cb19dffcadd13b70168dc /webkit/default_plugin/default_plugin.gyp
parentfa8b44910eb051f9a6d9bb7955afa8e0b6482268 (diff)
downloadchromium_src-c0d5fc9424a062dd51b90854b461bd4a9c309dad.zip
chromium_src-c0d5fc9424a062dd51b90854b461bd4a9c309dad.tar.gz
chromium_src-c0d5fc9424a062dd51b90854b461bd4a9c309dad.tar.bz2
Revert "Reverting 23406" as it didn't break any tests.
Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to reduce a dependency on ATL. BUG=5023 TEST=Uninstall flash. Visit hulu.com and install the flash plugin. Original review: http://codereview.chromium.org/165469 TBR=levin Review URL: http://codereview.chromium.org/165543 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin/default_plugin.gyp')
-rw-r--r--webkit/default_plugin/default_plugin.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/default_plugin/default_plugin.gyp b/webkit/default_plugin/default_plugin.gyp
index 2aeac4e..375431a 100644
--- a/webkit/default_plugin/default_plugin.gyp
+++ b/webkit/default_plugin/default_plugin.gyp
@@ -26,6 +26,7 @@
],
'include_dirs': [
'../..',
+ '../../chrome/third_party/wtl/include',
# TODO(bradnelson): this should fall out of the dependencies.
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],