Commit 6f5c67bc by Jamie Madill Committed by Angle LUCI CQ

Use the same url for 'requests' as chromium.

Otherwise this breaks the auto-roll script. Bug: angleproject:5941 Change-Id: I9b1d850822732c41b8a73de33060ceb50b8a49ab Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2905194Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 88156d26
...@@ -474,7 +474,7 @@ deps = { ...@@ -474,7 +474,7 @@ deps = {
}, },
'third_party/requests/src': { 'third_party/requests/src': {
'url': '{chromium_git}/external/github.com/kennethreitz/requests@refs/tags/v2.23.0', 'url': '{chromium_git}/external/github.com/kennethreitz/requests.git@refs/tags/v2.23.0',
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and not build_with_chromium',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment