Title: [165192] trunk/Source/WebCore
Revision
165192
Author
[email protected]
Date
2014-03-06 08:13:50 -0800 (Thu, 06 Mar 2014)

Log Message

[GTK][CMake] Fix the GTK+ CMake build
https://bugs.webkit.org/show_bug.cgi?id=129801

Patch by Lorenzo Tilve <[email protected]> on 2014-03-06
Reviewed by Martin Robinson.

Include missing files for CMake build

* CMakeLists.txt: Add a missing references to DOMURLMediaStream

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (165191 => 165192)


--- trunk/Source/WebCore/CMakeLists.txt	2014-03-06 15:55:15 UTC (rev 165191)
+++ trunk/Source/WebCore/CMakeLists.txt	2014-03-06 16:13:50 UTC (rev 165192)
@@ -201,6 +201,7 @@
     Modules/mediastream/AllVideoCapabilities.idl
     Modules/mediastream/AudioStreamTrack.idl
     Modules/mediastream/CapabilityRange.idl
+    Modules/mediastream/DOMURLMediaStream.idl
     Modules/mediastream/HTMLMediaElementMediaStream.idl
     Modules/mediastream/MediaSourceStates.idl
     Modules/mediastream/MediaStream.idl
@@ -838,6 +839,7 @@
 
     Modules/mediastream/AudioStreamTrack.cpp
     Modules/mediastream/CapabilityRange.cpp
+    Modules/mediastream/DOMURLMediaStream.cpp
     Modules/mediastream/HTMLMediaElementMediaStream.cpp
     Modules/mediastream/MediaConstraintsImpl.cpp
     Modules/mediastream/MediaSourceStates.cpp

Modified: trunk/Source/WebCore/ChangeLog (165191 => 165192)


--- trunk/Source/WebCore/ChangeLog	2014-03-06 15:55:15 UTC (rev 165191)
+++ trunk/Source/WebCore/ChangeLog	2014-03-06 16:13:50 UTC (rev 165192)
@@ -1,3 +1,14 @@
+2014-03-06  Lorenzo Tilve  <[email protected]>
+
+        [GTK][CMake] Fix the GTK+ CMake build
+        https://bugs.webkit.org/show_bug.cgi?id=129801
+
+        Reviewed by Martin Robinson.
+
+        Include missing files for CMake build
+
+        * CMakeLists.txt: Add a missing references to DOMURLMediaStream
+
 2014-03-06  Zalan Bujtas  <[email protected]>
 
         Subpixel rendering: Setting content to opaque on m_graphicsLayer depends on subpixel accumulation.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to