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:
Oleh Prypin 2018-10-30 16:42:16 +01:00 committed by Commit Bot
parent 01dcf6b699
commit 11e1761d20

12
DEPS
View File

@ -227,6 +227,16 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
'dep_type': 'cipd', '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': { 'src/third_party/requests/src': {
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
'condition': 'checkout_android', 'condition': 'checkout_android',
@ -987,6 +997,4 @@ hooks = [
recursedeps = [ recursedeps = [
# buildtools provides clang_format, libc++, and libc++abi. # buildtools provides clang_format, libc++, and libc++abi.
'src/buildtools', 'src/buildtools',
# android_tools manages the NDK.
'src/third_party/android_tools',
] ]