From 7154eae5b1e161b064996fcc70e8be85298b8574 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 11 Sep 2023 15:08:46 -0700 Subject: [PATCH] Libwebp build script updates needed for the roll to 1.3.1 (#764) --- build/secondary/third_party/libwebp/BUILD.gn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/secondary/third_party/libwebp/BUILD.gn b/build/secondary/third_party/libwebp/BUILD.gn index 5db4a326e5..198faa4a96 100644 --- a/build/secondary/third_party/libwebp/BUILD.gn +++ b/build/secondary/third_party/libwebp/BUILD.gn @@ -58,6 +58,13 @@ source_set("libwebp") { configs += [ ":libwebp_defines" ] sources = [ + "//third_party/libwebp/sharpyuv/sharpyuv.c", + "//third_party/libwebp/sharpyuv/sharpyuv_cpu.c", + "//third_party/libwebp/sharpyuv/sharpyuv_csp.c", + "//third_party/libwebp/sharpyuv/sharpyuv_dsp.c", + "//third_party/libwebp/sharpyuv/sharpyuv_gamma.c", + "//third_party/libwebp/sharpyuv/sharpyuv_neon.c", + "//third_party/libwebp/sharpyuv/sharpyuv_sse2.c", "//third_party/libwebp/src/dec/alpha_dec.c", "//third_party/libwebp/src/dec/buffer_dec.c", "//third_party/libwebp/src/dec/frame_dec.c",