diff --git a/Meta/gn/secondary/Userland/Libraries/LibGfx/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibGfx/BUILD.gn index 46afa71370..4e2954fbe3 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibGfx/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibGfx/BUILD.gn @@ -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", diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index bc45250594..2e7e58e2d2 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn @@ -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",