This commit is contained in:
Nico Weber 2024-01-02 09:59:33 -05:00 committed by Tim Flynn
parent 40138a4a3b
commit aa769d95df
Notes: sideshowbarker 2024-07-17 02:37:08 +09:00
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ shared_library("LibCompress") {
"Gzip.cpp",
"Lzma.cpp",
"Lzma2.cpp",
"PackBitsDecoder.cpp",
"Xz.cpp",
"Zlib.cpp",
]

View file

@ -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",