Title: [213821] releases/WebKitGTK/webkit-2.16/Source/WebCore
Revision
213821
Author
[email protected]
Date
2017-03-13 04:04:04 -0700 (Mon, 13 Mar 2017)

Log Message

Merge r213493 - [CMake] SN-DBS fails to build: Cannot open include file: 'WebCoreTestSupportPrefix.h'
https://bugs.webkit.org/show_bug.cgi?id=169244

Patch by Fujii Hironori <[email protected]> on 2017-03-06
Reviewed by Alex Christensen.

A distributed build system SN-DBS can not find
WebCoreTestSupportPrefix.h without an include path to it.

* CMakeLists.txt: Add 'WebCore/testing/js' to include paths.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.16/Source/WebCore/CMakeLists.txt (213820 => 213821)


--- releases/WebKitGTK/webkit-2.16/Source/WebCore/CMakeLists.txt	2017-03-13 11:02:36 UTC (rev 213820)
+++ releases/WebKitGTK/webkit-2.16/Source/WebCore/CMakeLists.txt	2017-03-13 11:04:04 UTC (rev 213821)
@@ -3395,6 +3395,7 @@
 set(WebCoreTestSupport_INCLUDE_DIRECTORIES
     "${WEBCORE_DIR}/platform/mock"
     "${WEBCORE_DIR}/testing"
+    "${WEBCORE_DIR}/testing/js"
     "${DERIVED_SOURCES_WEBCORE_DIR}"
 )
 

Modified: releases/WebKitGTK/webkit-2.16/Source/WebCore/ChangeLog (213820 => 213821)


--- releases/WebKitGTK/webkit-2.16/Source/WebCore/ChangeLog	2017-03-13 11:02:36 UTC (rev 213820)
+++ releases/WebKitGTK/webkit-2.16/Source/WebCore/ChangeLog	2017-03-13 11:04:04 UTC (rev 213821)
@@ -1,5 +1,17 @@
 2017-03-06  Fujii Hironori  <[email protected]>
 
+        [CMake] SN-DBS fails to build: Cannot open include file: 'WebCoreTestSupportPrefix.h'
+        https://bugs.webkit.org/show_bug.cgi?id=169244
+
+        Reviewed by Alex Christensen.
+
+        A distributed build system SN-DBS can not find
+        WebCoreTestSupportPrefix.h without an include path to it.
+
+        * CMakeLists.txt: Add 'WebCore/testing/js' to include paths.
+
+2017-03-06  Fujii Hironori  <[email protected]>
+
         [cairo] error C2065: 'quality': undeclared identifier since r213412
         https://bugs.webkit.org/show_bug.cgi?id=169240
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to