From 0de389a82953bf00b8c835aa83309f612e2a9538 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Wed, 5 Dec 2018 09:47:56 -0500 Subject: [PATCH] Switch to the wuffs decoder (#2005) --- projects/skia/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/skia/build.sh b/projects/skia/build.sh index 16d89858c..06f8cb219 100644 --- a/projects/skia/build.sh +++ b/projects/skia/build.sh @@ -68,6 +68,7 @@ $SRC/depot_tools/gn gen out/Fuzz\ skia_use_egl=true skia_use_system_freetype2=false skia_use_fontconfig=false + skia_use_wuffs=true skia_enable_gpu=true skia_enable_skottie=true' @@ -81,6 +82,7 @@ $SRC/depot_tools/gn gen out/Fuzz_mem_constraints\ skia_use_egl=true skia_use_system_freetype2=false skia_use_fontconfig=false + skia_use_wuffs=true skia_enable_gpu=true skia_enable_skottie=false'