Title: [210359] trunk/Source
Revision
210359
Author
[email protected]
Date
2017-01-05 10:05:29 -0800 (Thu, 05 Jan 2017)

Log Message

[Win] Compile error.
https://bugs.webkit.org/show_bug.cgi?id=166726

Source/_javascript_Core:

Reviewed by Alex Christensen.

Add include folder.

* CMakeLists.txt:

Source/WebCore:

Reviewed by Alex Christensen.

Add include folder.

* CMakeLists.txt:

Source/WebKit:

Add include folder.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (210358 => 210359)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2017-01-05 17:34:47 UTC (rev 210358)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2017-01-05 18:05:29 UTC (rev 210359)
@@ -3,6 +3,7 @@
 set_property(DIRECTORY . PROPERTY FOLDER "_javascript_Core")
 
 set(_javascript_Core_INCLUDE_DIRECTORIES
+    "${CMAKE_BINARY_DIR}"
     "${_javascript_CORE_DIR}"
     "${_javascript_CORE_DIR}/.."
     "${_javascript_CORE_DIR}/API"

Modified: trunk/Source/_javascript_Core/ChangeLog (210358 => 210359)


--- trunk/Source/_javascript_Core/ChangeLog	2017-01-05 17:34:47 UTC (rev 210358)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-01-05 18:05:29 UTC (rev 210359)
@@ -1,3 +1,14 @@
+2017-01-05  Per Arne Vollan  <[email protected]>
+
+        [Win] Compile error.
+        https://bugs.webkit.org/show_bug.cgi?id=166726
+
+        Reviewed by Alex Christensen.
+
+        Add include folder.
+
+        * CMakeLists.txt:
+
 2016-12-21  Brian Burg  <[email protected]>
 
         Web Inspector: teach the protocol generator about platform-specific types, events, and commands

Modified: trunk/Source/WebCore/CMakeLists.txt (210358 => 210359)


--- trunk/Source/WebCore/CMakeLists.txt	2017-01-05 17:34:47 UTC (rev 210358)
+++ trunk/Source/WebCore/CMakeLists.txt	2017-01-05 18:05:29 UTC (rev 210359)
@@ -3,6 +3,7 @@
 set_property(DIRECTORY . PROPERTY FOLDER "WebCore")
 
 set(WebCore_INCLUDE_DIRECTORIES
+    "${CMAKE_BINARY_DIR}"
     "${WEBCORE_DIR}"
     "${WEBCORE_DIR}/Modules/airplay"
     "${WEBCORE_DIR}/Modules/applepay"

Modified: trunk/Source/WebCore/ChangeLog (210358 => 210359)


--- trunk/Source/WebCore/ChangeLog	2017-01-05 17:34:47 UTC (rev 210358)
+++ trunk/Source/WebCore/ChangeLog	2017-01-05 18:05:29 UTC (rev 210359)
@@ -1,3 +1,14 @@
+2017-01-05  Per Arne Vollan  <[email protected]>
+
+        [Win] Compile error.
+        https://bugs.webkit.org/show_bug.cgi?id=166726
+
+        Reviewed by Alex Christensen.
+
+        Add include folder.
+
+        * CMakeLists.txt:
+
 2017-01-05  Milan Crha  <[email protected]>
 
         [SOUP] AddressSanitizer: heap-use-after-free under WTF::String::fromUTF8()

Modified: trunk/Source/WebKit/CMakeLists.txt (210358 => 210359)


--- trunk/Source/WebKit/CMakeLists.txt	2017-01-05 17:34:47 UTC (rev 210358)
+++ trunk/Source/WebKit/CMakeLists.txt	2017-01-05 18:05:29 UTC (rev 210359)
@@ -17,6 +17,7 @@
 )
 
 set(WebKit_INCLUDE_DIRECTORIES
+    "${CMAKE_BINARY_DIR}"
     "${WEBKIT_DIR}/Storage"
     "${WEBKIT_DIR}/WebCoreSupport"
     "${DERIVED_SOURCES_DIR}/ForwardingHeaders/_javascript_Core"

Modified: trunk/Source/WebKit/ChangeLog (210358 => 210359)


--- trunk/Source/WebKit/ChangeLog	2017-01-05 17:34:47 UTC (rev 210358)
+++ trunk/Source/WebKit/ChangeLog	2017-01-05 18:05:29 UTC (rev 210359)
@@ -1,3 +1,12 @@
+2017-01-05  Per Arne Vollan  <[email protected]>
+
+        [Win] Compile error.
+        https://bugs.webkit.org/show_bug.cgi?id=166726
+
+        Add include folder.
+
+        * CMakeLists.txt:
+
 2016-12-22  Andy Estes  <[email protected]>
 
         Reduce QuickLook.h include overhead
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to