summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 17:17:45 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 17:17:45 +0000
commit706f2dcd21c3628dfdda1448235fb4b46c1bab39 (patch)
tree8775eecc3423aea3813b6f1263c48af8a5f97ff5 /webkit/webkit.gyp
parentcf62075e20a12d43c9a9de07411f4c0c1f47336d (diff)
downloadchromium_src-706f2dcd21c3628dfdda1448235fb4b46c1bab39.zip
chromium_src-706f2dcd21c3628dfdda1448235fb4b46c1bab39.tar.gz
chromium_src-706f2dcd21c3628dfdda1448235fb4b46c1bab39.tar.bz2
Chrome side of using WebPluginListBuilder.
I also broke glue/webplugininfo.h out of glue/webplugin.h as part of this change. Eventually, glue/webplugin.h will go away and be moved into the WebKit API, but the structures left in glue/webplugininfo.h need to remain since they are used extensively throughout Chrome. BUG=10922 R=dglazkov Review URL: http://codereview.chromium.org/93116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index c731ff732..954fe6a 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4172,6 +4172,7 @@
'../third_party/WebKit/WebKit/chromium/public/WebKit.h',
'../third_party/WebKit/WebKit/chromium/public/WebKitClient.h',
'../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h',
+ '../third_party/WebKit/WebKit/chromium/public/WebPluginListBuilder.h',
'../third_party/WebKit/WebKit/chromium/public/WebPoint.h',
'../third_party/WebKit/WebKit/chromium/public/WebRect.h',
'../third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h',
@@ -4198,6 +4199,8 @@
'../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp',
'../third_party/WebKit/WebKit/chromium/src/WebInputEvent.cpp',
'../third_party/WebKit/WebKit/chromium/src/WebKit.cpp',
+ '../third_party/WebKit/WebKit/chromium/src/WebPluginListBuilderImpl.cpp',
+ '../third_party/WebKit/WebKit/chromium/src/WebPluginListBuilderImpl.h',
'../third_party/WebKit/WebKit/chromium/src/WebString.cpp',
'../third_party/WebKit/WebKit/chromium/src/WebURL.cpp',
'../third_party/WebKit/WebKit/chromium/src/win/WebInputEventFactory.cpp',
@@ -4476,6 +4479,7 @@
'glue/webplugin_delegate.h',
'glue/webplugin_impl.cc',
'glue/webplugin_impl.h',
+ 'glue/webplugininfo.h',
'glue/webpreferences.h',
'glue/webresponse.h',
'glue/webresponse_impl.h',