Title: [263909] trunk/Source/WebCore
Revision
263909
Author
[email protected]
Date
2020-07-03 14:40:55 -0700 (Fri, 03 Jul 2020)

Log Message

WebCore/Sources.txt: Remove #if ENABLE_MEDIA_SOURCE
https://bugs.webkit.org/show_bug.cgi?id=213940

Reviewed by Sam Weinig.

* Sources.txt: Remove #if ENABLE_MEDIA_SOURCE and sort files in with the others.
The IDL files themselves have conditionals, we don't need conditionals in Sources.txt,
and we are moving towards removing the capability for #if ENABLE in the Sources.txt file.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (263908 => 263909)


--- trunk/Source/WebCore/ChangeLog	2020-07-03 21:27:26 UTC (rev 263908)
+++ trunk/Source/WebCore/ChangeLog	2020-07-03 21:40:55 UTC (rev 263909)
@@ -1,3 +1,14 @@
+2020-07-03  Darin Adler  <[email protected]>
+
+        WebCore/Sources.txt: Remove #if ENABLE_MEDIA_SOURCE
+        https://bugs.webkit.org/show_bug.cgi?id=213940
+
+        Reviewed by Sam Weinig.
+
+        * Sources.txt: Remove #if ENABLE_MEDIA_SOURCE and sort files in with the others.
+        The IDL files themselves have conditionals, we don't need conditionals in Sources.txt,
+        and we are moving towards removing the capability for #if ENABLE in the Sources.txt file.
+
 2020-07-03  Lauro Moura  <[email protected]>
 
         [WPE] Fix build with clang after r263898

Modified: trunk/Source/WebCore/Sources.txt (263908 => 263909)


--- trunk/Source/WebCore/Sources.txt	2020-07-03 21:27:26 UTC (rev 263908)
+++ trunk/Source/WebCore/Sources.txt	2020-07-03 21:40:55 UTC (rev 263909)
@@ -2760,6 +2760,7 @@
 JSAudioNode.cpp
 JSAudioParam.cpp
 JSAudioProcessingEvent.cpp
+JSAudioTrackMediaSource.cpp
 JSAttestationConveyancePreference.cpp
 JSAuthenticationExtensionsClientInputs.cpp
 JSAuthenticationExtensionsClientOutputs.cpp
@@ -3530,6 +3531,7 @@
 JSTextEncoder.cpp
 JSTextEvent.cpp
 JSTextMetrics.cpp
+JSTextTrackMediaSource.cpp
 JSTimeRanges.cpp
 JSTransferFunction.cpp
 JSTransitionEvent.cpp
@@ -3543,6 +3545,7 @@
 JSValidityState.cpp
 JSVideoConfiguration.cpp
 JSVideoPlaybackQuality.cpp
+JSVideoTrackMediaSource.cpp
 JSVisibilityState.cpp
 JSVisualViewport.cpp
 JSVoidCallback.cpp
@@ -3755,12 +3758,6 @@
 JSVideoTrack.cpp
 JSVideoTrackList.cpp
 
-#if ENABLE_MEDIA_SOURCE
-JSAudioTrackMediaSource.cpp
-JSTextTrackMediaSource.cpp
-JSVideoTrackMediaSource.cpp
-#endif
-
 #if ENABLE_QUOTA
 
 JSDOMWindowQuota.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to