From daf5484d6b7164108a5b340b4419e041cefeb536 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 6 Mar 2024 09:39:05 +0100 Subject: [PATCH] Revert "Meta: Port recent changes to the GN build" This reverts commit 285df77fb8abe8d3a5201d2387b4f83407b2e484. --- Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index 17b112e80ab..e7218544ef3 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn @@ -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",