Add third_party/wuffs
Skia (https://skia.googlesource.com/skia) is a 2-D graphics library, already in use by Chromium as third_party/skia. Wuffs (https://github.com/google/wuffs) is a memory-safe programming language whose standard library includes a GIF image decoder. Wuffs' standard library is also available as transpiled C code. From Skia's (and Chromium's) point of view, Wuffs' standard library is just another C library. It's just not hand-written C. Upstream Skia is moving to use Wuffs for GIF image decoding (https://bugs.chromium.org/p/skia/issues/detail?id=8235). For Chromium, this commit (adding third_party/wuffs, but no change in the generated binaries yet) is the first in a series of commits (see crbug.com/1014044) to have Skia-in-Chromium also use Wuffs. Wuffs is released under the Apache License 2.0: https://github.com/google/wuffs/blob/master/LICENSE Bug: 1014044 Change-Id: I6b41794af09b07aacc48d519651bc397e761ad71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859536Reviewed-by:Chris Palmer <palmer@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#708485}
Showing
third_party/wuffs/BUILD.gn
0 → 100644
third_party/wuffs/LICENSE
0 → 100644
This diff is collapsed.
third_party/wuffs/OWNERS
0 → 100644
Please register or sign in to comment