Title: [174883] trunk/Source/_javascript_Core
Revision
174883
Author
[email protected]
Date
2014-10-20 05:09:47 -0700 (Mon, 20 Oct 2014)

Log Message

[cmake] Remove duplicated source files
https://bugs.webkit.org/show_bug.cgi?id=137875

Reviewed by Gyuyoung Kim.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (174882 => 174883)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2014-10-20 10:39:58 UTC (rev 174882)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2014-10-20 12:09:47 UTC (rev 174883)
@@ -1075,9 +1075,6 @@
 elseif (WTF_CPU_MIPS)
 elseif (WTF_CPU_SH4)
 elseif (WTF_CPU_X86)
-    list(APPEND _javascript_Core_SOURCES
-        assembler/MacroAssemblerX86Common.cpp
-    )
 elseif (WTF_CPU_X86_64)
     if (MSVC AND ENABLE_JIT)
         add_custom_command(
@@ -1088,9 +1085,6 @@
 
         list(APPEND _javascript_Core_SOURCES ${DERIVED_SOURCES_DIR}/JITStubsMSVC64.obj)
     endif ()
-    list(APPEND _javascript_Core_SOURCES
-        assembler/MacroAssemblerX86Common.cpp
-    )
 else ()
     message(FATAL_ERROR "Unknown CPU")
 endif ()

Modified: trunk/Source/_javascript_Core/ChangeLog (174882 => 174883)


--- trunk/Source/_javascript_Core/ChangeLog	2014-10-20 10:39:58 UTC (rev 174882)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-10-20 12:09:47 UTC (rev 174883)
@@ -1,3 +1,12 @@
+2014-10-20  Csaba Osztrogonác  <[email protected]>
+
+        [cmake] Remove duplicated source files
+        https://bugs.webkit.org/show_bug.cgi?id=137875
+
+        Reviewed by Gyuyoung Kim.
+
+        * CMakeLists.txt:
+
 2014-10-18  Brian J. Burg  <[email protected]>
 
         Web Replay: code generator shouldn't complain about enums without a storage type if they are in an enclosing scope
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to