Meta: Port recent changes to the GN build

5b29974bfa
c5860d1d706897f1534266c96ccd401c6376e0a4
This commit is contained in:
Andrew Kaster 2024-03-05 10:00:18 -07:00 committed by Andreas Kling
parent ab143e9b0e
commit 285df77fb8
Notes: sideshowbarker 2024-07-17 01:12:07 +09:00

View file

@ -33,6 +33,12 @@ 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",