Title: [123981] trunk/Source/WTF
Revision
123981
Author
[email protected]
Date
2012-07-29 14:02:18 -0700 (Sun, 29 Jul 2012)

Log Message

[CMake] Add missing MediaTime files after r123878.

* wtf/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (123980 => 123981)


--- trunk/Source/WTF/ChangeLog	2012-07-29 17:27:35 UTC (rev 123980)
+++ trunk/Source/WTF/ChangeLog	2012-07-29 21:02:18 UTC (rev 123981)
@@ -1,5 +1,11 @@
 2012-07-28  Patrick Gansterer  <[email protected]>
 
+        [CMake] Add missing MediaTime files after r123878.
+
+        * wtf/CMakeLists.txt:
+
+2012-07-28  Patrick Gansterer  <[email protected]>
+
         Remove obsolete functions from WTF::Unicode
         https://bugs.webkit.org/show_bug.cgi?id=92571
 

Modified: trunk/Source/WTF/wtf/CMakeLists.txt (123980 => 123981)


--- trunk/Source/WTF/wtf/CMakeLists.txt	2012-07-29 17:27:35 UTC (rev 123980)
+++ trunk/Source/WTF/wtf/CMakeLists.txt	2012-07-29 21:02:18 UTC (rev 123981)
@@ -44,6 +44,7 @@
     MainThread.h
     MallocZoneSupport.h
     MathExtras.h
+    MediaTime.h
     MessageQueue.h
     MetaAllocator.h
     MetaAllocatorHandle.h
@@ -149,6 +150,7 @@
     HashTable.cpp
     MD5.cpp
     MainThread.cpp
+    MediaTime.cpp
     MetaAllocator.cpp
     OSRandomSource.cpp
     NumberOfCores.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to