mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Meta/gn: Port f900957d26
, d748edd994
This commit is contained in:
parent
40138a4a3b
commit
aa769d95df
Notes:
sideshowbarker
2024-07-17 02:37:08 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/aa769d95df Pull-request: https://github.com/SerenityOS/serenity/pull/22540 Reviewed-by: https://github.com/trflynn89 ✅
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ shared_library("LibCompress") {
|
|||
"Gzip.cpp",
|
||||
"Lzma.cpp",
|
||||
"Lzma2.cpp",
|
||||
"PackBitsDecoder.cpp",
|
||||
"Xz.cpp",
|
||||
"Zlib.cpp",
|
||||
]
|
||||
|
|
|
@ -51,6 +51,7 @@ shared_library("LibGfx") {
|
|||
"Font/OpenType/Tables.cpp",
|
||||
"Font/ScaledFont.cpp",
|
||||
"Font/Typeface.cpp",
|
||||
"Font/VectorFont.cpp",
|
||||
"Font/WOFF/Font.cpp",
|
||||
"Font/WOFF2/Font.cpp",
|
||||
"FontCascadeList.cpp",
|
||||
|
|
Loading…
Add table
Reference in a new issue