Browse Source

Meta/gn: Port f900957d262, d748edd99450

Nico Weber 1 year ago
parent
commit
aa769d95df

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibCompress/BUILD.gn

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

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibGfx/BUILD.gn

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