Skip to content

Commit

Permalink
Remove the skia_fontmgr_factory argument from the Web GN configuration (
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Feb 2, 2024
1 parent 9869d47 commit 05a199c
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit 05a199c

Please sign in to comment.