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

Unified Diff: DEPS

Issue 2799303003: Update third_party/checkstyle to 7.6.1 (Closed)
Patch Set: addressing comments 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 | third_party/.gitignore » ('j') | third_party/checkstyle/README.chromium » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 101c6b0c8576240cef6d5ee61402367d8d01a7a7..93028350ad0a9a983169deb4d36feacad164c464 100644
--- a/DEPS
+++ b/DEPS
@@ -721,6 +721,16 @@ hooks = [
],
},
{
+ 'name': 'checkstyle',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/android/update_deps/update_third_party_deps.py',
+ 'download',
+ '-b', 'chromium-android-tools/checkstyle',
+ '-l', 'third_party/checkstyle'
+ ],
+ },
+ {
'name': 'apk-patch-size-estimator',
'pattern': '.',
'action': ['python',
« no previous file with comments | « no previous file | third_party/.gitignore » ('j') | third_party/checkstyle/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698