Title: [213054] trunk
Revision
213054
Author
[email protected]
Date
2017-02-27 06:09:50 -0800 (Mon, 27 Feb 2017)

Log Message

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

Source/_javascript_Core:

* 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:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (213053 => 213054)


--- trunk/Source/_javascript_Core/ChangeLog	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-02-27 14:09:50 UTC (rev 213054)
@@ -1,3 +1,10 @@
+2017-02-27  Alex Christensen  <[email protected]>
+
+        [libwebrtc] Enable WebRTC in some Production Builds
+        https://bugs.webkit.org/show_bug.cgi?id=168858
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-02-26  Caio Lima  <[email protected]>
 
         op_get_by_id_with_this should use inline caching

Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (213053 => 213054)


--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2017-02-27 14:09:50 UTC (rev 213054)
@@ -164,13 +164,12 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 
-ENABLE_WEB_RTC = ;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx = ;
 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Production = ;
 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
+ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
 
 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
 

Modified: trunk/Source/WebCore/ChangeLog (213053 => 213054)


--- trunk/Source/WebCore/ChangeLog	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/WebCore/ChangeLog	2017-02-27 14:09:50 UTC (rev 213054)
@@ -1,3 +1,10 @@
+2017-02-27  Alex Christensen  <[email protected]>
+
+        [libwebrtc] Enable WebRTC in some Production Builds
+        https://bugs.webkit.org/show_bug.cgi?id=168858
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-02-27  Zan Dobersek  <[email protected]>
 
         [TextureMapper] Clean up BitmapTextureGL construction

Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (213053 => 213054)


--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2017-02-27 14:09:50 UTC (rev 213054)
@@ -164,13 +164,12 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 
-ENABLE_WEB_RTC = ;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx = ;
 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Production = ;
 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
+ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
 
 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
 

Modified: trunk/Source/WebCore/PAL/ChangeLog (213053 => 213054)


--- trunk/Source/WebCore/PAL/ChangeLog	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/WebCore/PAL/ChangeLog	2017-02-27 14:09:50 UTC (rev 213054)
@@ -1,3 +1,10 @@
+2017-02-27  Alex Christensen  <[email protected]>
+
+        [libwebrtc] Enable WebRTC in some Production Builds
+        https://bugs.webkit.org/show_bug.cgi?id=168858
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-02-21  Youenn Fablet  <[email protected]>
 
         [WebRTC][Mac] Activate libwebrtc

Modified: trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig (213053 => 213054)


--- trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig	2017-02-27 14:09:50 UTC (rev 213054)
@@ -164,13 +164,12 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 
-ENABLE_WEB_RTC = ;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx = ;
 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Production = ;
 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
+ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
 
 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
 

Modified: trunk/Source/WebKit/mac/ChangeLog (213053 => 213054)


--- trunk/Source/WebKit/mac/ChangeLog	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/WebKit/mac/ChangeLog	2017-02-27 14:09:50 UTC (rev 213054)
@@ -1,3 +1,10 @@
+2017-02-27  Alex Christensen  <[email protected]>
+
+        [libwebrtc] Enable WebRTC in some Production Builds
+        https://bugs.webkit.org/show_bug.cgi?id=168858
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-02-26  Alexey Proskuryakov  <[email protected]>
 
         Don't import RetainPtr in WebNotification.h

Modified: trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (213053 => 213054)


--- trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2017-02-27 14:09:50 UTC (rev 213054)
@@ -164,13 +164,12 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 
-ENABLE_WEB_RTC = ;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx = ;
 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Production = ;
 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
+ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
 
 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
 

Modified: trunk/Source/WebKit2/ChangeLog (213053 => 213054)


--- trunk/Source/WebKit2/ChangeLog	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-27 14:09:50 UTC (rev 213054)
@@ -1,3 +1,10 @@
+2017-02-27  Alex Christensen  <[email protected]>
+
+        [libwebrtc] Enable WebRTC in some Production Builds
+        https://bugs.webkit.org/show_bug.cgi?id=168858
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-02-27  Andy Estes  <[email protected]>
 
         Links cannot be activated when running Mobile Safari with external SDK build of WebKit for iOS Simulator

Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (213053 => 213054)


--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2017-02-27 14:09:50 UTC (rev 213054)
@@ -164,13 +164,12 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 
-ENABLE_WEB_RTC = ;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx = ;
 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Production = ;
 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
+ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
 
 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
 

Modified: trunk/Tools/ChangeLog (213053 => 213054)


--- trunk/Tools/ChangeLog	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Tools/ChangeLog	2017-02-27 14:09:50 UTC (rev 213054)
@@ -1,3 +1,10 @@
+2017-02-27  Alex Christensen  <[email protected]>
+
+        [libwebrtc] Enable WebRTC in some Production Builds
+        https://bugs.webkit.org/show_bug.cgi?id=168858
+
+        * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
+
 2017-02-27  Andy Estes  <[email protected]>
 
         Add a way to test file input without relying on drag and drop

Modified: trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig (213053 => 213054)


--- trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig	2017-02-27 13:59:12 UTC (rev 213053)
+++ trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig	2017-02-27 14:09:50 UTC (rev 213054)
@@ -164,13 +164,12 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 
-ENABLE_WEB_RTC = ;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx = ;
 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Production = ;
 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
+ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
 
 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to