Title: [205127] trunk/Tools
Revision
205127
Author
jer.no...@apple.com
Date
2016-08-29 11:09:07 -0700 (Mon, 29 Aug 2016)

Log Message

Unreviewed gardening; only build MiniBrowser against iOS SDK targets.

* Makefile:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (205126 => 205127)


--- trunk/Tools/ChangeLog	2016-08-29 18:06:41 UTC (rev 205126)
+++ trunk/Tools/ChangeLog	2016-08-29 18:09:07 UTC (rev 205127)
@@ -1,3 +1,9 @@
+2016-08-29  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed gardening; only build MiniBrowser against iOS SDK targets.
+
+        * Makefile:
+
 2016-08-29  Jonathan Bedard  <jbed...@apple.com>
 
         Sample Process on notifyDone timed out

Modified: trunk/Tools/Makefile (205126 => 205127)


--- trunk/Tools/Makefile	2016-08-29 18:06:41 UTC (rev 205126)
+++ trunk/Tools/Makefile	2016-08-29 18:09:07 UTC (rev 205127)
@@ -2,8 +2,11 @@
 
 ifneq (,$(SDKROOT))
 	ifeq (,$(findstring macosx,$(SDKROOT)))
-		MODULES = DumpRenderTree WebKitTestRunner MobileMiniBrowser ../Source/ThirdParty/gtest/xcode TestWebKitAPI
+		MODULES = DumpRenderTree WebKitTestRunner ../Source/ThirdParty/gtest/xcode TestWebKitAPI
 	endif
+	ifneq (,$(findstring iphone,$(SDKROOT)))
+		MODULES += MobileMiniBrowser
+	endif
 	ifeq (,$(DO_NOT_BUILD_LAYOUT_TEST_RELAY))
 		MODULES += LayoutTestRelay
 	endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to