Title: [125018] trunk/Source
Revision
125018
Author
par...@webkit.org
Date
2012-08-08 03:43:48 -0700 (Wed, 08 Aug 2012)

Log Message

Remove ce_time.(cpp|h) from list of source files
https://bugs.webkit.org/show_bug.cgi?id=93446

Reviewed by Simon Hausmann.

r125004 removed the last dependency on functions defined in ce_time.cpp.

Source/_javascript_Core:

* Target.pri:

Source/WTF:

* wtf/PlatformWinCE.cmake:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (125017 => 125018)


--- trunk/Source/_javascript_Core/ChangeLog	2012-08-08 10:38:18 UTC (rev 125017)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-08-08 10:43:48 UTC (rev 125018)
@@ -1,5 +1,16 @@
 2012-08-08  Patrick Gansterer  <par...@webkit.org>
 
+        Remove ce_time.(cpp|h) from list of source files
+        https://bugs.webkit.org/show_bug.cgi?id=93446
+
+        Reviewed by Simon Hausmann.
+
+        r125004 removed the last dependency on functions defined in ce_time.cpp.
+
+        * Target.pri:
+
+2012-08-08  Patrick Gansterer  <par...@webkit.org>
+
         [WIN] Use GetTimeZoneInformation() for getting the timezone name
         https://bugs.webkit.org/show_bug.cgi?id=91936
 

Modified: trunk/Source/_javascript_Core/Target.pri (125017 => 125018)


--- trunk/Source/_javascript_Core/Target.pri	2012-08-08 10:38:18 UTC (rev 125017)
+++ trunk/Source/_javascript_Core/Target.pri	2012-08-08 10:43:48 UTC (rev 125018)
@@ -26,10 +26,6 @@
     }
 }
 
-wince* {
-    SOURCES += $$QT.core.sources/../3rdparty/ce-compat/ce_time.c
-}
-
 include(yarr/yarr.pri)
 
 INSTALLDEPS += all

Modified: trunk/Source/WTF/ChangeLog (125017 => 125018)


--- trunk/Source/WTF/ChangeLog	2012-08-08 10:38:18 UTC (rev 125017)
+++ trunk/Source/WTF/ChangeLog	2012-08-08 10:43:48 UTC (rev 125018)
@@ -1,3 +1,14 @@
+2012-08-08  Patrick Gansterer  <par...@webkit.org>
+
+        Remove ce_time.(cpp|h) from list of source files
+        https://bugs.webkit.org/show_bug.cgi?id=93446
+
+        Reviewed by Simon Hausmann.
+
+        r125004 removed the last dependency on functions defined in ce_time.cpp.
+
+        * wtf/PlatformWinCE.cmake:
+
 2012-08-08  Alvaro Lopez Ortega  <alv...@alobbs.com>
 
         Atomics.h has incorrect GCC test for ext/atomicity.h when using LSB compilers

Modified: trunk/Source/WTF/wtf/PlatformWinCE.cmake (125017 => 125018)


--- trunk/Source/WTF/wtf/PlatformWinCE.cmake	2012-08-08 10:38:18 UTC (rev 125017)
+++ trunk/Source/WTF/wtf/PlatformWinCE.cmake	2012-08-08 10:43:48 UTC (rev 125018)
@@ -1,7 +1,5 @@
 LIST(APPEND WTF_HEADERS
     unicode/wchar/UnicodeWchar.h
-
-    ${3RDPARTY_DIR}/ce-compat/ce_time.h
 )
 
 LIST(APPEND WTF_SOURCES
@@ -17,8 +15,6 @@
 
     win/MainThreadWin.cpp
     win/OwnPtrWin.cpp
-
-    ${3RDPARTY_DIR}/ce-compat/ce_time.c
 )
 
 LIST(APPEND WTF_LIBRARIES
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to