Title: [160816] trunk/Source
Revision
160816
Author
g...@gnome.org
Date
2013-12-18 18:22:32 -0800 (Wed, 18 Dec 2013)

Log Message

Unreviewed cmake build fix for GTK+.

Source/WebKit:

* PlatformGTK.cmake: add missing include directory.

Source/WebKit2:

* PlatformGTK.cmake: fix paths for files that were moved.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (160815 => 160816)


--- trunk/Source/WebKit/ChangeLog	2013-12-19 02:21:33 UTC (rev 160815)
+++ trunk/Source/WebKit/ChangeLog	2013-12-19 02:22:32 UTC (rev 160816)
@@ -1,3 +1,9 @@
+2013-12-18  Gustavo Noronha Silva  <g...@gnome.org>
+
+        Unreviewed cmake build fix for GTK+.
+
+        * PlatformGTK.cmake: add missing include directory.
+
 2013-12-16  Martin Robinson  <mrobin...@igalia.com>
 
         [GTK] [CMake] Add support for building WebKit1

Modified: trunk/Source/WebKit/PlatformGTK.cmake (160815 => 160816)


--- trunk/Source/WebKit/PlatformGTK.cmake	2013-12-19 02:21:33 UTC (rev 160815)
+++ trunk/Source/WebKit/PlatformGTK.cmake	2013-12-19 02:22:32 UTC (rev 160816)
@@ -13,6 +13,7 @@
     ${THIRDPARTY_DIR}/ANGLE/include
     ${THIRDPARTY_DIR}/ANGLE/include/KHR
     ${THIRDPARTY_DIR}/ANGLE/include/GLSLANG
+    ${WEBCORE_DIR}/ForwardingHeaders
     ${WEBCORE_DIR}/accessibility/atk
     ${WEBCORE_DIR}/platform/cairo
     ${WEBCORE_DIR}/platform/graphics/cairo

Modified: trunk/Source/WebKit2/ChangeLog (160815 => 160816)


--- trunk/Source/WebKit2/ChangeLog	2013-12-19 02:21:33 UTC (rev 160815)
+++ trunk/Source/WebKit2/ChangeLog	2013-12-19 02:22:32 UTC (rev 160816)
@@ -1,3 +1,9 @@
+2013-12-18  Gustavo Noronha Silva  <g...@gnome.org>
+
+        Unreviewed cmake build fix for GTK+.
+
+        * PlatformGTK.cmake: fix paths for files that were moved.
+
 2013-12-18  Anders Carlsson  <ander...@apple.com>
 
         MessageReceiverMap::addMessageReceiver should assert that destinationID is not zero

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (160815 => 160816)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2013-12-19 02:21:33 UTC (rev 160815)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2013-12-19 02:22:32 UTC (rev 160816)
@@ -491,13 +491,13 @@
         Platform/CoreIPC/MessageDecoder.cpp
         Platform/CoreIPC/MessageEncoder.cpp
         Platform/CoreIPC/MessageReceiverMap.cpp
-        Platform/CoreIPC/MessageSender.cpp
 
         Platform/CoreIPC/unix/AttachmentUnix.cpp
         Platform/CoreIPC/unix/ConnectionUnix.cpp
 
         Platform/IPC/DataReference.cpp
         Platform/IPC/StringReference.cpp
+        Platform/IPC/MessageSender.cpp
 
         Platform/Logging.cpp
         Platform/Module.cpp
@@ -550,7 +550,6 @@
         Shared/gtk/ProcessExecutablePathGtk.cpp
         Shared/gtk/WebEventFactory.cpp
 
-        Shared/soup/CertificateInfo.cpp
         Shared/soup/WebCoreArgumentCodersSoup.cpp
 
         UIProcess/Launcher/ProcessLauncher.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to