aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libwebp
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-04-05 16:52:00 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-05 21:33:14 +0000
commit0c9d0b4e03b6c10778329e995b5dfdcb97954b28 (patch)
tree43391c6ceaa97fe9574530642b943d6ee20418c0 /third_party/libwebp
parent7125ac603613d156d83a528f27b03e04282a1e37 (diff)
Add support for writing ICC profiles to webp encoder
Bug: skia: Change-Id: If0a8f84ed88da96924370b841f2283c0ff8e32ab Reviewed-on: https://skia-review.googlesource.com/10212 Commit-Queue: Matt Sarett <msarett@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'third_party/libwebp')
-rw-r--r--third_party/libwebp/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/libwebp/BUILD.gn b/third_party/libwebp/BUILD.gn
index 3e9bd06020..7fec982e35 100644
--- a/third_party/libwebp/BUILD.gn
+++ b/third_party/libwebp/BUILD.gn
@@ -128,6 +128,10 @@ if (skia_use_system_libwebp) {
"../externals/libwebp/src/enc/tree_enc.c",
"../externals/libwebp/src/enc/vp8l_enc.c",
"../externals/libwebp/src/enc/webp_enc.c",
+ "../externals/libwebp/src/mux/anim_encode.c",
+ "../externals/libwebp/src/mux/muxedit.c",
+ "../externals/libwebp/src/mux/muxinternal.c",
+ "../externals/libwebp/src/mux/muxread.c",
"../externals/libwebp/src/utils/bit_reader_utils.c",
"../externals/libwebp/src/utils/bit_writer_utils.c",
"../externals/libwebp/src/utils/color_cache_utils.c",