Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: DEPS

Issue 2820583002: Reland "Update third_party/checkstyle to 7.6.1" (Closed)
Patch Set: nit Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/update_deps/update_third_party_deps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | build/android/update_deps/update_third_party_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698