Title: [127731] trunk/Source/WebKit2
Revision
127731
Author
commit-qu...@webkit.org
Date
2012-09-06 05:29:19 -0700 (Thu, 06 Sep 2012)

Log Message

[CMake] Add notifications path to the WebKit2/CMakeLists.txt
https://bugs.webkit.org/show_bug.cgi?id=95843

Patch by Kihong Kwon <kihong.k...@samsung.com> on 2012-09-06
Reviewed by Laszlo Gombos.

Add WebCore/Modules/Notifications to the WebKit2_INCLUDE_DIRECTORIES of WebKit2/CMakeLists.txt.
There are some build errors when ENABLE_NOTIFICATIONS feature is enabled.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (127730 => 127731)


--- trunk/Source/WebKit2/CMakeLists.txt	2012-09-06 12:21:00 UTC (rev 127730)
+++ trunk/Source/WebKit2/CMakeLists.txt	2012-09-06 12:29:19 UTC (rev 127731)
@@ -48,6 +48,7 @@
     "${WEBCORE_DIR}/Modules/battery"
     "${WEBCORE_DIR}/Modules/intents"
     "${WEBCORE_DIR}/Modules/networkinfo"
+    "${WEBCORE_DIR}/Modules/notifications"
     "${WEBCORE_DIR}/Modules/vibration"
     "${WEBCORE_DIR}/accessibility"
     "${WEBCORE_DIR}/bindings/js"

Modified: trunk/Source/WebKit2/ChangeLog (127730 => 127731)


--- trunk/Source/WebKit2/ChangeLog	2012-09-06 12:21:00 UTC (rev 127730)
+++ trunk/Source/WebKit2/ChangeLog	2012-09-06 12:29:19 UTC (rev 127731)
@@ -1,3 +1,15 @@
+2012-09-06  Kihong Kwon  <kihong.k...@samsung.com>
+
+        [CMake] Add notifications path to the WebKit2/CMakeLists.txt
+        https://bugs.webkit.org/show_bug.cgi?id=95843
+
+        Reviewed by Laszlo Gombos.
+
+        Add WebCore/Modules/Notifications to the WebKit2_INCLUDE_DIRECTORIES of WebKit2/CMakeLists.txt.
+        There are some build errors when ENABLE_NOTIFICATIONS feature is enabled.
+
+        * CMakeLists.txt:
+
 2012-09-06  Simon Hausmann  <simon.hausm...@nokia.com>
 
         [Qt] Various small Windows / MSVC build fixes
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to