Changeset 211988 in webkit


Ignore:
Timestamp:
Feb 9, 2017, 1:33:24 PM (8 years ago)
Author:
achristensen@apple.com
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:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r211813 r211988  
     12017-02-09  Alex Christensen  <achristensen@webkit.org>
     2
     3        Build libwebrtc on bots without using it yet
     4        https://bugs.webkit.org/show_bug.cgi?id=168062
     5
     6        Reviewed by Brent Fulgham.
     7
     8        * Source/Makefile:
     9
    1102017-02-07  Olivier Blin  <olivier.blin@softathome.com>
    211
  • trunk/Source/Makefile

    r211607 r211988  
    1 MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE WebCore WebInspectorUI WebKit WebKit2
     1MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebInspectorUI WebKit WebKit2
    22
    33ifneq (,$(SDKROOT))
    44        ifeq (,$(findstring macosx,$(SDKROOT)))
    5                 MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE WebCore WebKit WebKit2
     5                MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebKit WebKit2
    66        endif
    77endif
  • trunk/Source/ThirdParty/ChangeLog

    r211050 r211988  
     12017-02-09  Alex Christensen  <achristensen@webkit.org>
     2
     3        Build libwebrtc on bots without using it yet
     4        https://bugs.webkit.org/show_bug.cgi?id=168062
     5
     6        Reviewed by Brent Fulgham.
     7
     8        * Makefile:
     9
    1102017-01-23  Timothy Hatcher  <timothy@hatcher.name>
    211
  • trunk/Source/ThirdParty/Makefile

    r74692 r211988  
    1 MODULES = ANGLE
     1MODULES = ANGLE libwebrtc
    22
    33all:
Note: See TracChangeset for help on using the changeset viewer.