summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-10 05:46:45 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-10 05:46:45 +0000
commitdd7daa80d25deb78ab365e28df4d93437357793b (patch)
treefb4dd2331820f5e32ddeb7e2bfb731f0604fbc0d /webkit/webkit.gyp
parent64c40aa34646a198a04029ee6b78dd9559595dc5 (diff)
downloadchromium_src-dd7daa80d25deb78ab365e28df4d93437357793b.zip
chromium_src-dd7daa80d25deb78ab365e28df4d93437357793b.tar.gz
chromium_src-dd7daa80d25deb78ab365e28df4d93437357793b.tar.bz2
Switch to WebFrame from the WebKit API.
I tried to avoid unnecessary changes in this CL to help make it easier to review. As part of this CL, glue/webtextinput* are folded into WebFrame / WebFrameImpl. R=dglazkov BUG=10034 TEST=none Review URL: http://codereview.chromium.org/164225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22896 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp7
1 files changed, 3 insertions, 4 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 3d55f6a..c072275 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -986,6 +986,7 @@
'api/public/WebDataSource.h',
'api/public/WebDragData.h',
'api/public/WebFindOptions.h',
+ 'api/public/WebFrame.h',
'api/public/WebForm.h',
'api/public/WebHistoryItem.h',
'api/public/WebHTTPBody.h',
@@ -1006,6 +1007,7 @@
'api/public/WebPoint.h',
'api/public/WebPopupMenu.h',
'api/public/WebPopupMenuInfo.h',
+ 'api/public/WebRange.h',
'api/public/WebRect.h',
'api/public/WebScreenInfo.h',
'api/public/WebScriptSource.h',
@@ -1069,6 +1071,7 @@
'api/src/WebNode.cpp',
'api/src/WebPluginListBuilderImpl.cpp',
'api/src/WebPluginListBuilderImpl.h',
+ 'api/src/WebRange.cpp',
'api/src/WebSettingsImpl.cpp',
'api/src/WebSettingsImpl.h',
'api/src/WebStorageAreaImpl.cpp',
@@ -1408,7 +1411,6 @@
'glue/webdropdata.cc',
'glue/webdropdata_win.cc',
'glue/webdropdata.h',
- 'glue/webframe.h',
'glue/webframe_impl.cc',
'glue/webframe_impl.h',
'glue/webframeloaderclient_impl.cc',
@@ -1431,9 +1433,6 @@
'glue/webpopupmenu_impl.cc',
'glue/webpopupmenu_impl.h',
'glue/webpreferences.h',
- 'glue/webtextinput.h',
- 'glue/webtextinput_impl.cc',
- 'glue/webtextinput_impl.h',
'glue/webthemeengine_impl_win.cc',
'glue/weburlloader_impl.cc',
'glue/weburlloader_impl.h',