Title: [148941] trunk/Source/WTF
Revision
148941
Author
[email protected]
Date
2013-04-22 20:32:43 -0700 (Mon, 22 Apr 2013)

Log Message

[CMake] Move NullPtr.cpp from PlatformWinCE.cmake to CMakeLists.txt
https://bugs.webkit.org/show_bug.cgi?id=114557

Reviewed by Laszlo Gombos.

This file is not specific to Windwos CE. Move it the the general
CMakeLists.txt so other ports can use it to. It does not affect
ports which do not need it, since it contains a preprocessor guard.

* wtf/CMakeLists.txt:
* wtf/PlatformWinCE.cmake:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (148940 => 148941)


--- trunk/Source/WTF/ChangeLog	2013-04-23 02:33:59 UTC (rev 148940)
+++ trunk/Source/WTF/ChangeLog	2013-04-23 03:32:43 UTC (rev 148941)
@@ -1,3 +1,17 @@
+2013-04-22  Patrick Gansterer  <[email protected]>
+
+        [CMake] Move NullPtr.cpp from PlatformWinCE.cmake to CMakeLists.txt
+        https://bugs.webkit.org/show_bug.cgi?id=114557
+
+        Reviewed by Laszlo Gombos.
+
+        This file is not specific to Windwos CE. Move it the the general
+        CMakeLists.txt so other ports can use it to. It does not affect
+        ports which do not need it, since it contains a preprocessor guard.
+
+        * wtf/CMakeLists.txt:
+        * wtf/PlatformWinCE.cmake:
+
 2013-04-22  Benjamin Poulain  <[email protected]>
 
         Remove the memory instrumentation code

Modified: trunk/Source/WTF/wtf/CMakeLists.txt (148940 => 148941)


--- trunk/Source/WTF/wtf/CMakeLists.txt	2013-04-23 02:33:59 UTC (rev 148940)
+++ trunk/Source/WTF/wtf/CMakeLists.txt	2013-04-23 03:32:43 UTC (rev 148941)
@@ -165,6 +165,7 @@
     MainThread.cpp
     MediaTime.cpp
     MetaAllocator.cpp
+    NullPtr.cpp
     OSRandomSource.cpp
     NumberOfCores.cpp
     RAMSize.cpp

Modified: trunk/Source/WTF/wtf/PlatformWinCE.cmake (148940 => 148941)


--- trunk/Source/WTF/wtf/PlatformWinCE.cmake	2013-04-23 02:33:59 UTC (rev 148940)
+++ trunk/Source/WTF/wtf/PlatformWinCE.cmake	2013-04-23 03:32:43 UTC (rev 148941)
@@ -1,5 +1,4 @@
 list(APPEND WTF_SOURCES
-    NullPtr.cpp
     OSAllocatorWin.cpp
     ThreadingWin.cpp
     ThreadSpecificWin.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to