Changeset 217570 in webkit


Ignore:
Timestamp:
May 30, 2017 1:56:41 PM (7 years ago)
Author:
achristensen@apple.com
Message:

Update libwebrtc configuration
https://bugs.webkit.org/show_bug.cgi?id=172727

Reviewed by Geoffrey Garen.

Source/JavaScriptCore:

  • Configurations/FeatureDefines.xcconfig:

Source/WebCore:

  • Configurations/FeatureDefines.xcconfig:

Source/WebCore/PAL:

  • Configurations/FeatureDefines.xcconfig:

Source/WebKit/mac:

  • Configurations/FeatureDefines.xcconfig:

Source/WebKit2:

  • Configurations/FeatureDefines.xcconfig:

Tools:

  • TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
Location:
trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r217531 r217570  
     12017-05-30  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update libwebrtc configuration
     4        https://bugs.webkit.org/show_bug.cgi?id=172727
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-05-28  Dan Bernstein  <mitz@apple.com>
    211
  • trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig

    r217293 r217570  
    190190ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
    191191ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    192 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    193 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    194 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    195 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
    196 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    197 ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
     192ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
    198193
    199194ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
  • trunk/Source/WebCore/ChangeLog

    r217568 r217570  
     12017-05-30  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update libwebrtc configuration
     4        https://bugs.webkit.org/show_bug.cgi?id=172727
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-05-30  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig

    r217293 r217570  
    190190ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
    191191ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    192 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    193 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    194 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    195 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
    196 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    197 ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
     192ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
    198193
    199194ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
  • trunk/Source/WebCore/PAL/ChangeLog

    r217531 r217570  
     12017-05-30  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update libwebrtc configuration
     4        https://bugs.webkit.org/show_bug.cgi?id=172727
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-05-28  Dan Bernstein  <mitz@apple.com>
    211
  • trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig

    r217293 r217570  
    190190ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
    191191ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    192 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    193 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    194 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    195 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
    196 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    197 ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
     192ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
    198193
    199194ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
  • trunk/Source/WebKit/mac/ChangeLog

    r217531 r217570  
     12017-05-30  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update libwebrtc configuration
     4        https://bugs.webkit.org/show_bug.cgi?id=172727
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-05-28  Dan Bernstein  <mitz@apple.com>
    211
  • trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig

    r217293 r217570  
    190190ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
    191191ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    192 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    193 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    194 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    195 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
    196 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    197 ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
     192ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
    198193
    199194ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
  • trunk/Source/WebKit2/ChangeLog

    r217566 r217570  
     12017-05-30  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update libwebrtc configuration
     4        https://bugs.webkit.org/show_bug.cgi?id=172727
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-05-30  Tim Horton  <timothy_horton@apple.com>
    211
  • trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig

    r217293 r217570  
    190190ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
    191191ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    192 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    193 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    194 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    195 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
    196 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    197 ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
     192ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
    198193
    199194ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
  • trunk/Tools/ChangeLog

    r217563 r217570  
     12017-05-30  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update libwebrtc configuration
     4        https://bugs.webkit.org/show_bug.cgi?id=172727
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
     9
    1102017-05-30  Fujii Hironori  <Hironori.Fujii@sony.com>
    211
  • trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig

    r217293 r217570  
    190190ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
    191191ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    192 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    193 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    194 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    195 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
    196 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    197 ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
     192ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
    198193
    199194ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
Note: See TracChangeset for help on using the changeset viewer.