Title: [217570] trunk
Revision
217570
Author
[email protected]
Date
2017-05-30 13:56:41 -0700 (Tue, 30 May 2017)

Log Message

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

Reviewed by Geoffrey Garen.

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 (217569 => 217570)


--- trunk/Source/_javascript_Core/ChangeLog	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-05-30 20:56:41 UTC (rev 217570)
@@ -1,3 +1,12 @@
+2017-05-30  Alex Christensen  <[email protected]>
+
+        Update libwebrtc configuration
+        https://bugs.webkit.org/show_bug.cgi?id=172727
+
+        Reviewed by Geoffrey Garen.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-05-28  Dan Bernstein  <[email protected]>
 
         [Xcode] ALWAYS_SEARCH_USER_PATHS is set to YES

Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (217569 => 217570)


--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2017-05-30 20:56:41 UTC (rev 217570)
@@ -189,12 +189,7 @@
 ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-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_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 

Modified: trunk/Source/WebCore/ChangeLog (217569 => 217570)


--- trunk/Source/WebCore/ChangeLog	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/WebCore/ChangeLog	2017-05-30 20:56:41 UTC (rev 217570)
@@ -1,3 +1,12 @@
+2017-05-30  Alex Christensen  <[email protected]>
+
+        Update libwebrtc configuration
+        https://bugs.webkit.org/show_bug.cgi?id=172727
+
+        Reviewed by Geoffrey Garen.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-05-30  Mark Lam  <[email protected]>
 
         convertEnumerationToJS() should not stash ASCIILiteral strings in NeverDestroyed arrays.

Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (217569 => 217570)


--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2017-05-30 20:56:41 UTC (rev 217570)
@@ -189,12 +189,7 @@
 ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-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_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 

Modified: trunk/Source/WebCore/PAL/ChangeLog (217569 => 217570)


--- trunk/Source/WebCore/PAL/ChangeLog	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/WebCore/PAL/ChangeLog	2017-05-30 20:56:41 UTC (rev 217570)
@@ -1,3 +1,12 @@
+2017-05-30  Alex Christensen  <[email protected]>
+
+        Update libwebrtc configuration
+        https://bugs.webkit.org/show_bug.cgi?id=172727
+
+        Reviewed by Geoffrey Garen.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-05-28  Dan Bernstein  <[email protected]>
 
         [Xcode] ALWAYS_SEARCH_USER_PATHS is set to YES

Modified: trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig (217569 => 217570)


--- trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig	2017-05-30 20:56:41 UTC (rev 217570)
@@ -189,12 +189,7 @@
 ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-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_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 

Modified: trunk/Source/WebKit/mac/ChangeLog (217569 => 217570)


--- trunk/Source/WebKit/mac/ChangeLog	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/WebKit/mac/ChangeLog	2017-05-30 20:56:41 UTC (rev 217570)
@@ -1,3 +1,12 @@
+2017-05-30  Alex Christensen  <[email protected]>
+
+        Update libwebrtc configuration
+        https://bugs.webkit.org/show_bug.cgi?id=172727
+
+        Reviewed by Geoffrey Garen.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-05-28  Dan Bernstein  <[email protected]>
 
         [Xcode] ALWAYS_SEARCH_USER_PATHS is set to YES

Modified: trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (217569 => 217570)


--- trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2017-05-30 20:56:41 UTC (rev 217570)
@@ -189,12 +189,7 @@
 ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-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_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 

Modified: trunk/Source/WebKit2/ChangeLog (217569 => 217570)


--- trunk/Source/WebKit2/ChangeLog	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/WebKit2/ChangeLog	2017-05-30 20:56:41 UTC (rev 217570)
@@ -1,3 +1,12 @@
+2017-05-30  Alex Christensen  <[email protected]>
+
+        Update libwebrtc configuration
+        https://bugs.webkit.org/show_bug.cgi?id=172727
+
+        Reviewed by Geoffrey Garen.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2017-05-30  Tim Horton  <[email protected]>
 
         Dictionary lookup disappears after a few seconds on observer.com

Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (217569 => 217570)


--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2017-05-30 20:56:41 UTC (rev 217570)
@@ -189,12 +189,7 @@
 ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-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_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 

Modified: trunk/Tools/ChangeLog (217569 => 217570)


--- trunk/Tools/ChangeLog	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Tools/ChangeLog	2017-05-30 20:56:41 UTC (rev 217570)
@@ -1,3 +1,12 @@
+2017-05-30  Alex Christensen  <[email protected]>
+
+        Update libwebrtc configuration
+        https://bugs.webkit.org/show_bug.cgi?id=172727
+
+        Reviewed by Geoffrey Garen.
+
+        * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
+
 2017-05-30  Fujii Hironori  <[email protected]>
 
         [WinCairo] TestWebKitAPI: ASSERTION FAILED: m_eglDisplay == EGL_NO_DISPLAY

Modified: trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig (217569 => 217570)


--- trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig	2017-05-30 20:37:58 UTC (rev 217569)
+++ trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig	2017-05-30 20:56:41 UTC (rev 217570)
@@ -189,12 +189,7 @@
 ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-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_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to