mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
parent
20de69693b
commit
59716f807f
Notes:
sideshowbarker
2024-07-17 04:03:27 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/59716f807f Pull-request: https://github.com/SerenityOS/serenity/pull/22977 Reviewed-by: https://github.com/shannonbooth ✅
2 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue