From 11e1761d204634396aa5b59937af1e55ae1a7d12 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Tue, 30 Oct 2018 16:42:16 +0100 Subject: [PATCH] Add proguard dependency to unblock DEPS roll MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Commit-Queue: Oleh Prypin --- DEPS | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index ac20e0627..87fd5c2ef 100644 --- a/DEPS +++ b/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', ]