diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 20:39:34 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 20:39:34 +0000 |
commit | c0d5fc9424a062dd51b90854b461bd4a9c309dad (patch) | |
tree | 1d1ad1b72c9e17689b6cb19dffcadd13b70168dc /webkit/default_plugin/default_plugin.gyp | |
parent | fa8b44910eb051f9a6d9bb7955afa8e0b6482268 (diff) | |
download | chromium_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.gyp | 1 |
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', ], |