Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index f4a9f79770db8a1275d7cc963f17f6596f944b05..9b26049eeac245181792ecb3e051ef003cdc9fed 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -923,6 +923,17 @@ hooks = [ |
| '-s', 'src/buildtools/linux64/clang-format.sha1', |
| ], |
| }, |
| + # Pull checkstyle binaries using checked-in hashes. |
|
agrieve
2017/04/19 17:36:54
nit: this comment isn't really useful. I'd remove
|
| + { |
| + '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', |