Title: [122073] trunk/Source/WebKit
Revision
122073
Author
[email protected]
Date
2012-07-08 19:42:30 -0700 (Sun, 08 Jul 2012)

Log Message

[EFL] Change notifications directory path of WebKit_INCLUDE_DIRECTORIES in the PlatformEfl.cmake
https://bugs.webkit.org/show_bug.cgi?id=90650

Patch by Kihong Kwon <[email protected]> on 2012-07-08
Reviewed by Laszlo Gombos.

Change directory path for including notifications of WebCore
from WebCore/notifications to WebCore/Modules/notifications

* PlatformEfl.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (122072 => 122073)


--- trunk/Source/WebKit/ChangeLog	2012-07-09 02:42:00 UTC (rev 122072)
+++ trunk/Source/WebKit/ChangeLog	2012-07-09 02:42:30 UTC (rev 122073)
@@ -1,3 +1,15 @@
+2012-07-08  Kihong Kwon  <[email protected]>
+
+        [EFL] Change notifications directory path of WebKit_INCLUDE_DIRECTORIES in the PlatformEfl.cmake
+        https://bugs.webkit.org/show_bug.cgi?id=90650
+
+        Reviewed by Laszlo Gombos.
+
+        Change directory path for including notifications of WebCore
+        from WebCore/notifications to WebCore/Modules/notifications
+
+        * PlatformEfl.cmake:
+
 2012-07-07  Thiago Marcos P. Santos  <[email protected]>
 
         [EFL][CMake] Remove non-existent include directory

Modified: trunk/Source/WebKit/PlatformEfl.cmake (122072 => 122073)


--- trunk/Source/WebKit/PlatformEfl.cmake	2012-07-09 02:42:00 UTC (rev 122072)
+++ trunk/Source/WebKit/PlatformEfl.cmake	2012-07-09 02:42:30 UTC (rev 122073)
@@ -85,7 +85,7 @@
 
 IF (ENABLE_NOTIFICATIONS)
   LIST(APPEND WebKit_INCLUDE_DIRECTORIES
-    "${WEBCORE_DIR}/notifications"
+    "${WEBCORE_DIR}/Modules/notifications"
   )
 ENDIF ()
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to