| Index: webkit/webkit.gyp
|
| ===================================================================
|
| --- webkit/webkit.gyp (revision 20851)
|
| +++ webkit/webkit.gyp (working copy)
|
| @@ -996,6 +996,7 @@
|
| 'api/public/WebClipboard.h',
|
| 'api/public/WebColor.h',
|
| 'api/public/WebCommon.h',
|
| + 'api/public/WebCompositionCommand.h',
|
| 'api/public/WebConsoleMessage.h',
|
| 'api/public/WebCString.h',
|
| 'api/public/WebCursorInfo.h',
|
| @@ -1017,12 +1018,14 @@
|
| 'api/public/WebNonCopyable.h',
|
| 'api/public/WebPluginListBuilder.h',
|
| 'api/public/WebPoint.h',
|
| + 'api/public/WebPopupMenu.h',
|
| 'api/public/WebPopupMenuInfo.h',
|
| 'api/public/WebRect.h',
|
| 'api/public/WebScreenInfo.h',
|
| 'api/public/WebScriptSource.h',
|
| 'api/public/WebSize.h',
|
| 'api/public/WebString.h',
|
| + 'api/public/WebTextDirection.h',
|
| 'api/public/WebURL.h',
|
| 'api/public/WebURLError.h',
|
| 'api/public/WebURLLoader.h',
|
| @@ -1030,6 +1033,8 @@
|
| 'api/public/WebURLRequest.h',
|
| 'api/public/WebURLResponse.h',
|
| 'api/public/WebVector.h',
|
| + 'api/public/WebWidget.h',
|
| + 'api/public/WebWidgetClient.h',
|
| 'api/public/win/WebInputEventFactory.h',
|
| 'api/public/win/WebSandboxSupport.h',
|
| 'api/public/win/WebScreenInfoFactory.h',
|
| @@ -1400,6 +1405,8 @@
|
| 'glue/webplugin_impl.cc',
|
| 'glue/webplugin_impl.h',
|
| 'glue/webplugininfo.h',
|
| + 'glue/webpopupmenu_impl.cc',
|
| + 'glue/webpopupmenu_impl.h',
|
| 'glue/webpreferences.h',
|
| 'glue/webtextinput.h',
|
| 'glue/webtextinput_impl.cc',
|
| @@ -1412,15 +1419,12 @@
|
| 'glue/webview_delegate.h',
|
| 'glue/webview_impl.cc',
|
| 'glue/webview_impl.h',
|
| - 'glue/webwidget.h',
|
| - 'glue/webwidget_delegate.h',
|
| - 'glue/webwidget_impl.cc',
|
| - 'glue/webwidget_impl.h',
|
| 'glue/webworker_impl.cc',
|
| 'glue/webworker_impl.h',
|
| 'glue/webworkerclient_impl.cc',
|
| 'glue/webworkerclient_impl.h',
|
| 'glue/window_open_disposition.h',
|
| + 'glue/window_open_disposition.cc',
|
| ],
|
| # When glue is a dependency, it needs to be a hard dependency.
|
| # Dependents may rely on files generated by this target or one of its
|
|
|