Skip to content

Commit c91db04

Browse files
Nigel TaoSkia Commit-Bot
Nigel Tao
authored and
Skia Commit-Bot
committed
Use Wuffs v0.3 by default, not v0.2
This is roll-forward of https://skia-review.googlesource.com/c/skia/+/298616/ Change-Id: I44d65dcb67555fd76075e2d415d96db82c376cae Reviewed-on: https://skia-review.googlesource.com/c/skia/+/301756 Commit-Queue: Leon Scroggins <[email protected]> Reviewed-by: Leon Scroggins <[email protected]>
1 parent a5783f3 commit c91db04

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

BUILD.gn

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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" ]

third_party/wuffs/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)