Title: [143895] trunk/Tools
Revision
143895
Author
tha...@chromium.org
Date
2013-02-25 01:48:43 -0800 (Mon, 25 Feb 2013)

Log Message

Make ninja the default build system for build-webkit --chromium on windows
https://bugs.webkit.org/show_bug.cgi?id=110731

Reviewed by Jochen Eisinger.

With http://crbug.com/169945 fixed, this should now work.

* Scripts/update-webkit-chromium:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (143894 => 143895)


--- trunk/Tools/ChangeLog	2013-02-25 09:48:29 UTC (rev 143894)
+++ trunk/Tools/ChangeLog	2013-02-25 09:48:43 UTC (rev 143895)
@@ -1,3 +1,14 @@
+2013-02-25  Nico Weber  <tha...@chromium.org>
+
+        Make ninja the default build system for build-webkit --chromium on windows
+        https://bugs.webkit.org/show_bug.cgi?id=110731
+
+        Reviewed by Jochen Eisinger.
+
+        With http://crbug.com/169945 fixed, this should now work.
+
+        * Scripts/update-webkit-chromium:
+
 2013-02-24  Gustavo Noronha Silva  <g...@gnome.org>
 
         [GTK] GTK+ 2 build broken since GTK_API_VERSION_2 moved to autoconfig.h

Modified: trunk/Tools/Scripts/update-webkit-chromium (143894 => 143895)


--- trunk/Tools/Scripts/update-webkit-chromium	2013-02-25 09:48:29 UTC (rev 143894)
+++ trunk/Tools/Scripts/update-webkit-chromium	2013-02-25 09:48:43 UTC (rev 143895)
@@ -66,7 +66,7 @@
 }
 
 my $force = 0;
-my $useNinja = $^O eq "linux" || $^O eq "darwin";
+my $useNinja = 1;
 
 GetOptions(
   'force' => \$force,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to