mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Add proguard dependency to unblock DEPS roll
Also remove obsolete android ndk copy from //third_party/android_tools/ndk Change-Id: Ief8b39d65fa82597f9f96052235923b826bd3348 Reviewed-on: https://chromium-review.googlesource.com/c/1307614 Reviewed-by: Patrik Höglund <phoglund@chromium.org> Commit-Queue: Oleh Prypin <oprypin@chromium.org>
This commit is contained in:
parent
01dcf6b699
commit
11e1761d20
12
DEPS
12
DEPS
@ -227,6 +227,16 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
'src/third_party/proguard': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/proguard',
|
||||
'version': '3bd778c422ea5496de2ef25c007a517dbb5ce5ca',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
'src/third_party/requests/src': {
|
||||
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
|
||||
'condition': 'checkout_android',
|
||||
@ -987,6 +997,4 @@ hooks = [
|
||||
recursedeps = [
|
||||
# buildtools provides clang_format, libc++, and libc++abi.
|
||||
'src/buildtools',
|
||||
# android_tools manages the NDK.
|
||||
'src/third_party/android_tools',
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user