Title: [211991] trunk/Tools
Revision
211991
Author
achristen...@apple.com
Date
2017-02-09 13:48:21 -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:
Build libwebrtc on Mac when we build ANGLE.

Modified Paths

Diff

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


--- trunk/Tools/ChangeLog	2017-02-09 21:47:14 UTC (rev 211990)
+++ trunk/Tools/ChangeLog	2017-02-09 21:48:21 UTC (rev 211991)
@@ -1,3 +1,13 @@
+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:
+        Build libwebrtc on Mac when we build ANGLE.
+
 2017-02-09  Youenn Fablet  <you...@apple.com>
 
         Improve W3C importer command line options

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


--- trunk/Tools/Scripts/build-webkit	2017-02-09 21:47:14 UTC (rev 211990)
+++ trunk/Tools/Scripts/build-webkit	2017-02-09 21:48:21 UTC (rev 211991)
@@ -179,8 +179,8 @@
         push @options, $option unless $option eq "";
     }
 
-    # ANGLE must come before WebCore
-    splice @projects, 0, 0, "Source/ThirdParty/ANGLE";
+    # ANGLE and libwebrtc must come before WebCore
+    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