Title: [285058] trunk/Tools
Revision
285058
Author
[email protected]
Date
2021-10-29 15:21:24 -0700 (Fri, 29 Oct 2021)

Log Message

Fix AppleWin build after r285051
       ​https://bugs.webkit.org/show_bug.cgi?id=232462

* DumpRenderTree/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (285057 => 285058)


--- trunk/Tools/ChangeLog	2021-10-29 22:06:46 UTC (rev 285057)
+++ trunk/Tools/ChangeLog	2021-10-29 22:21:24 UTC (rev 285058)
@@ -1,5 +1,12 @@
 2021-10-29  Alex Christensen  <[email protected]>
 
+        Fix AppleWin build after r285051
+       ​https://bugs.webkit.org/show_bug.cgi?id=232462
+
+        * DumpRenderTree/CMakeLists.txt:
+
+2021-10-29  Alex Christensen  <[email protected]>
+
         [ Monterey iOS15 ] TestWebKitAPI.URLSchemeHandler.Ranges is a constant timeout
         https://bugs.webkit.org/show_bug.cgi?id=231394
 

Modified: trunk/Tools/DumpRenderTree/CMakeLists.txt (285057 => 285058)


--- trunk/Tools/DumpRenderTree/CMakeLists.txt	2021-10-29 22:06:46 UTC (rev 285057)
+++ trunk/Tools/DumpRenderTree/CMakeLists.txt	2021-10-29 22:21:24 UTC (rev 285058)
@@ -67,7 +67,3 @@
 WEBKIT_EXECUTABLE_DECLARE(DumpRenderTree)
 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
 WEBKIT_EXECUTABLE(DumpRenderTree)
-
-if (ENABLE_NETSCAPE_PLUGIN_API)
-    add_subdirectory(TestNetscapePlugIn)
-endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to