Title: [212034] trunk/Tools
Revision
212034
Author
achristen...@apple.com
Date
2017-02-09 18:35:51 -0800 (Thu, 09 Feb 2017)

Log Message

Build libwebrtc on bots without using it yet
https://bugs.webkit.org/show_bug.cgi?id=168062

Reviewed by Brent Fulgham.

* Scripts/build-webkit:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (212033 => 212034)


--- trunk/Tools/ChangeLog	2017-02-10 02:35:01 UTC (rev 212033)
+++ trunk/Tools/ChangeLog	2017-02-10 02:35:51 UTC (rev 212034)
@@ -1,5 +1,14 @@
 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
+
+        Reviewed by Brent Fulgham.
+
+        * Scripts/build-webkit:
+
+2017-02-09  Alex Christensen  <achristen...@webkit.org>
+
         Don't build libwebrtc.
 
         * Scripts/build-webkit:

Modified: trunk/Tools/Scripts/build-webkit (212033 => 212034)


--- trunk/Tools/Scripts/build-webkit	2017-02-10 02:35:01 UTC (rev 212033)
+++ trunk/Tools/Scripts/build-webkit	2017-02-10 02:35:51 UTC (rev 212034)
@@ -180,7 +180,7 @@
     }
 
     # ANGLE and libwebrtc must come before WebCore
-    splice @projects, 0, 0, ("Source/ThirdParty/ANGLE");
+    splice @projects, 0, 0, ("Source/ThirdParty/ANGLE", "Source/ThirdParty/libwebrtc");
 
     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