Title: [176085] trunk
Revision
176085
Author
[email protected]
Date
2014-11-13 13:16:42 -0800 (Thu, 13 Nov 2014)

Log Message

Remove Source/Platform cruft
https://bugs.webkit.org/show_bug.cgi?id=138658

Reviewed by Anders Carlsson.

* CMakeLists.txt:
* Source/Platform: Removed.

Modified Paths

Removed Paths

  • trunk/Source/Platform/

Diff

Modified: trunk/CMakeLists.txt (176084 => 176085)


--- trunk/CMakeLists.txt	2014-11-13 21:00:33 UTC (rev 176084)
+++ trunk/CMakeLists.txt	2014-11-13 21:16:42 UTC (rev 176085)
@@ -10,7 +10,6 @@
 set(WEBKIT_DIR "${CMAKE_SOURCE_DIR}/Source/WebKit")
 set(WEBKIT2_DIR "${CMAKE_SOURCE_DIR}/Source/WebKit2")
 set(THIRDPARTY_DIR "${CMAKE_SOURCE_DIR}/Source/ThirdParty")
-set(PLATFORM_DIR "${CMAKE_SOURCE_DIR}/Source/Platform")
 
 set(TOOLS_DIR "${CMAKE_SOURCE_DIR}/Tools")
 

Modified: trunk/ChangeLog (176084 => 176085)


--- trunk/ChangeLog	2014-11-13 21:00:33 UTC (rev 176084)
+++ trunk/ChangeLog	2014-11-13 21:16:42 UTC (rev 176085)
@@ -1,3 +1,13 @@
+2014-11-13  Csaba Osztrogonác  <[email protected]>
+
+        Remove Source/Platform cruft
+        https://bugs.webkit.org/show_bug.cgi?id=138658
+
+        Reviewed by Anders Carlsson.
+
+        * CMakeLists.txt:
+        * Source/Platform: Removed.
+
 2014-11-10  Akos Kiss  <[email protected]>
 
         Enable Cortex-A53-specific code paths by default if core is detected.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to