| 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',
|
|
|