Title: [211992] trunk/Tools
Revision
211992
Author
achristen...@apple.com
Date
2017-02-09 14:06:31 -0800 (Thu, 09 Feb 2017)

Log Message

Revert r211991
https://bugs.webkit.org/show_bug.cgi?id=168062

* Scripts/build-webkit:
Not quite ready yet.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (211991 => 211992)


--- trunk/Tools/ChangeLog	2017-02-09 21:48:21 UTC (rev 211991)
+++ trunk/Tools/ChangeLog	2017-02-09 22:06:31 UTC (rev 211992)
@@ -1,7 +1,15 @@
 2017-02-09  Alex Christensen  <achristen...@webkit.org>
 
+        Revert r211991
+        https://bugs.webkit.org/show_bug.cgi?id=168062
+
+        * Scripts/build-webkit:
+        Not quite ready yet.
+
+2017-02-09  Alex Christensen  <achristen...@webkit.org>
+
         Build libwebrtc on bots without using it yet
-        ​https://bugs.webkit.org/show_bug.cgi?id=168062
+        https://bugs.webkit.org/show_bug.cgi?id=168062
 
         Reviewed by Brent Fulgham.
 

Modified: trunk/Tools/Scripts/build-webkit (211991 => 211992)


--- trunk/Tools/Scripts/build-webkit	2017-02-09 21:48:21 UTC (rev 211991)
+++ trunk/Tools/Scripts/build-webkit	2017-02-09 22:06:31 UTC (rev 211992)
@@ -180,7 +180,7 @@
     }
 
     # ANGLE and libwebrtc must come before WebCore
-    splice @projects, 0, 0, ("Source/ThirdParty/ANGLE", "Source/ThirdParty/libwebrtc");
+    splice @projects, 0, 0, ("Source/ThirdParty/ANGLE");
 
     push @projects, ("Source/WebKit2");
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to