Skip to content

Commit

Permalink
Remove minizip from DEPS
Browse files Browse the repository at this point in the history
crrev.com/c/4143824 removed third_party/minizip, but left the entry in
DEPS, which should be removed as well.

Bug: 711386
Change-Id: I919c3cdf081c5111d0fbe3f5fa02523a636d5f16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4323979
Reviewed-by: Chris Palmer <palmer@chromium.org>
Commit-Queue: Max Ihlenfeldt <max@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1115604}
  • Loading branch information
MaxIhlenfeldt authored and Chromium LUCI CQ committed Mar 10, 2023
1 parent 2f2c1d0 commit d62b190
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1641,12 +1641,6 @@ deps = {
'condition': 'checkout_linux',
},

# Minizip library. Used on Chrome OS.
'src/third_party/minizip/src': {
'url': Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + '1ff40343b55e738d941abb51c70eddb803db16e2',
'condition': 'checkout_linux',
},

'src/third_party/mockito/src': {
'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + '04a2a289a4222f80ad20717c25144981210d2eac',
'condition': 'checkout_android',
Expand Down

0 comments on commit d62b190

Please sign in to comment.