Changeset 213054 in webkit


Ignore:
Timestamp:
Feb 27, 2017, 6:09:50 AM (8 years ago)
Author:
achristensen@apple.com
Message:

[libwebrtc] Enable WebRTC in some Production Builds
https://bugs.webkit.org/show_bug.cgi?id=168858

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

    r213019 r213054  
     12017-02-27  Alex Christensen  <achristensen@webkit.org>
     2
     3        [libwebrtc] Enable WebRTC in some Production Builds
     4        https://bugs.webkit.org/show_bug.cgi?id=168858
     5
     6        * Configurations/FeatureDefines.xcconfig:
     7
    182017-02-26  Caio Lima  <ticaiolima@gmail.com>
    29
  • trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig

    r212812 r213054  
    165165ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
    166166
    167 ENABLE_WEB_RTC = ;
    168167ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    169 ENABLE_WEB_RTC_macosx = ;
    170168ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    171 ENABLE_WEB_RTC_macosx_Production = ;
    172169ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    173170ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
     171ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     172ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    174173
    175174ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
  • trunk/Source/WebCore/ChangeLog

    r213044 r213054  
     12017-02-27  Alex Christensen  <achristensen@webkit.org>
     2
     3        [libwebrtc] Enable WebRTC in some Production Builds
     4        https://bugs.webkit.org/show_bug.cgi?id=168858
     5
     6        * Configurations/FeatureDefines.xcconfig:
     7
    182017-02-27  Zan Dobersek  <zdobersek@igalia.com>
    29
  • trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig

    r212812 r213054  
    165165ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
    166166
    167 ENABLE_WEB_RTC = ;
    168167ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    169 ENABLE_WEB_RTC_macosx = ;
    170168ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    171 ENABLE_WEB_RTC_macosx_Production = ;
    172169ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    173170ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
     171ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     172ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    174173
    175174ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
  • trunk/Source/WebCore/PAL/ChangeLog

    r212812 r213054  
     12017-02-27  Alex Christensen  <achristensen@webkit.org>
     2
     3        [libwebrtc] Enable WebRTC in some Production Builds
     4        https://bugs.webkit.org/show_bug.cgi?id=168858
     5
     6        * Configurations/FeatureDefines.xcconfig:
     7
    182017-02-21  Youenn Fablet  <youenn@apple.com>
    29
  • trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig

    r212812 r213054  
    165165ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
    166166
    167 ENABLE_WEB_RTC = ;
    168167ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    169 ENABLE_WEB_RTC_macosx = ;
    170168ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    171 ENABLE_WEB_RTC_macosx_Production = ;
    172169ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    173170ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
     171ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     172ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    174173
    175174ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
  • trunk/Source/WebKit/mac/ChangeLog

    r213018 r213054  
     12017-02-27  Alex Christensen  <achristensen@webkit.org>
     2
     3        [libwebrtc] Enable WebRTC in some Production Builds
     4        https://bugs.webkit.org/show_bug.cgi?id=168858
     5
     6        * Configurations/FeatureDefines.xcconfig:
     7
    182017-02-26  Alexey Proskuryakov  <ap@apple.com>
    29
  • trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig

    r212812 r213054  
    165165ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
    166166
    167 ENABLE_WEB_RTC = ;
    168167ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    169 ENABLE_WEB_RTC_macosx = ;
    170168ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    171 ENABLE_WEB_RTC_macosx_Production = ;
    172169ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    173170ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
     171ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     172ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    174173
    175174ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
  • trunk/Source/WebKit2/ChangeLog

    r213036 r213054  
     12017-02-27  Alex Christensen  <achristensen@webkit.org>
     2
     3        [libwebrtc] Enable WebRTC in some Production Builds
     4        https://bugs.webkit.org/show_bug.cgi?id=168858
     5
     6        * Configurations/FeatureDefines.xcconfig:
     7
    182017-02-27  Andy Estes  <aestes@apple.com>
    29
  • trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig

    r212812 r213054  
    165165ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
    166166
    167 ENABLE_WEB_RTC = ;
    168167ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    169 ENABLE_WEB_RTC_macosx = ;
    170168ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    171 ENABLE_WEB_RTC_macosx_Production = ;
    172169ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    173170ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
     171ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     172ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    174173
    175174ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
  • trunk/Tools/ChangeLog

    r213042 r213054  
     12017-02-27  Alex Christensen  <achristensen@webkit.org>
     2
     3        [libwebrtc] Enable WebRTC in some Production Builds
     4        https://bugs.webkit.org/show_bug.cgi?id=168858
     5
     6        * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
     7
    182017-02-27  Andy Estes  <aestes@apple.com>
    29
  • trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig

    r212812 r213054  
    165165ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
    166166
    167 ENABLE_WEB_RTC = ;
    168167ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
    169 ENABLE_WEB_RTC_macosx = ;
    170168ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
    171 ENABLE_WEB_RTC_macosx_Production = ;
    172169ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
    173170ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
     171ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     172ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    174173
    175174ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
Note: See TracChangeset for help on using the changeset viewer.