Reland "Android: Update version of retrace.jar to 6.0.3"
Reverted in: 78561f5b9dca2d5e742a43ddf0f553eaf4a76c70
Reason for reland:
* Should now work with swarming
* Contains fix for angle_perftest (ran locally)
The existing version was found to infinite loop at times.
Also moves the jars to CIPD
Bug: 876539, 877619
Change-Id: I9564c9b5dd6339abd1ded62d9bba98f9692a601d
Reviewed-on: https://chromium-review.googlesource.com/1188601
Reviewed-by: John Budorick <[email protected]>
Commit-Queue: agrieve <[email protected]>
Cr-Commit-Position: refs/heads/master@{#586312}
diff --git a/DEPS b/DEPS
index 1d5ce61..58006e91 100644
--- a/DEPS
+++ b/DEPS
@@ -950,6 +950,17 @@
'condition': 'checkout_win',
},
+ 'src/third_party/proguard': {
+ 'packages': [
+ {
+ 'package': 'chromium/third_party/proguard',
+ 'version': '3bd778c422ea5496de2ef25c007a517dbb5ce5ca',
+ },
+ ],
+ 'condition': 'checkout_android',
+ 'dep_type': 'cipd',
+ },
+
# Dependency of chromite.git and skia.
'src/third_party/pyelftools': {
'url': Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',