Title: [191490] trunk/Source/WebKit2
Revision
191490
Author
gyuyoung....@webkit.org
Date
2015-10-22 21:21:34 -0700 (Thu, 22 Oct 2015)

Log Message

[EFL] Build break since r191472 and r191473
https://bugs.webkit.org/show_bug.cgi?id=150485

Unreviewed build fix.

* CMakeLists.txt: Remove icu include path and move page include path.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (191489 => 191490)


--- trunk/Source/WebKit2/CMakeLists.txt	2015-10-23 02:53:03 UTC (rev 191489)
+++ trunk/Source/WebKit2/CMakeLists.txt	2015-10-23 04:21:34 UTC (rev 191490)
@@ -93,12 +93,12 @@
     "${WEBCORE_DIR}/html"
     "${WEBCORE_DIR}/html/shadow"
     "${WEBCORE_DIR}/html/track"
-    "${WEBCORE_DIR}/icu"
     "${WEBCORE_DIR}/inspector"
     "${WEBCORE_DIR}/loader"
     "${WEBCORE_DIR}/loader/archive"
     "${WEBCORE_DIR}/loader/icon"
     "${WEBCORE_DIR}/loader/cache"
+    "${WEBCORE_DIR}/page"
     "${WEBCORE_DIR}/page/animation"
     "${WEBCORE_DIR}/page/scrolling"
     "${WEBCORE_DIR}/platform"
@@ -770,12 +770,6 @@
 
 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
 
-# This needs to be after UIProcess/Cocoa on Mac.
-# FIXME: There is a conflict with including DiagnosticLoggingClient.h.
-list(APPEND WebKit2_INCLUDE_DIRECTORIES
-    "${WEBCORE_DIR}/page"
-)
-
 GENERATE_WEBKIT2_MESSAGE_SOURCES(WebKit2_DERIVED_SOURCES "${WebKit2_MESSAGES_IN_FILES}")
 
 include_directories(${WebKit2_INCLUDE_DIRECTORIES})

Modified: trunk/Source/WebKit2/ChangeLog (191489 => 191490)


--- trunk/Source/WebKit2/ChangeLog	2015-10-23 02:53:03 UTC (rev 191489)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-23 04:21:34 UTC (rev 191490)
@@ -1,3 +1,12 @@
+2015-10-22  Gyuyoung Kim  <gyuyoung....@webkit.org>
+
+        [EFL] Build break since r191472 and r191473
+        https://bugs.webkit.org/show_bug.cgi?id=150485
+
+        Unreviewed build fix.
+
+        * CMakeLists.txt: Remove icu include path and move page include path.
+
 2015-10-22  Sam Weinig  <s...@webkit.org>
 
         Navigations on the same host (but with different schemes and ports) should not trigger universal links
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to