[Build From Tarball] Re-bundle libwebp

Avoid CI error in the "Build chrome" step:

subprocess.CalledProcessError: Command '['pkg-config',
'--variable=prefix', 'libsharpyuv']' returned non-zero exit status 1.

Bug: None
Change-Id: I8c90c8ba5349bea02936237445c1d536ae458f28
Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/7238933
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Auto-Submit: Daniel Richard G. <iskunk@gmail.com>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78000}
diff --git a/recipes/recipes/build_from_tarball.expected/basic-with-js_type_check-gn-arg.json b/recipes/recipes/build_from_tarball.expected/basic-with-js_type_check-gn-arg.json
index 968d524..1afd43b 100644
--- a/recipes/recipes/build_from_tarball.expected/basic-with-js_type_check-gn-arg.json
+++ b/recipes/recipes/build_from_tarball.expected/basic-with-js_type_check-gn-arg.json
@@ -146,7 +146,6 @@
       "freetype",
       "libdrm",
       "libjpeg",
-      "libwebp",
       "opus"
     ],
     "cwd": "[START_DIR]/build_dir/chromium-130.0.6723.117",
diff --git a/recipes/recipes/build_from_tarball.expected/basic.json b/recipes/recipes/build_from_tarball.expected/basic.json
index 968d524..1afd43b 100644
--- a/recipes/recipes/build_from_tarball.expected/basic.json
+++ b/recipes/recipes/build_from_tarball.expected/basic.json
@@ -146,7 +146,6 @@
       "freetype",
       "libdrm",
       "libjpeg",
-      "libwebp",
       "opus"
     ],
     "cwd": "[START_DIR]/build_dir/chromium-130.0.6723.117",
diff --git a/recipes/recipes/build_from_tarball.py b/recipes/recipes/build_from_tarball.py
index eddf023..0875ee1 100644
--- a/recipes/recipes/build_from_tarball.py
+++ b/recipes/recipes/build_from_tarball.py
@@ -65,7 +65,6 @@
           'freetype',
           'libdrm',
           'libjpeg',
-          'libwebp',
           'opus',
 
           # https://crbug.com/731766
@@ -87,6 +86,9 @@
           # TODO(thomasanderson): Update the sysroot.
           # 'libvpx',
 
+          # Need a newer version that includes libsharpyuv.
+          # 'libwebp',
+
           # https://crbug.com/736026
           # 'libxml',