[GTK] Build Platform as a separate static library
https://bugs.webkit.org/show_bug.cgi?id=114164
Reviewed by Martin Robinson.
.:
* GNUmakefile.am: Add webkit2platform_sources definition.
Source/WebKit2:
This way we reduce a bit the amount of files compiled twice
because of the plugin process.
* GNUmakefile.am:
* GNUmakefile.list.am:
* Platform/gtk/WorkQueueGtk.cpp: Remove unused header.
* Platform/unix/SharedMemoryUnix.cpp: Ditto.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@147927 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 846ae5b..4e66459 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-04-08 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ [GTK] Build Platform as a separate static library
+ https://bugs.webkit.org/show_bug.cgi?id=114164
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.am: Add webkit2platform_sources definition.
+
2013-04-08 Zan Dobersek <zdobersek@igalia.com>
Unreviewed GTK build fix.