Title: [162471] trunk/Tools
Revision
162471
Author
[email protected]
Date
2014-01-21 13:29:48 -0800 (Tue, 21 Jan 2014)

Log Message

[iOS] Don't build DumpRenderTree, gtest, or TestWebKitAPI
https://bugs.webkit.org/show_bug.cgi?id=127364

Reviewed by Simon Fraser.

For now, don't build DumpRenderTree and TestWebKitAPI for iOS as these
projects fail to build because we need to upstream the relevant iOS changes.
Also, don't build gtest, which is a dependency of TestWebKitAPI since we
aren't building TestWebKitAPI.

* Scripts/build-webkit:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (162470 => 162471)


--- trunk/Tools/ChangeLog	2014-01-21 21:23:00 UTC (rev 162470)
+++ trunk/Tools/ChangeLog	2014-01-21 21:29:48 UTC (rev 162471)
@@ -1,3 +1,17 @@
+2014-01-21  Daniel Bates  <[email protected]>
+
+        [iOS] Don't build DumpRenderTree, gtest, or TestWebKitAPI
+        https://bugs.webkit.org/show_bug.cgi?id=127364
+
+        Reviewed by Simon Fraser.
+
+        For now, don't build DumpRenderTree and TestWebKitAPI for iOS as these
+        projects fail to build because we need to upstream the relevant iOS changes.
+        Also, don't build gtest, which is a dependency of TestWebKitAPI since we
+        aren't building TestWebKitAPI.
+
+        * Scripts/build-webkit:
+
 2014-01-21  Raphael Kubo da Costa  <[email protected]>
 
         Unreviewed, remove myself from some watchlist entries.

Modified: trunk/Tools/Scripts/build-webkit (162470 => 162471)


--- trunk/Tools/Scripts/build-webkit	2014-01-21 21:23:00 UTC (rev 162470)
+++ trunk/Tools/Scripts/build-webkit	2014-01-21 21:29:48 UTC (rev 162471)
@@ -269,7 +269,7 @@
 
         # Build Tools needed for Apple ports
         # FIXME: <rdar://problem/11784024> WebKitTestRunner should build for iOS
-        push @projects, ("Tools/DumpRenderTree", "Source/ThirdParty/gtest", "Tools/TestWebKitAPI");
+        # FIXME: Build projects Tools/DumpRenderTree, Source/ThirdParty/gtest, and Tools/TestWebKitAPI
     }
 } elsif (isWinCairo()) {
     (system("perl Tools/Scripts/update-webkit-wincairo-libs") == 0) or die;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to