Title: [138529] trunk/Source/WebCore
Revision
138529
Author
[email protected]
Date
2012-12-28 01:43:56 -0800 (Fri, 28 Dec 2012)

Log Message

[GTK] Some GStreamer-related files don't need to be in libWebCoreGTK
https://bugs.webkit.org/show_bug.cgi?id=105807

Reviewed by Martin Robinson.

* GNUmakefile.list.am: Move some modules not using GTK nor Cairo
to libWebCorePlatform.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (138528 => 138529)


--- trunk/Source/WebCore/ChangeLog	2012-12-28 09:26:02 UTC (rev 138528)
+++ trunk/Source/WebCore/ChangeLog	2012-12-28 09:43:56 UTC (rev 138529)
@@ -1,3 +1,13 @@
+2012-12-28  Philippe Normand  <[email protected]>
+
+        [GTK] Some GStreamer-related files don't need to be in libWebCoreGTK
+        https://bugs.webkit.org/show_bug.cgi?id=105807
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.list.am: Move some modules not using GTK nor Cairo
+        to libWebCorePlatform.
+
 2012-12-28  Yury Semikhatsky  <[email protected]>
 
         Web Inspector: rename distanceToWindow to distance

Modified: trunk/Source/WebCore/GNUmakefile.list.am (138528 => 138529)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-12-28 09:26:02 UTC (rev 138528)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-12-28 09:43:56 UTC (rev 138529)
@@ -5285,6 +5285,12 @@
 	Source/WebCore/platform/audio/VectorMath.h \
 	Source/WebCore/platform/audio/ZeroPole.cpp \
 	Source/WebCore/platform/audio/ZeroPole.h \
+	Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp \
+	Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h \
+	Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp \
+	Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp \
+	Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp \
+	Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.h \
 	Source/WebCore/platform/Arena.cpp \
 	Source/WebCore/platform/Arena.h \
 	Source/WebCore/platform/AsyncFileSystem.cpp \
@@ -5540,6 +5546,8 @@
 	Source/WebCore/platform/graphics/GraphicsTypes.cpp \
 	Source/WebCore/platform/graphics/GraphicsTypes.h \
 	Source/WebCore/platform/graphics/GraphicsTypes3D.h \
+	Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
+	Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h \
 	Source/WebCore/platform/graphics/Icon.h \
 	Source/WebCore/platform/graphics/ImageBuffer.cpp \
 	Source/WebCore/platform/graphics/ImageBuffer.h \
@@ -6005,12 +6013,6 @@
 	Source/WebCore/editing/gtk/FrameSelectionGtk.cpp \
 	Source/WebCore/page/gtk/DragControllerGtk.cpp \
 	Source/WebCore/page/gtk/EventHandlerGtk.cpp \
-	Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp \
-	Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h \
-	Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp \
-	Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp \
-	Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp \
-	Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.h \
 	Source/WebCore/platform/audio/gtk/AudioBusGtk.cpp \
 	Source/WebCore/platform/cairo/WidgetBackingStore.h \
 	Source/WebCore/platform/geoclue/GeolocationProviderGeoclue.h \
@@ -6030,8 +6032,6 @@
 	Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h \
 	Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp \
 	Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h \
-	Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
-	Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h \
 	Source/WebCore/platform/graphics/gtk/ColorGtk.cpp \
 	Source/WebCore/platform/graphics/gtk/GdkCairoUtilities.cpp \
 	Source/WebCore/platform/graphics/gtk/GdkCairoUtilities.h \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to