[CMake] Move list of DFG source files into correct file
https://bugs.webkit.org/show_bug.cgi?id=72212
Reviewed by Daniel Bates.
The DFG files are platform independent. So move them from
the EFL specific file into the general CMakeLists.txt.
* CMakeLists.txt:
* PlatformEfl.cmake:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@100081 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/CMakeLists.txt b/Source/JavaScriptCore/CMakeLists.txt
index 32bf589..ead85f7 100644
--- a/Source/JavaScriptCore/CMakeLists.txt
+++ b/Source/JavaScriptCore/CMakeLists.txt
@@ -45,6 +45,30 @@
bytecompiler/BytecodeGenerator.cpp
bytecompiler/NodesCodegen.cpp
+ dfg/DFGAbstractState.cpp
+ dfg/DFGAssemblyHelpers.cpp
+ dfg/DFGByteCodeParser.cpp
+ dfg/DFGCapabilities.cpp
+ dfg/DFGCorrectableJumpPoint.cpp
+ dfg/DFGDriver.cpp
+ dfg/DFGGraph.cpp
+ dfg/DFGJITCodeGenerator.cpp
+ dfg/DFGJITCodeGenerator32_64.cpp
+ dfg/DFGJITCodeGenerator64.cpp
+ dfg/DFGJITCompiler.cpp
+ dfg/DFGOSREntry.cpp
+ dfg/DFGOSRExit.cpp
+ dfg/DFGOSRExitCompiler.cpp
+ dfg/DFGOSRExitCompiler32_64.cpp
+ dfg/DFGOSRExitCompiler64.cpp
+ dfg/DFGOperations.cpp
+ dfg/DFGPropagator.cpp
+ dfg/DFGRepatch.cpp
+ dfg/DFGSpeculativeJIT.cpp
+ dfg/DFGSpeculativeJIT32_64.cpp
+ dfg/DFGSpeculativeJIT64.cpp
+ dfg/DFGThunks.cpp
+
heap/AllocationSpace.cpp
heap/Heap.cpp
heap/HandleHeap.cpp