From 28bafe6903f58b5b7395a52ddc1870da33458316 Mon Sep 17 00:00:00 2001 From: Michael Klimushyn Date: Mon, 11 Feb 2019 11:09:45 -0800 Subject: [PATCH] Don't use Wuffs (#7785) This code path isn't stable yet. Fixes flutter/flutter#27718 Reopens flutter/flutter#23838 --- tools/gn | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gn b/tools/gn index f7cfb0ac3..e7e6e82b2 100755 --- a/tools/gn +++ b/tools/gn @@ -85,7 +85,6 @@ def to_gn_args(args): gn_args['skia_use_x11'] = False # Never add the X11 dependency (only takes effect on Linux). gn_args['skia_use_expat'] = args.target_os == 'android' gn_args['skia_use_fontconfig'] = False # Use the custom font manager instead. - gn_args['skia_use_wuffs'] = not sys.platform.startswith(('cygwin', 'win')) gn_args['is_official_build'] = True # Disable Skia test utilities. gn_args['is_debug'] = args.unoptimized -- GitLab