Meta: Port 77d7f715e3 to gn

This commit is contained in:
Nico Weber 2023-07-27 10:12:12 -04:00 committed by Andrew Kaster
parent dc612231f5
commit 406b68a612
Notes: sideshowbarker 2024-07-17 02:08:15 +09:00

View File

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