Skip to content

Commit

Permalink
Roll src/third_party/libwebp/src/ fd7b5d484..6a319d4da (1 commit)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/webm/libwebp.git/+log/fd7b5d484644..6a319d4da395

$ git log fd7b5d484..6a319d4da --date=short --no-merges --format='%ad %ae %s'
2023-06-15 jzern vp8l_enc,WriteImage: add missing error check

Created with:
  roll-dep src/third_party/libwebp/src

Bug: 1455619
Change-Id: Ic24b9496be532afeeeee2d0405434eb404938cd0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4623807
Reviewed-by: Wan-Teh Chang <wtc@google.com>
Commit-Queue: James Zern <jzern@google.com>
Cr-Commit-Position: refs/heads/main@{#1159345}
  • Loading branch information
James Zern authored and Chromium LUCI CQ committed Jun 17, 2023
1 parent 931455a commit df652d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ deps = {
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4fbea0c9751ae8aa86629b197a28d8276a2b0da',

'src/third_party/libwebp/src':
Var('chromium_git') + '/webm/libwebp.git' + '@' + 'fd7b5d48464475408d32d2611bdb6947d4246b97',
Var('chromium_git') + '/webm/libwebp.git' + '@' + '6a319d4da3956f22f0dd5ad5a7bb294f88131bbd',

'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '04821d1e7d60845525e8db55c7bcd41ef5be9406',
Expand Down
4 changes: 2 additions & 2 deletions third_party/libwebp/README.chromium
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Name: WebP image encoder/decoder
Short Name: libwebp
URL: https://chromium.googlesource.com/webm/libwebp
Version: v1.3.0
Revision: fd7b5d48464475408d32d2611bdb6947d4246b97
Version: 0
Revision: 6a319d4da3956f22f0dd5ad5a7bb294f88131bbd
CPEPrefix: cpe:/a:webmproject:libwebp:1.3.0
License: BSD
License File: LICENSE
Expand Down

0 comments on commit df652d6

Please sign in to comment.