diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 578fbc9..39d8fa3 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -172,6 +172,8 @@ 'api/public/win/WebScreenInfoFactory.h', 'api/src/ApplicationCacheHost.cpp', 'api/src/AssertMatchingEnums.cpp', + 'api/src/AutocompletePopupMenuClient.cpp', + 'api/src/AutocompletePopupMenuClient.h', 'api/src/BackForwardListClientImpl.cpp', 'api/src/BackForwardListClientImpl.h', 'api/src/ChromeClientImpl.cpp', @@ -187,6 +189,9 @@ 'api/src/DragClientImpl.h', 'api/src/EditorClientImpl.cpp', 'api/src/EditorClientImpl.h', + 'api/src/FrameLoaderClientImpl.cpp', + 'api/src/FrameLoaderClientImpl.h', + 'api/src/EmptyWebFrameClientImpl.h', 'api/src/gtk/WebFontInfo.cpp', 'api/src/gtk/WebFontInfo.h', 'api/src/gtk/WebInputEventFactory.cpp', @@ -231,6 +236,8 @@ 'api/src/WebFileChooserCompletionImpl.h', 'api/src/WebFontCache.cpp', 'api/src/WebForm.cpp', + 'api/src/WebFrameImpl.cpp', + 'api/src/WebFrameImpl.h', 'api/src/WebHistoryItem.cpp', 'api/src/WebHTTPBody.cpp', 'api/src/WebImageCG.cpp', @@ -271,6 +278,8 @@ 'api/src/WebURLResponse.cpp', 'api/src/WebURLResponsePrivate.h', 'api/src/WebURLError.cpp', + 'api/src/WebViewImpl.cpp', + 'api/src/WebViewImpl.h', 'api/src/WebWorkerClientImpl.cpp', 'api/src/WebWorkerClientImpl.h', 'api/src/WebWorkerImpl.cpp', @@ -645,10 +654,6 @@ 'glue/webdropdata.cc', 'glue/webdropdata_win.cc', 'glue/webdropdata.h', - 'glue/webframe_impl.cc', - 'glue/webframe_impl.h', - 'glue/webframeloaderclient_impl.cc', - 'glue/webframeloaderclient_impl.h', 'glue/webkit_glue.cc', 'glue/webkit_glue.h', 'glue/webkitclient_impl.cc', @@ -672,8 +677,6 @@ 'glue/webthemeengine_impl_win.cc', 'glue/weburlloader_impl.cc', 'glue/weburlloader_impl.h', - 'glue/webview_impl.cc', - 'glue/webview_impl.h', 'glue/window_open_disposition.h', 'glue/window_open_disposition.cc', |