mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll wuffs to google/wuffs@c86add25f7 (#23607)
This commit is contained in:
parent
f743c89bd1
commit
cf42dbe139
2
DEPS
2
DEPS
@ -368,7 +368,7 @@ deps = {
|
||||
Var('chromium_git') + '/webm/libwebp.git' + '@' + '0.6.0',
|
||||
|
||||
'src/third_party/wuffs':
|
||||
Var('skia_git') + '/external/github.com/google/wuffs.git' + '@' + '00cc8a50aa0c86b6bcb37e9ece8fb100047cc17b',
|
||||
Var('skia_git') + '/external/github.com/google/wuffs.git' + '@' + 'c86add25f790360f0aca026c4f1c2c4e2d12408d',
|
||||
|
||||
'src/third_party/fontconfig/src':
|
||||
Var('chromium_git') + '/external/fontconfig.git' + '@' + 'c336b8471877371f0190ba06f7547c54e2b890ba',
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: dd20a382d800b4e720f19fe6d0f941bf
|
||||
Signature: e6ef83d36fa60c97909585da2b86d099
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -1069,27 +1069,41 @@ FILE: ../../../third_party/wuffs/cmd/wuffs/main.go
|
||||
FILE: ../../../third_party/wuffs/cmd/wuffs/release.go
|
||||
FILE: ../../../third_party/wuffs/cmd/wuffs/test.go
|
||||
FILE: ../../../third_party/wuffs/cmd/wuffsfmt/main.go
|
||||
FILE: ../../../third_party/wuffs/example/cbor-to-json/cbor-to-json.cc
|
||||
FILE: ../../../third_party/wuffs/example/convert-to-nia/convert-to-nia.c
|
||||
FILE: ../../../third_party/wuffs/example/crc32/crc32.cc
|
||||
FILE: ../../../third_party/wuffs/example/gifplayer/gifplayer.c
|
||||
FILE: ../../../third_party/wuffs/example/imageviewer/imageviewer.c
|
||||
FILE: ../../../third_party/wuffs/example/json-to-cbor/json-to-cbor.cc
|
||||
FILE: ../../../third_party/wuffs/example/jsonfindptrs/jsonfindptrs.cc
|
||||
FILE: ../../../third_party/wuffs/example/jsonptr/jsonptr.cc
|
||||
FILE: ../../../third_party/wuffs/example/library/library.c
|
||||
FILE: ../../../third_party/wuffs/example/toy-genlib/toy-genlib.c
|
||||
FILE: ../../../third_party/wuffs/example/zcat/zcat.c
|
||||
FILE: ../../../third_party/wuffs/fuzz/c/fuzzlib/fuzzlib.c
|
||||
FILE: ../../../third_party/wuffs/fuzz/c/fuzzlib/fuzzlib_image_decoder.c
|
||||
FILE: ../../../third_party/wuffs/fuzz/c/std/bmp_fuzzer.c
|
||||
FILE: ../../../third_party/wuffs/fuzz/c/std/cbor_fuzzer.c
|
||||
FILE: ../../../third_party/wuffs/fuzz/c/std/gif_fuzzer.c
|
||||
FILE: ../../../third_party/wuffs/fuzz/c/std/json_fuzzer.c
|
||||
FILE: ../../../third_party/wuffs/fuzz/c/std/png_fuzzer.c
|
||||
FILE: ../../../third_party/wuffs/fuzz/c/std/zlib_fuzzer.c
|
||||
FILE: ../../../third_party/wuffs/hello-wuffs-c/main.c
|
||||
FILE: ../../../third_party/wuffs/hello-wuffs-c/parse.wuffs
|
||||
FILE: ../../../third_party/wuffs/hello-wuffs-c/wuffs-base.c
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/auxiliary/base.cc
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/auxiliary/base.hh
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/auxiliary/cbor.cc
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/auxiliary/cbor.hh
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/auxiliary/json.cc
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/auxiliary/json.hh
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/all-impl.c
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/f64conv-submodule.c
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/floatconv-submodule-code.c
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/floatconv-submodule-data.c
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/fundamental-private.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/fundamental-public.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/image-private.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/image-public.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/intconv-submodule.c
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/io-private.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/io-public.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/memory-private.h
|
||||
@ -1097,11 +1111,11 @@ FILE: ../../../third_party/wuffs/internal/cgen/base/memory-public.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/pixconv-submodule.c
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/range-private.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/range-public.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/strconv-impl.c
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/strconv-private.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/strconv-public.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/token-private.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/token-public.h
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/base/utf8-submodule.c
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/builtin.go
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/cgen.go
|
||||
FILE: ../../../third_party/wuffs/internal/cgen/data/data.go
|
||||
@ -1192,11 +1206,13 @@ FILE: ../../../third_party/wuffs/script/compress-giflzw.go
|
||||
FILE: ../../../third_party/wuffs/script/convert-png-to-wbmp.go
|
||||
FILE: ../../../third_party/wuffs/script/crawl.go
|
||||
FILE: ../../../third_party/wuffs/script/draw-with-mask.go
|
||||
FILE: ../../../third_party/wuffs/script/extract-cbor-rfc-7049-examples.go
|
||||
FILE: ../../../third_party/wuffs/script/extract-deflate-offsets.go
|
||||
FILE: ../../../third_party/wuffs/script/extract-giflzw.go
|
||||
FILE: ../../../third_party/wuffs/script/extract-palette-indexes.go
|
||||
FILE: ../../../third_party/wuffs/script/inline-c-relative-includes.go
|
||||
FILE: ../../../third_party/wuffs/script/make-artificial.go
|
||||
FILE: ../../../third_party/wuffs/script/manual-test-parse-number-f64.cc
|
||||
FILE: ../../../third_party/wuffs/script/mmap-ring-buffer.c
|
||||
FILE: ../../../third_party/wuffs/script/preprocess-wuffs.go
|
||||
FILE: ../../../third_party/wuffs/script/print-bits.go
|
||||
@ -1207,21 +1223,24 @@ FILE: ../../../third_party/wuffs/script/print-deflate-huff-table-size.go
|
||||
FILE: ../../../third_party/wuffs/script/print-deflate-magic-numbers.go
|
||||
FILE: ../../../third_party/wuffs/script/print-file-sizes-json.go
|
||||
FILE: ../../../third_party/wuffs/script/print-hpd-left-shift.go
|
||||
FILE: ../../../third_party/wuffs/script/print-json-ascii-escapes.go
|
||||
FILE: ../../../third_party/wuffs/script/print-json-token-debug-format.c
|
||||
FILE: ../../../third_party/wuffs/script/print-lzw-example.go
|
||||
FILE: ../../../third_party/wuffs/script/print-markdown-links.go
|
||||
FILE: ../../../third_party/wuffs/script/print-mpb-powers-of-10.go
|
||||
FILE: ../../../third_party/wuffs/script/print-render-number-f64-tests.go
|
||||
FILE: ../../../third_party/wuffs/script/process-json-numbers.c
|
||||
FILE: ../../../third_party/wuffs/script/rac-random-seek-test.go
|
||||
FILE: ../../../third_party/wuffs/script/wuffs-deflate-decoder-decode-huffman.c
|
||||
FILE: ../../../third_party/wuffs/std/adler32/common_adler32.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/bmp/decode_bmp.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/cbor/decode_cbor.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/crc32/common_crc32.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/deflate/common_consts.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/deflate/decode_deflate.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/deflate/decode_huffman_fast.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/deflate/decode_huffman_slow.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/gif/common_consts.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/gif/decode_config.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/gif/decode_gif.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/gif/decode_quirks.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/gzip/decode_gzip.wuffs
|
||||
@ -1229,6 +1248,9 @@ FILE: ../../../third_party/wuffs/std/json/common_consts.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/json/decode_json.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/json/decode_quirks.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/lzw/decode_lzw.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/nie/decode_nie.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/png/decode_filter_fallback.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/png/decode_png.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/wbmp/decode_wbmp.wuffs
|
||||
FILE: ../../../third_party/wuffs/std/zlib/decode_zlib.wuffs
|
||||
----------------------------------------------------------------------------------------------------
|
||||
@ -23462,6 +23484,11 @@ SOFTWARE.
|
||||
LIBRARY: wuffs
|
||||
ORIGIN: ../../../third_party/wuffs/LICENSE
|
||||
TYPE: LicenseType.apache
|
||||
FILE: ../../../third_party/wuffs/doc/logo/wuffs-acronym-logo-1536x1024.png
|
||||
FILE: ../../../third_party/wuffs/doc/logo/wuffs-logo-1024x724.png
|
||||
FILE: ../../../third_party/wuffs/doc/logo/wuffs-logo-2048x1448.png
|
||||
FILE: ../../../third_party/wuffs/doc/logo/wuffs-logo-256x181.png
|
||||
FILE: ../../../third_party/wuffs/doc/logo/wuffs-logo.svg
|
||||
FILE: ../../../third_party/wuffs/go.mod
|
||||
FILE: ../../../third_party/wuffs/go.sum
|
||||
FILE: ../../../third_party/wuffs/script/bench-rust-deflate/Cargo.toml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user