Title: [102667] trunk/Source/WebKit2
Revision
102667
Author
carlo...@webkit.org
Date
2011-12-13 02:29:57 -0800 (Tue, 13 Dec 2011)

Log Message

Unreviewed. Fix GTK+ build after r102640.

* GNUmakefile.am: Add DownloadProxy sources again.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (102666 => 102667)


--- trunk/Source/WebKit2/ChangeLog	2011-12-13 10:24:44 UTC (rev 102666)
+++ trunk/Source/WebKit2/ChangeLog	2011-12-13 10:29:57 UTC (rev 102667)
@@ -1,3 +1,9 @@
+2011-12-13  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix GTK+ build after r102640.
+
+        * GNUmakefile.am: Add DownloadProxy sources again.
+
 2011-12-12  Caio Marcelo de Oliveira Filho  <caio.olive...@openbossa.org>
 
         [Qt][WK2] Move undo & edit command PageClient callbacks into QtWebUndoController

Modified: trunk/Source/WebKit2/GNUmakefile.am (102666 => 102667)


--- trunk/Source/WebKit2/GNUmakefile.am	2011-12-13 10:24:44 UTC (rev 102666)
+++ trunk/Source/WebKit2/GNUmakefile.am	2011-12-13 10:29:57 UTC (rev 102667)
@@ -95,6 +95,8 @@
 webkit2_built_sources += \
 	DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp \
 	DerivedSources/WebKit2/AuthenticationManagerMessages.h \
+	DerivedSources/WebKit2/DownloadProxyMessageReceiver.cpp \
+	DerivedSources/WebKit2/DownloadProxyMessages.h \
 	DerivedSources/WebKit2/DrawingAreaMessageReceiver.cpp \
 	DerivedSources/WebKit2/DrawingAreaMessages.h \
 	DerivedSources/WebKit2/DrawingAreaProxyMessageReceiver.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to