mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:07:35 +00:00
Meta: Port recent changes to the GN build
5b29974bfa
c5860d1d706897f1534266c96ccd401c6376e0a4
This commit is contained in:
parent
ab143e9b0e
commit
285df77fb8
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue