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 01:12:38 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-14 01:12:38 +0000
commitd60cd48c0f4e822b3f14b72ef95667845aefce29 (patch)
tree0ff1158c36c6b60be74bf23bec59bd08726e9287 /webkit/default_plugin/default_plugin.gyp
parented3ce0d59e2f52f805a8a76b112bfd48156416d0 (diff)
downloadchromium_src-d60cd48c0f4e822b3f14b72ef95667845aefce29.zip
chromium_src-d60cd48c0f4e822b3f14b72ef95667845aefce29.tar.gz
chromium_src-d60cd48c0f4e822b3f14b72ef95667845aefce29.tar.bz2
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. Review URL: http://codereview.chromium.org/165469 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23406 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',
],