Title: [129576] trunk/Tools
Revision
129576
Author
[email protected]
Date
2012-09-25 17:03:27 -0700 (Tue, 25 Sep 2012)

Log Message

Speculative build fix for Production builds.

* DumpRenderTree/mac/Configurations/Base.xcconfig:
* WebKitTestRunner/Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (129575 => 129576)


--- trunk/Tools/ChangeLog	2012-09-25 23:52:33 UTC (rev 129575)
+++ trunk/Tools/ChangeLog	2012-09-26 00:03:27 UTC (rev 129576)
@@ -1,5 +1,12 @@
 2012-09-25  Simon Fraser  <[email protected]>
 
+        Speculative build fix for Production builds.
+
+        * DumpRenderTree/mac/Configurations/Base.xcconfig:
+        * WebKitTestRunner/Configurations/Base.xcconfig:
+
+2012-09-25  Simon Fraser  <[email protected]>
+
         Fix the build after r129566.
 
         * DumpRenderTree/mac/FrameLoadDelegate.mm:

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig (129575 => 129576)


--- trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2012-09-25 23:52:33 UTC (rev 129575)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2012-09-26 00:03:27 UTC (rev 129576)
@@ -64,3 +64,5 @@
 // Don't build against an SDK unless we're targeting an older OS version.
 SDKROOT = $(SDKROOT_TARGETING_SAME_OS_X_VERSION_$(TARGETING_SAME_OS_X_VERSION));
 SDKROOT_TARGETING_SAME_OS_X_VERSION_ = macosx;
+
+WEBKIT_SYSTEM_INTERFACE_LIBRARY = WebKitSystemInterface

Modified: trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig (129575 => 129576)


--- trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig	2012-09-25 23:52:33 UTC (rev 129575)
+++ trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig	2012-09-26 00:03:27 UTC (rev 129576)
@@ -72,3 +72,5 @@
 
 WEBKIT_UMBRELLA_FRAMEWORKS_DIR = $(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
 WEBCORE_PRIVATE_HEADERS_DIR = $(WEBKIT_UMBRELLA_FRAMEWORKS_DIR)/WebCore.framework/PrivateHeaders;
+
+WEBKIT_SYSTEM_INTERFACE_LIBRARY = WebKitSystemInterface
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to