diff options
Diffstat (limited to 'Source/WebKit2/GNUmakefile.list.am')
-rw-r--r-- | Source/WebKit2/GNUmakefile.list.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebKit2/GNUmakefile.list.am b/Source/WebKit2/GNUmakefile.list.am index 416cf26c5..9d47b768d 100644 --- a/Source/WebKit2/GNUmakefile.list.am +++ b/Source/WebKit2/GNUmakefile.list.am @@ -965,8 +965,6 @@ webkit2_sources += \ Source/WebKit2/WebProcess/Geolocation/GeolocationPermissionRequestManager.h \ Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp \ Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h \ - Source/WebKit2/WebProcess/gtk/WebAuthDialog.cpp \ - Source/WebKit2/WebProcess/gtk/WebAuthDialog.h \ Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp \ Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.h \ Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp \ @@ -1106,6 +1104,7 @@ webkit2_sources += \ Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebDragClientGtk.cpp \ Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebEditorClientGtk.cpp \ Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebErrorsGtk.cpp \ + Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebFrameLoaderClientGtk.cpp \ Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebPopupMenuGtk.cpp \ Source/WebKit2/WebProcess/WebCoreSupport/soup/WebFrameNetworkingContext.cpp \ Source/WebKit2/WebProcess/WebCoreSupport/soup/WebFrameNetworkingContext.h \ |