Title: [174221] trunk/Tools
Revision
174221
Author
je...@apple.com
Date
2014-10-02 10:39:01 -0700 (Thu, 02 Oct 2014)

Log Message

DumpRenderTree and WebKitTestRunner should use WebKitystemInterfaceYosemite when building on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=137347

Reviewed by Dan Bernstein.

* DumpRenderTree/mac/Configurations/DebugRelease.xcconfig:
Use WebKitSystemInterfaceYosemite on OS X 10.10.

* WebKitTestRunner/Configurations/DebugRelease.xcconfig:
Ditto.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174220 => 174221)


--- trunk/Tools/ChangeLog	2014-10-02 16:24:10 UTC (rev 174220)
+++ trunk/Tools/ChangeLog	2014-10-02 17:39:01 UTC (rev 174221)
@@ -1,3 +1,16 @@
+2014-10-02  Jeff Miller  <je...@apple.com>
+
+        DumpRenderTree and WebKitTestRunner should use WebKitystemInterfaceYosemite when building on Yosemite
+        https://bugs.webkit.org/show_bug.cgi?id=137347
+
+        Reviewed by Dan Bernstein.
+
+        * DumpRenderTree/mac/Configurations/DebugRelease.xcconfig:
+        Use WebKitSystemInterfaceYosemite on OS X 10.10.
+
+        * WebKitTestRunner/Configurations/DebugRelease.xcconfig:
+        Ditto.
+
 2014-10-02  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         [GTK] [JHBuild] Switch sourceware.org mirror to http.

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig (174220 => 174221)


--- trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig	2014-10-02 16:24:10 UTC (rev 174220)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig	2014-10-02 17:39:01 UTC (rev 174221)
@@ -42,7 +42,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1080 = WebKitSystemInterfaceMountainLion;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1090 = WebKitSystemInterfaceMavericks;
-WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1090);
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = WebKitSystemInterfaceYosemite;
 OTHER_CFLAGS = $(inherited) $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(inherited) $(ASAN_OTHER_CPLUSPLUSFLAGS);
 OTHER_LDFLAGS = $(inherited) $(ASAN_OTHER_LDFLAGS);

Modified: trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig (174220 => 174221)


--- trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig	2014-10-02 16:24:10 UTC (rev 174220)
+++ trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig	2014-10-02 17:39:01 UTC (rev 174221)
@@ -41,7 +41,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1080 = WebKitSystemInterfaceMountainLion;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1090 = WebKitSystemInterfaceMavericks;
-WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1090);
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = WebKitSystemInterfaceYosemite;
 
 OTHER_CFLAGS = $(inherited) $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(inherited) $(ASAN_OTHER_CPLUSPLUSFLAGS);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to