Switch to the wuffs decoder (#2005)

This commit is contained in:
Kevin Lubick 2018-12-05 09:47:56 -05:00 committed by Abhishek Arya
parent 5bfd213d45
commit 0de389a829
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ $SRC/depot_tools/gn gen out/Fuzz\
skia_use_egl=true skia_use_egl=true
skia_use_system_freetype2=false skia_use_system_freetype2=false
skia_use_fontconfig=false skia_use_fontconfig=false
skia_use_wuffs=true
skia_enable_gpu=true skia_enable_gpu=true
skia_enable_skottie=true' skia_enable_skottie=true'
@ -81,6 +82,7 @@ $SRC/depot_tools/gn gen out/Fuzz_mem_constraints\
skia_use_egl=true skia_use_egl=true
skia_use_system_freetype2=false skia_use_system_freetype2=false
skia_use_fontconfig=false skia_use_fontconfig=false
skia_use_wuffs=true
skia_enable_gpu=true skia_enable_gpu=true
skia_enable_skottie=false' skia_enable_skottie=false'