Title: [211988] trunk
Revision
211988
Author
[email protected]
Date
2017-02-09 13:33:24 -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.

.:

* Source/Makefile:

Source/ThirdParty:

* Makefile:

Modified Paths

Diff

Modified: trunk/ChangeLog (211987 => 211988)


--- trunk/ChangeLog	2017-02-09 21:32:31 UTC (rev 211987)
+++ trunk/ChangeLog	2017-02-09 21:33:24 UTC (rev 211988)
@@ -1,3 +1,12 @@
+2017-02-09  Alex Christensen  <[email protected]>
+
+        Build libwebrtc on bots without using it yet
+        https://bugs.webkit.org/show_bug.cgi?id=168062
+
+        Reviewed by Brent Fulgham.
+
+        * Source/Makefile:
+
 2017-02-07  Olivier Blin  <[email protected]>
 
         [GTK][Efl] Do not require LibXslt if XSLT is disabled

Modified: trunk/Source/Makefile (211987 => 211988)


--- trunk/Source/Makefile	2017-02-09 21:32:31 UTC (rev 211987)
+++ trunk/Source/Makefile	2017-02-09 21:33:24 UTC (rev 211988)
@@ -1,8 +1,8 @@
-MODULES = bmalloc WTF _javascript_Core ThirdParty/ANGLE WebCore WebInspectorUI WebKit WebKit2
+MODULES = bmalloc WTF _javascript_Core ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebInspectorUI WebKit WebKit2
 
 ifneq (,$(SDKROOT))
 	ifeq (,$(findstring macosx,$(SDKROOT)))
-		MODULES = bmalloc WTF _javascript_Core ThirdParty/ANGLE WebCore WebKit WebKit2
+		MODULES = bmalloc WTF _javascript_Core ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebKit WebKit2
 	endif
 endif
 

Modified: trunk/Source/ThirdParty/ChangeLog (211987 => 211988)


--- trunk/Source/ThirdParty/ChangeLog	2017-02-09 21:32:31 UTC (rev 211987)
+++ trunk/Source/ThirdParty/ChangeLog	2017-02-09 21:33:24 UTC (rev 211988)
@@ -1,3 +1,12 @@
+2017-02-09  Alex Christensen  <[email protected]>
+
+        Build libwebrtc on bots without using it yet
+        https://bugs.webkit.org/show_bug.cgi?id=168062
+
+        Reviewed by Brent Fulgham.
+
+        * Makefile:
+
 2017-01-23  Timothy Hatcher  <[email protected]>
 
         gtest fails to link on Linux due to missing -lpthread

Modified: trunk/Source/ThirdParty/Makefile (211987 => 211988)


--- trunk/Source/ThirdParty/Makefile	2017-02-09 21:32:31 UTC (rev 211987)
+++ trunk/Source/ThirdParty/Makefile	2017-02-09 21:33:24 UTC (rev 211988)
@@ -1,4 +1,4 @@
-MODULES = ANGLE
+MODULES = ANGLE libwebrtc
 
 all:
 	@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to