Title: [151983] releases/WebKitGTK/webkit-2.0/Source/WebKit2
Revision
151983
Author
[email protected]
Date
2013-06-26 01:16:25 -0700 (Wed, 26 Jun 2013)

Log Message

[GTK] [WK2] Cannot make debug builds of the stable branch
https://bugs.webkit.org/show_bug.cgi?id=117979

Patch by Alberto Garcia <[email protected]> on 2013-06-25
Reviewed by Carlos Garcia Campos.

Add missing source files to WebKitPluginProcess.

* GNUmakefile.list.am:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.0/Source/WebKit2/ChangeLog (151982 => 151983)


--- releases/WebKitGTK/webkit-2.0/Source/WebKit2/ChangeLog	2013-06-26 08:14:11 UTC (rev 151982)
+++ releases/WebKitGTK/webkit-2.0/Source/WebKit2/ChangeLog	2013-06-26 08:16:25 UTC (rev 151983)
@@ -1,3 +1,14 @@
+2013-06-25  Alberto Garcia  <[email protected]>
+
+        [GTK] [WK2] Cannot make debug builds of the stable branch
+        https://bugs.webkit.org/show_bug.cgi?id=117979
+
+        Reviewed by Carlos Garcia Campos.
+
+        Add missing source files to WebKitPluginProcess.
+
+        * GNUmakefile.list.am:
+
 2013-04-12  Hanyee Kim  <[email protected]>
 
         [GTK] Webkit fails to build webkit2gtk-tests-resources.gresource.

Modified: releases/WebKitGTK/webkit-2.0/Source/WebKit2/GNUmakefile.list.am (151982 => 151983)


--- releases/WebKitGTK/webkit-2.0/Source/WebKit2/GNUmakefile.list.am	2013-06-26 08:14:11 UTC (rev 151982)
+++ releases/WebKitGTK/webkit-2.0/Source/WebKit2/GNUmakefile.list.am	2013-06-26 08:16:25 UTC (rev 151983)
@@ -1268,11 +1268,13 @@
 	Source/WebKit2/Platform/CoreIPC/StringReference.h \
 	Source/WebKit2/Platform/CoreIPC/unix/AttachmentUnix.cpp \
 	Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp \
+	Source/WebKit2/Platform/Logging.cpp \
 	Source/WebKit2/Platform/Module.cpp \
 	Source/WebKit2/Platform/Module.h \
 	Source/WebKit2/Platform/WorkQueue.cpp \
 	Source/WebKit2/Platform/WorkQueue.h \
 	Source/WebKit2/Platform/SharedMemory.h \
+	Source/WebKit2/Platform/gtk/LoggingGtk.cpp \
 	Source/WebKit2/Platform/gtk/ModuleGtk.cpp \
 	Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp \
 	Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to