Title: [151465] trunk/Tools
- Revision
- 151465
- Author
- [email protected]
- Date
- 2013-06-11 13:39:44 -0700 (Tue, 11 Jun 2013)
Log Message
Have build-webkit build the WebInspectorUI project.
* Scripts/build-webkit:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (151464 => 151465)
--- trunk/Tools/ChangeLog 2013-06-11 20:12:02 UTC (rev 151464)
+++ trunk/Tools/ChangeLog 2013-06-11 20:39:44 UTC (rev 151465)
@@ -1,3 +1,9 @@
+2013-06-11 Timothy Hatcher <[email protected]>
+
+ Have build-webkit build the WebInspectorUI project.
+
+ * Scripts/build-webkit:
+
2013-06-11 Ryosuke Niwa <[email protected]>
Add an option to run-webkit-tests to skip java dependency check
Modified: trunk/Tools/Scripts/build-webkit (151464 => 151465)
--- trunk/Tools/Scripts/build-webkit 2013-06-11 20:12:02 UTC (rev 151464)
+++ trunk/Tools/Scripts/build-webkit 2013-06-11 20:39:44 UTC (rev 151465)
@@ -235,6 +235,8 @@
# WebKit2 is only supported in SnowLeopard and later at present.
push @projects, ("Source/WebKit2", "Tools/MiniBrowser") if osXVersion()->{"minor"} >= 6 and !$noWebKit2;
+ push @projects, ("Source/WebInspectorUI");
+
# Build Tools needed for Apple ports
push @projects, ("Tools/DumpRenderTree", "Tools/WebKitTestRunner", "Source/ThirdParty/gtest", "Tools/TestWebKitAPI");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes