Title: [190636] trunk/Tools
Revision
190636
Author
bfulg...@apple.com
Date
2015-10-06 13:08:57 -0700 (Tue, 06 Oct 2015)

Log Message

[Win] Unreviewed build correction.

* TestWebKitAPI/PlatformWin.cmake: We don't need to link to all of these libraries. Most
are soft-linked at runtime.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (190635 => 190636)


--- trunk/Tools/ChangeLog	2015-10-06 20:01:15 UTC (rev 190635)
+++ trunk/Tools/ChangeLog	2015-10-06 20:08:57 UTC (rev 190636)
@@ -1,3 +1,10 @@
+2015-10-06  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] Unreviewed build correction.
+
+        * TestWebKitAPI/PlatformWin.cmake: We don't need to link to all of these libraries. Most
+        are soft-linked at runtime.
+
 2015-10-06  Keith Miller  <keith_mil...@apple.com>
 
         Fix run-_javascript_core-tests/run-jsc-stress-tests to work with rootless, add a --quick option and deprecate the Mozilla driver.

Modified: trunk/Tools/TestWebKitAPI/PlatformWin.cmake (190635 => 190636)


--- trunk/Tools/TestWebKitAPI/PlatformWin.cmake	2015-10-06 20:01:15 UTC (rev 190635)
+++ trunk/Tools/TestWebKitAPI/PlatformWin.cmake	2015-10-06 20:08:57 UTC (rev 190636)
@@ -61,15 +61,9 @@
 else ()
     list(APPEND test_webcore_LIBRARIES
         ASL${DEBUG_SUFFIX}
-        AVFoundationCF${DEBUG_SUFFIX}
         CFNetwork${DEBUG_SUFFIX}
-        CoreAudioToolbox${DEBUG_SUFFIX}
         CoreFoundation${DEBUG_SUFFIX}
         CoreGraphics${DEBUG_SUFFIX}
-        CoreMedia${DEBUG_SUFFIX}
-        CoreText${DEBUG_SUFFIX}
-        CoreVideo${DEBUG_SUFFIX}
-        MediaAccessibility${DEBUG_SUFFIX}
         QuartzCore${DEBUG_SUFFIX}
         SQLite3${DEBUG_SUFFIX}
         WebKitSystemInterface${DEBUG_SUFFIX}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to