summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp21
1 files changed, 11 insertions, 10 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 403b282..1ed3ef22 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -169,6 +169,10 @@
'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',
@@ -176,9 +180,13 @@
'api/src/ContextMenuClientImpl.h',
'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',
@@ -213,6 +221,7 @@
'api/src/WebDataSourceImpl.cpp',
'api/src/WebDataSourceImpl.h',
'api/src/WebDragData.cpp',
+ 'api/src/WebKit.cpp',
'api/src/WebFileChooserCompletionImpl.cpp',
'api/src/WebFileChooserCompletionImpl.h',
'api/src/WebFontCache.cpp',
@@ -235,6 +244,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 +567,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 +580,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 +601,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 +657,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',