From fe7cad4199cfd59974b3cd6bc9eeed91bb583947 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Fri, 18 May 2018 12:55:20 -0700 Subject: [PATCH] Temporarily use expat on Android because the Android font manager depends on the same. (#5308) --- tools/gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gn b/tools/gn index 430dfffd630..74bc55bc9b4 100755 --- a/tools/gn +++ b/tools/gn @@ -71,7 +71,7 @@ def to_gn_args(args): gn_args['skia_use_dng_sdk'] = False # RAW image handling. gn_args['skia_use_sfntly'] = False # PDF handling depedency. gn_args['skia_enable_pdf'] = False # PDF handling. - gn_args['skia_use_expat'] = False # XML handling (for SVG and friends). + gn_args['skia_use_expat'] = args.target_os == 'android' gn_args['skia_use_fontconfig'] = False # Use the custom font manager instead. gn_args['is_official_build'] = True # Disable Skia test utilities.