Title: [107907] trunk/Source
Revision
107907
Author
[email protected]
Date
2012-02-16 00:42:54 -0800 (Thu, 16 Feb 2012)

Log Message

Source/WebKit: [CMake] Add missing include directories.

* CMakeLists.txt:

Source/WebKit2: [CMake] Add missing include directories.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebKit/CMakeLists.txt (107906 => 107907)


--- trunk/Source/WebKit/CMakeLists.txt	2012-02-16 08:40:19 UTC (rev 107906)
+++ trunk/Source/WebKit/CMakeLists.txt	2012-02-16 08:42:54 UTC (rev 107907)
@@ -22,6 +22,7 @@
     "${WEBCORE_DIR}/platform"
     "${WEBCORE_DIR}/platform/animation"
     "${WEBCORE_DIR}/platform/graphics"
+    "${WEBCORE_DIR}/platform/graphics/filters"
     "${WEBCORE_DIR}/platform/graphics/transforms"
     "${WEBCORE_DIR}/platform/network"
     "${WEBCORE_DIR}/platform/sql"

Modified: trunk/Source/WebKit/ChangeLog (107906 => 107907)


--- trunk/Source/WebKit/ChangeLog	2012-02-16 08:40:19 UTC (rev 107906)
+++ trunk/Source/WebKit/ChangeLog	2012-02-16 08:42:54 UTC (rev 107907)
@@ -1,3 +1,9 @@
+2012-02-16  Patrick Gansterer  <[email protected]>
+
+        [CMake] Add missing include directories.
+
+        * CMakeLists.txt:
+
 2012-02-15  Leo Yang  <[email protected]>
 
         [BlackBerry] Remove ResourceHolderImpl.cpp from build system

Modified: trunk/Source/WebKit2/CMakeLists.txt (107906 => 107907)


--- trunk/Source/WebKit2/CMakeLists.txt	2012-02-16 08:40:19 UTC (rev 107906)
+++ trunk/Source/WebKit2/CMakeLists.txt	2012-02-16 08:42:54 UTC (rev 107907)
@@ -17,6 +17,7 @@
     "${WEBKIT2_DIR}/UIProcess/Authentication"
     "${WEBKIT2_DIR}/UIProcess/Downloads"
     "${WEBKIT2_DIR}/UIProcess/Launcher"
+    "${WEBKIT2_DIR}/UIProcess/Notifications"
     "${WEBKIT2_DIR}/UIProcess/Plugins"
     "${WEBKIT2_DIR}/WebProcess"
     "${WEBKIT2_DIR}/WebProcess/ApplicationCache"
@@ -33,6 +34,7 @@
     "${WEBKIT2_DIR}/WebProcess/KeyValueStorage"
     "${WEBKIT2_DIR}/WebProcess/Launching"
     "${WEBKIT2_DIR}/WebProcess/MediaCache"
+    "${WEBKIT2_DIR}/WebProcess/Notifications"
     "${WEBKIT2_DIR}/WebProcess/ResourceCache"
     "${WEBKIT2_DIR}/WebProcess/Plugins"
     "${WEBKIT2_DIR}/WebProcess/Plugins/Netscape"
@@ -49,6 +51,7 @@
     "${WEBCORE_DIR}/editing"
     "${WEBCORE_DIR}/history"
     "${WEBCORE_DIR}/html"
+    "${WEBCORE_DIR}/inspector"
     "${WEBCORE_DIR}/loader"
     "${WEBCORE_DIR}/loader/icon"
     "${WEBCORE_DIR}/loader/cache"
@@ -57,6 +60,7 @@
     "${WEBCORE_DIR}/platform"
     "${WEBCORE_DIR}/platform/animation"
     "${WEBCORE_DIR}/platform/graphics"
+    "${WEBCORE_DIR}/platform/graphics/filters"
     "${WEBCORE_DIR}/platform/graphics/transforms"
     "${WEBCORE_DIR}/platform/network"
     "${WEBCORE_DIR}/platform/sql"

Modified: trunk/Source/WebKit2/ChangeLog (107906 => 107907)


--- trunk/Source/WebKit2/ChangeLog	2012-02-16 08:40:19 UTC (rev 107906)
+++ trunk/Source/WebKit2/ChangeLog	2012-02-16 08:42:54 UTC (rev 107907)
@@ -1,3 +1,9 @@
+2012-02-16  Patrick Gansterer  <[email protected]>
+
+        [CMake] Add missing include directories.
+
+        * CMakeLists.txt:
+
 2012-02-16  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Document that local paths in html loaded with loadHTML might cause the web process to terminate
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to