| Index: webkit/webkit.gyp
|
| ===================================================================
|
| --- webkit/webkit.gyp (revision 30163)
|
| +++ webkit/webkit.gyp (working copy)
|
| @@ -169,14 +169,22 @@
|
| 'api/public/win/WebScreenInfoFactory.h',
|
| 'api/src/ApplicationCacheHost.cpp',
|
| 'api/src/AssertMatchingEnums.cpp',
|
| + 'api/src/BackForwardListClientImpl.cpp',
|
| + 'api/src/BackForwardListClientImpl.h',
|
| + 'api/src/ChromeClientImpl.cpp',
|
| + 'api/src/ChromeClientImpl.h',
|
| 'api/src/ChromiumBridge.cpp',
|
| 'api/src/ChromiumCurrentTime.cpp',
|
| 'api/src/ChromiumThreading.cpp',
|
| 'api/src/DOMUtilitiesPrivate.cpp',
|
| 'api/src/DOMUtilitiesPrivate.h',
|
| + 'api/src/DragClientImpl.cpp',
|
| + 'api/src/DragClientImpl.h',
|
| 'api/src/gtk/WebFontInfo.cpp',
|
| 'api/src/gtk/WebFontInfo.h',
|
| 'api/src/gtk/WebInputEventFactory.cpp',
|
| + 'api/src/InspectorClientImpl.cpp',
|
| + 'api/src/InspectorClientImpl.h',
|
| 'api/src/linux/WebFontRendering.cpp',
|
| 'api/src/x11/WebScreenInfoFactory.cpp',
|
| 'api/src/mac/WebInputEventFactory.mm',
|
| @@ -235,6 +243,8 @@
|
| 'api/src/WebPluginListBuilderImpl.h',
|
| 'api/src/WebPluginLoadObserver.cpp',
|
| 'api/src/WebPluginLoadObserver.h',
|
| + 'api/src/WebPopupMenuImpl.cpp',
|
| + 'api/src/WebPopupMenuImpl.h',
|
| 'api/src/WebRange.cpp',
|
| 'api/src/WebScriptController.cpp',
|
| 'api/src/WebSearchableFormData.cpp',
|
| @@ -556,10 +566,6 @@
|
| 'glue/plugins/webplugin_delegate_impl_win.cc',
|
| 'glue/alt_error_page_resource_fetcher.cc',
|
| 'glue/alt_error_page_resource_fetcher.h',
|
| - 'glue/back_forward_list_client_impl.cc',
|
| - 'glue/back_forward_list_client_impl.h',
|
| - 'glue/chrome_client_impl.cc',
|
| - 'glue/chrome_client_impl.h',
|
| 'glue/context_menu.h',
|
| 'glue/cpp_binding_example.cc',
|
| 'glue/cpp_binding_example.h',
|
| @@ -573,8 +579,6 @@
|
| 'glue/dom_serializer.cc',
|
| 'glue/dom_serializer.h',
|
| 'glue/dom_serializer_delegate.h',
|
| - 'glue/dragclient_impl.cc',
|
| - 'glue/dragclient_impl.h',
|
| 'glue/editor_client_impl.cc',
|
| 'glue/editor_client_impl.h',
|
| 'glue/entity_map.cc',
|
| @@ -596,8 +600,6 @@
|
| 'glue/image_decoder.h',
|
| 'glue/image_resource_fetcher.cc',
|
| 'glue/image_resource_fetcher.h',
|
| - 'glue/inspector_client_impl.cc',
|
| - 'glue/inspector_client_impl.h',
|
| 'glue/multipart_response_delegate.cc',
|
| 'glue/multipart_response_delegate.h',
|
| 'glue/npruntime_util.cc',
|
| @@ -654,8 +656,6 @@
|
| 'glue/webplugin_impl.cc',
|
| 'glue/webplugin_impl.h',
|
| 'glue/webplugininfo.h',
|
| - 'glue/webpopupmenu_impl.cc',
|
| - 'glue/webpopupmenu_impl.h',
|
| 'glue/webpreferences.cc',
|
| 'glue/webpreferences.h',
|
| 'glue/websocketstreamhandle_bridge.h',
|
|
|