Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 86773a503ac5217df8ec70aae6bb7f6bdf1a8f26..1980016250722a8c4cca9d30fd8c43eb9272d1fe 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', |