From c7e3a93d61b4b6a346d2957de8242bb27ca938a2 Mon Sep 17 00:00:00 2001 From: bungeman Date: Wed, 17 Apr 2024 10:38:10 -0400 Subject: [PATCH] Update Skia's BUILD.gn Remove references to `SkFontMgr_indirect` and `SkFontMgrRemotable`. These are not used by Flutter and Skia is removing them. --- skia/BUILD.gn | 3 --- 1 file changed, 3 deletions(-) diff --git a/skia/BUILD.gn b/skia/BUILD.gn index ef594071b5ef1..daf7034a156d3 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -344,9 +344,6 @@ optional("fontmgr_win") { ] public = [ "$_skia_root/include/ports/SkTypeface_win.h" ] sources = [ - "$_skia_root/include/ports/SkFontMgr_indirect.h", - "$_skia_root/include/ports/SkRemotableFontMgr.h", - "$_skia_root/src/fonts/SkFontMgr_indirect.cpp", "$_skia_root/src/ports/SkFontMgr_win_dw.cpp", "$_skia_root/src/ports/SkScalerContext_win_dw.cpp", "$_skia_root/src/ports/SkScalerContext_win_dw.h",