aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libwebp
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-04-06 09:50:47 -0400
committerGravatar Matt Sarett <msarett@google.com>2017-04-06 14:43:11 +0000
commit4293a1e5f259cf12560d6e794c1a05ad4dbc0b32 (patch)
treea369394db7b7900e4bc40c827606d753371f813f /third_party/libwebp
parente2a3f5fdb83fef6c5f09b2f6033f17c16fc5eabe (diff)
Manual revert: Add support for writing ICC profiles to webp encoder
Bug: skia: Change-Id: I4e70bee8c2ea8dbd5ae1e84aa097f5a7e2e62721 Reviewed-on: https://skia-review.googlesource.com/11444 Reviewed-by: Matt Sarett <msarett@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
Diffstat (limited to 'third_party/libwebp')
-rw-r--r--third_party/libwebp/BUILD.gn4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/libwebp/BUILD.gn b/third_party/libwebp/BUILD.gn
index 7fec982e35..3e9bd06020 100644
--- a/third_party/libwebp/BUILD.gn
+++ b/third_party/libwebp/BUILD.gn
@@ -128,10 +128,6 @@ 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",