Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: webkit/webkit.gyp

Issue 164225: Switch to WebFrame from the WebKit API.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/text_input_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 22886)
+++ webkit/webkit.gyp (working copy)
@@ -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',
« no previous file with comments | « webkit/tools/test_shell/text_input_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698