Title: [225677] trunk
Revision
225677
Author
commit-qu...@webkit.org
Date
2017-12-08 08:31:47 -0800 (Fri, 08 Dec 2017)

Log Message

[WinCairo][Ninja] Incremental build failure of WTF
https://bugs.webkit.org/show_bug.cgi?id=180521

Patch by Fujii Hironori <hironori.fu...@sony.com> on 2017-12-08
Reviewed by Konstantin Tokarev.

WTF included its forwarding headers in Windows ports. The
directory DerivedSources/ForwardingHeaders shouldn't be a include
path for WTF.

* Source/cmake/OptionsWin.cmake:
Removed DerivedSources/ForwardingHeaders and DerivedSources from include paths.

Modified Paths

Diff

Modified: trunk/ChangeLog (225676 => 225677)


--- trunk/ChangeLog	2017-12-08 16:28:48 UTC (rev 225676)
+++ trunk/ChangeLog	2017-12-08 16:31:47 UTC (rev 225677)
@@ -1,3 +1,17 @@
+2017-12-08  Fujii Hironori  <hironori.fu...@sony.com>
+
+        [WinCairo][Ninja] Incremental build failure of WTF
+        https://bugs.webkit.org/show_bug.cgi?id=180521
+
+        Reviewed by Konstantin Tokarev.
+
+        WTF included its forwarding headers in Windows ports. The
+        directory DerivedSources/ForwardingHeaders shouldn't be a include
+        path for WTF.
+
+        * Source/cmake/OptionsWin.cmake:
+        Removed DerivedSources/ForwardingHeaders and DerivedSources from include paths.
+
 2017-12-07  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [WPE][GTK] Freeze WebKit version in user agent

Modified: trunk/Source/cmake/OptionsWin.cmake (225676 => 225677)


--- trunk/Source/cmake/OptionsWin.cmake	2017-12-08 16:28:48 UTC (rev 225676)
+++ trunk/Source/cmake/OptionsWin.cmake	2017-12-08 16:31:47 UTC (rev 225677)
@@ -101,8 +101,8 @@
 set(CMAKE_PREFIX_PATH ${WEBKIT_LIBRARIES_DIR})
 
 set(WEBKIT_LIBRARIES_INCLUDE_DIR "${WEBKIT_LIBRARIES_DIR}/include")
+include_directories(${WEBKIT_LIBRARIES_INCLUDE_DIR})
 
-include_directories("${CMAKE_BINARY_DIR}/DerivedSources/ForwardingHeaders" "${CMAKE_BINARY_DIR}/DerivedSources" "${WEBKIT_LIBRARIES_INCLUDE_DIR}")
 if (${WTF_CPU_X86})
     set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB32_PATHS ON)
     set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS OFF)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to