Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(611)

Unified Diff: webkit/webkit.gyp

Issue 341030: Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc into... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 30557)
+++ webkit/webkit.gyp (working copy)
@@ -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',
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698