Meta: Port recent changes to the GN build

187862ebe0
514af065a5
This commit is contained in:
Timothy Flynn 2024-01-27 15:43:09 -05:00 committed by Andreas Kling
parent 20de69693b
commit 59716f807f
2 changed files with 1 additions and 1 deletions

View file

@ -77,6 +77,7 @@ shared_library("LibGfx") {
"ImageFormats/JPEGLoader.cpp",
"ImageFormats/JPEGWriter.cpp",
"ImageFormats/JPEGXLLoader.cpp",
"ImageFormats/PAMLoader.cpp",
"ImageFormats/PBMLoader.cpp",
"ImageFormats/PGMLoader.cpp",
"ImageFormats/PNGLoader.cpp",

View file

@ -28,7 +28,6 @@ shared_library("LibJS") {
"Bytecode/BasicBlock.cpp",
"Bytecode/Builtins.cpp",
"Bytecode/CodeGenerationError.cpp",
"Bytecode/CommonImplementations.cpp",
"Bytecode/Executable.cpp",
"Bytecode/Generator.cpp",
"Bytecode/IdentifierTable.cpp",