From e7773f0f0ab6c4ed23d9d803c317da6e57ef29fd Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 23 Jan 2024 09:02:41 -0500 Subject: [PATCH] Meta: Port recent changes to the GN build 29396415d58b0775d2ca1360362966c75dc4d255 1aed465efe407143e32ecb464bc136ac9f0e8bda --- Meta/gn/secondary/Userland/Libraries/LibPDF/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Meta/gn/secondary/Userland/Libraries/LibPDF/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibPDF/BUILD.gn index b48bd384b8..41f66687f9 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibPDF/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibPDF/BUILD.gn @@ -17,6 +17,8 @@ shared_library("LibPDF") { "Fonts/Type0Font.cpp", "Fonts/Type1Font.cpp", "Fonts/Type1FontProgram.cpp", + "Fonts/Type3Font.cpp", + "Function.cpp", "Interpolation.cpp", "ObjectDerivatives.cpp", "Page.cpp",