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

Remove the skia_fontmgr_factory argument from the Web GN configuration #50183

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,6 @@ def to_gn_wasm_args(args, gn_args):
gn_args['skia_enable_fontmgr_custom_directory'] = False
gn_args['skia_enable_fontmgr_custom_embedded'] = True
gn_args['skia_enable_fontmgr_custom_empty'] = True
gn_args['skia_fontmgr_factory'
] = '//flutter/skia:fontmgr_custom_empty_factory'
gn_args['skia_enable_skshaper'] = True
gn_args['skia_enable_skparagraph'] = True
gn_args['skia_canvaskit_force_tracing'] = False
Expand Down