Title: [281071] trunk/Source/WebCore
Revision
281071
Author
[email protected]
Date
2021-08-16 02:08:12 -0700 (Mon, 16 Aug 2021)

Log Message

Move WebMAudioUtilitiesCocoa.h from Headers.cmake to PlatformMac.cmake
https://bugs.webkit.org/show_bug.cgi?id=229129

Unreviewed. Fix GTK/WPE distcheck build.

* Headers.cmake:
* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (281070 => 281071)


--- trunk/Source/WebCore/ChangeLog	2021-08-16 06:55:58 UTC (rev 281070)
+++ trunk/Source/WebCore/ChangeLog	2021-08-16 09:08:12 UTC (rev 281071)
@@ -1,3 +1,13 @@
+2021-08-16  Carlos Garcia Campos  <[email protected]>
+
+        Move WebMAudioUtilitiesCocoa.h from Headers.cmake to PlatformMac.cmake
+        https://bugs.webkit.org/show_bug.cgi?id=229129
+
+        Unreviewed. Fix GTK/WPE distcheck build.
+
+        * Headers.cmake:
+        * PlatformMac.cmake:
+
 2021-08-15  Simon Fraser  <[email protected]>
 
         [LFC Display] Make Display::ImageBox a CachedImageClient to get image repaint working

Modified: trunk/Source/WebCore/Headers.cmake (281070 => 281071)


--- trunk/Source/WebCore/Headers.cmake	2021-08-16 06:55:58 UTC (rev 281070)
+++ trunk/Source/WebCore/Headers.cmake	2021-08-16 09:08:12 UTC (rev 281071)
@@ -1340,8 +1340,6 @@
     platform/graphics/angle/ExtensionsGLANGLE.h
     platform/graphics/angle/GraphicsContextGLANGLEUtilities.h
 
-    platform/graphics/cocoa/WebMAudioUtilitiesCocoa.h
-
     platform/graphics/displaylists/DisplayList.h
     platform/graphics/displaylists/DisplayListDrawGlyphsRecorder.h
     platform/graphics/displaylists/DisplayListDrawingContext.h

Modified: trunk/Source/WebCore/PlatformMac.cmake (281070 => 281071)


--- trunk/Source/WebCore/PlatformMac.cmake	2021-08-16 06:55:58 UTC (rev 281070)
+++ trunk/Source/WebCore/PlatformMac.cmake	2021-08-16 09:08:12 UTC (rev 281071)
@@ -647,6 +647,7 @@
     platform/graphics/cocoa/VP9UtilitiesCocoa.h
     platform/graphics/cocoa/WebActionDisablingCALayerDelegate.h
     platform/graphics/cocoa/WebCoreCALayerExtras.h
+    platform/graphics/cocoa/WebMAudioUtilitiesCocoa.h
 
     platform/graphics/cv/GraphicsContextGLCV.h
     platform/graphics/cv/ImageRotationSessionVT.h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to