Title: [199157] trunk/Source/WebCore
Revision
199157
Author
[email protected]
Date
2016-04-07 09:27:28 -0700 (Thu, 07 Apr 2016)

Log Message

[CMake][Win] WEBKIT_WRAP_SOURCELIST is not applied in WebCore project
https://bugs.webkit.org/show_bug.cgi?id=156336

Patch by Fujii Hironori <[email protected]> on 2016-04-07
Reviewed by Csaba Osztrogonác.

* CMakeLists.txt: Do WEBKIT_WRAP_SOURCELIST for WebCore_SOURCES.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (199156 => 199157)


--- trunk/Source/WebCore/CMakeLists.txt	2016-04-07 14:55:54 UTC (rev 199156)
+++ trunk/Source/WebCore/CMakeLists.txt	2016-04-07 16:27:28 UTC (rev 199157)
@@ -3795,6 +3795,7 @@
 endif ()
 
 WEBKIT_WRAP_SOURCELIST(${WebCore_IDL_FILES} ${WebCore_DERIVED_SOURCES})
+WEBKIT_WRAP_SOURCELIST(${WebCore_SOURCES})
 WEBKIT_WRAP_SOURCELIST(${WebCoreTestSupport_IDL_FILES} ${WebCoreTestSupport_SOURCES})
 
 if (MSVC)

Modified: trunk/Source/WebCore/ChangeLog (199156 => 199157)


--- trunk/Source/WebCore/ChangeLog	2016-04-07 14:55:54 UTC (rev 199156)
+++ trunk/Source/WebCore/ChangeLog	2016-04-07 16:27:28 UTC (rev 199157)
@@ -1,3 +1,12 @@
+2016-04-07  Fujii Hironori  <[email protected]>
+
+        [CMake][Win] WEBKIT_WRAP_SOURCELIST is not applied in WebCore project
+        https://bugs.webkit.org/show_bug.cgi?id=156336
+
+        Reviewed by Csaba Osztrogonác.
+
+        * CMakeLists.txt: Do WEBKIT_WRAP_SOURCELIST for WebCore_SOURCES.
+
 2016-04-07  Zalan Bujtas  <[email protected]>
 
         REGRESSION (197987): Ingredient lists on smittenkitchen.com are full justified instead of left justified.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to