Revert "Meta: Port recent changes to the GN build"

This reverts commit 285df77fb8.
This commit is contained in:
Andreas Kling 2024-03-06 09:39:05 +01:00
parent 4dd2ec68fc
commit daf5484d6b
Notes: sideshowbarker 2024-07-16 20:44:03 +09:00

View File

@ -33,12 +33,6 @@ shared_library("LibJS") {
"Bytecode/IdentifierTable.cpp",
"Bytecode/Instruction.cpp",
"Bytecode/Interpreter.cpp",
"Bytecode/Pass/DumpCFG.cpp",
"Bytecode/Pass/GenerateCFG.cpp",
"Bytecode/Pass/MergeBlocks.cpp",
"Bytecode/Pass/Peephole.cpp",
"Bytecode/Pass/PlaceBlocks.cpp",
"Bytecode/Pass/UnifySameBlocks.cpp",
"Bytecode/RegexTable.cpp",
"Bytecode/StringTable.cpp",
"Console.cpp",