File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -906,6 +906,7 @@ optional("wuffs") {
906
906
enabled = skia_use_wuffs
907
907
public_defines = [
908
908
" SK_HAS_WUFFS_LIBRARY" ,
909
+
909
910
# SK_FAVOR_WUFFS_V_0_3_OVER_V_0_2 is temporary, used during a multiple step
910
911
# transition (perhaps a month or two in mid 2020), distributed across
911
912
# multiple repositories:
@@ -924,10 +925,7 @@ optional("wuffs") {
924
925
# Steps 2a and 2b can occur concurrently. Similarly for 3a and 3b.
925
926
#
926
927
# "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" ,
931
929
]
932
930
933
931
deps = [ " //third_party/wuffs" ]
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ third_party("wuffs") {
45
45
" WUFFS_CONFIG__MODULE__LZW" ,
46
46
]
47
47
48
- sources = [ " ../externals/wuffs/release/c/wuffs-v0.2 .c" ]
48
+ sources = [ " ../externals/wuffs/release/c/wuffs-v0.3 .c" ]
49
49
}
You can’t perform that action at this time.
0 commit comments