Title: [122058] trunk/Source/WebKit
Revision
122058
Author
[email protected]
Date
2012-07-07 21:03:40 -0700 (Sat, 07 Jul 2012)

Log Message

[EFL][CMake] Remove non-existent include directory
https://bugs.webkit.org/show_bug.cgi?id=90605

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-07-07
Reviewed by Kentaro Hara.

* PlatformEfl.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (122057 => 122058)


--- trunk/Source/WebKit/ChangeLog	2012-07-08 01:02:53 UTC (rev 122057)
+++ trunk/Source/WebKit/ChangeLog	2012-07-08 04:03:40 UTC (rev 122058)
@@ -1,3 +1,12 @@
+2012-07-07  Thiago Marcos P. Santos  <[email protected]>
+
+        [EFL][CMake] Remove non-existent include directory
+        https://bugs.webkit.org/show_bug.cgi?id=90605
+
+        Reviewed by Kentaro Hara.
+
+        * PlatformEfl.cmake:
+
 2012-07-06  Thiago Marcos P. Santos  <[email protected]>
 
         [EFL][CMake] Move gtest sources to an upper level

Modified: trunk/Source/WebKit/PlatformEfl.cmake (122057 => 122058)


--- trunk/Source/WebKit/PlatformEfl.cmake	2012-07-08 01:02:53 UTC (rev 122057)
+++ trunk/Source/WebKit/PlatformEfl.cmake	2012-07-08 04:03:40 UTC (rev 122058)
@@ -308,7 +308,6 @@
 SET(EWKUnitTests_INCLUDE_DIRECTORIES
     "${CMAKE_SOURCE_DIR}/Source"
     "${WEBKIT_DIR}/efl/ewk"
-    "${WEBKIT_DIR}/efl/tests/src/UnitTestUtils"
     "${_javascript_CORE_DIR}"
     "${WTF_DIR}"
     "${WTF_DIR}/wtf"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to