Remove the skia_fontmgr_factory argument from the Web GN configuration (flutter/engine#50183)

This was removed in Skia (see https://skia.googlesource.com/skia/+/38e85e85079f4140158a8f83c7bbceb7a1ac5ca5)
This commit is contained in:
Jason Simmons 2024-02-02 14:30:18 -08:00 committed by GitHub
parent 0c03fdf90c
commit d174418e2f

View File

@ -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