Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c7e3a93

Browse files
bungemanBen Wagner
authored andcommitted
Update Skia's BUILD.gn
Remove references to `SkFontMgr_indirect` and `SkFontMgrRemotable`. These are not used by Flutter and Skia is removing them.
1 parent 818191d commit c7e3a93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

skia/BUILD.gn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,6 @@ optional("fontmgr_win") {
344344
]
345345
public = [ "$_skia_root/include/ports/SkTypeface_win.h" ]
346346
sources = [
347-
"$_skia_root/include/ports/SkFontMgr_indirect.h",
348-
"$_skia_root/include/ports/SkRemotableFontMgr.h",
349-
"$_skia_root/src/fonts/SkFontMgr_indirect.cpp",
350347
"$_skia_root/src/ports/SkFontMgr_win_dw.cpp",
351348
"$_skia_root/src/ports/SkScalerContext_win_dw.cpp",
352349
"$_skia_root/src/ports/SkScalerContext_win_dw.h",

0 commit comments

Comments
 (0)