1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:07:45 +00:00

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

View file

@ -33,12 +33,6 @@ shared_library("LibJS") {
"Bytecode/IdentifierTable.cpp", "Bytecode/IdentifierTable.cpp",
"Bytecode/Instruction.cpp", "Bytecode/Instruction.cpp",
"Bytecode/Interpreter.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/RegexTable.cpp",
"Bytecode/StringTable.cpp", "Bytecode/StringTable.cpp",
"Console.cpp", "Console.cpp",