Title: [260572] trunk/Source/WebCore
Revision
260572
Author
[email protected]
Date
2020-04-23 08:49:47 -0700 (Thu, 23 Apr 2020)

Log Message

[CMake] Add WebKit::WebCoreTestSupport target
https://bugs.webkit.org/show_bug.cgi?id=210867

Unreviewed build fix.

Make the dependencies explicit.


* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (260571 => 260572)


--- trunk/Source/WebCore/CMakeLists.txt	2020-04-23 15:31:13 UTC (rev 260571)
+++ trunk/Source/WebCore/CMakeLists.txt	2020-04-23 15:49:47 UTC (rev 260572)
@@ -1261,6 +1261,7 @@
     WebKit::_javascript_Core
     WebKit::PAL
 )
+set(WebCoreTestSupport_DEPENDENCIES WebCoreTestSupportBindings)
 
 if (ENABLE_LEGACY_ENCRYPTED_MEDIA)
     list(APPEND WebCore_SOURCES
@@ -2064,6 +2065,7 @@
 else ()
     list(APPEND WebCoreTestSupport_LIBRARIES ${WebCore_LIBRARIES})
     list(APPEND WebCoreTestSupport_PRIVATE_LIBRARIES ${WebCore_PRIVATE_LIBRARIES})
+    list(APPEND WebCoreTestSupport_DEPENDENCIES WebCore)
 endif ()
 
 WEBKIT_FRAMEWORK(WebCoreTestSupport)

Modified: trunk/Source/WebCore/ChangeLog (260571 => 260572)


--- trunk/Source/WebCore/ChangeLog	2020-04-23 15:31:13 UTC (rev 260571)
+++ trunk/Source/WebCore/ChangeLog	2020-04-23 15:49:47 UTC (rev 260572)
@@ -1,3 +1,14 @@
+2020-04-23  Don Olmstead  <[email protected]>
+
+        [CMake] Add WebKit::WebCoreTestSupport target
+        https://bugs.webkit.org/show_bug.cgi?id=210867
+
+        Unreviewed build fix.
+
+        Make the dependencies explicit.
+
+        * CMakeLists.txt:
+
 2020-04-22  Simon Fraser  <[email protected]>
 
         In the scrolling tree, separate wheel event handling from layer updating
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to