Index: DEPS |
diff --git a/DEPS b/DEPS |
index 6366bf5b3e4cd5f436498d9240c00d7a0cbc68f1..28ff069ee349158197266c664111f09d752e2913 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -924,6 +924,16 @@ hooks = [ |
], |
}, |
{ |
+ 'name': 'checkstyle', |
+ 'pattern': '.', |
+ 'action': [ 'download_from_google_storage', |
+ '--no_resume', |
+ '--no_auth', |
+ '--bucket', 'chromium-android-tools/checkstyle', |
+ '-s', 'src/third_party/checkstyle/checkstyle-7.6.1-all.jar.sha1' |
+ ], |
+ }, |
+ { |
'name': 'gvr_static_shim_android_arm', |
'pattern': '\\.sha1', |
'action': [ 'download_from_google_storage', |