Chromium Code Reviews| 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', |