File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -906,6 +906,7 @@ optional("wuffs") {
906906 enabled = skia_use_wuffs
907907 public_defines = [
908908 " SK_HAS_WUFFS_LIBRARY" ,
909+
909910 # SK_FAVOR_WUFFS_V_0_3_OVER_V_0_2 is temporary, used during a multiple step
910911 # transition (perhaps a month or two in mid 2020), distributed across
911912 # multiple repositories:
@@ -924,10 +925,7 @@ optional("wuffs") {
924925 # Steps 2a and 2b can occur concurrently. Similarly for 3a and 3b.
925926 #
926927 # "Users" means software that uses Skia+Wuffs, such as Chromium or Flutter.
927- #
928- # Uncommenting the next line (as well as changing "0.2" to "0.3" in
929- # "etc/wuffs-v0.2.c" in third_party/wuffs/BUILD.gn) is step 3b.
930- # "SK_FAVOR_WUFFS_V_0_3_OVER_V_0_2",
928+ " SK_FAVOR_WUFFS_V_0_3_OVER_V_0_2" ,
931929 ]
932930
933931 deps = [ " //third_party/wuffs" ]
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ third_party("wuffs") {
4545 " WUFFS_CONFIG__MODULE__LZW" ,
4646 ]
4747
48- sources = [ " ../externals/wuffs/release/c/wuffs-v0.2 .c" ]
48+ sources = [ " ../externals/wuffs/release/c/wuffs-v0.3 .c" ]
4949}
You can’t perform that action at this time.
0 commit comments