Title: [222367] tags/Safari-605.1.7/Source/WebCore
Revision
222367
Author
[email protected]
Date
2017-09-21 16:52:01 -0700 (Thu, 21 Sep 2017)

Log Message

Cherry-pick r222360. rdar://problem/34575544

Modified Paths

Diff

Modified: tags/Safari-605.1.7/Source/WebCore/ChangeLog (222366 => 222367)


--- tags/Safari-605.1.7/Source/WebCore/ChangeLog	2017-09-21 23:51:57 UTC (rev 222366)
+++ tags/Safari-605.1.7/Source/WebCore/ChangeLog	2017-09-21 23:52:01 UTC (rev 222367)
@@ -1,5 +1,20 @@
 2017-09-21  Jason Marcell  <[email protected]>
 
+        Cherry-pick r222360. rdar://problem/34575544
+
+    2017-09-21  Per Arne Vollan  <[email protected]>
+
+            [Win] Compile error, PALHeaderDetection.h not found.
+            https://bugs.webkit.org/show_bug.cgi?id=177309
+
+            Reviewed by Brent Fulgham.
+
+            Copy PAL header files to WebCore forwarding headers folder.
+
+            * PlatformWin.cmake:
+
+2017-09-21  Jason Marcell  <[email protected]>
+
         Cherry-pick r222314. rdar://problem/34559968
 
     2017-09-20  Antti Koivisto  <[email protected]>

Modified: tags/Safari-605.1.7/Source/WebCore/PlatformWin.cmake (222366 => 222367)


--- tags/Safari-605.1.7/Source/WebCore/PlatformWin.cmake	2017-09-21 23:51:57 UTC (rev 222366)
+++ tags/Safari-605.1.7/Source/WebCore/PlatformWin.cmake	2017-09-21 23:52:01 UTC (rev 222367)
@@ -156,6 +156,7 @@
     inspector
     loader
     page
+    pal
     platform
     plugins
     rendering
@@ -316,6 +317,7 @@
 
 set(WebCore_POST_BUILD_COMMAND "${CMAKE_BINARY_DIR}/DerivedSources/WebCore/postBuild.cmd")
 file(WRITE "${WebCore_POST_BUILD_COMMAND}" "@xcopy /y /s /d /f \"${DERIVED_SOURCES_WEBCORE_DIR}/*.h\" \"${FORWARDING_HEADERS_DIR}/WebCore\" >nul 2>nul\n")
+file(APPEND "${WebCore_POST_BUILD_COMMAND}" "@xcopy /y /s /d /f \"${DERIVED_SOURCES_PAL_DIR}/*.h\" \"${FORWARDING_HEADERS_DIR}/WebCore\" >nul 2>nul\n")
 
 set(WebCore_OUTPUT_NAME
     WebCore${DEBUG_SUFFIX}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to