commit | 791dda8eae4d3ab16b329c557972e78952619ac2 | [log] [tgz] |
---|---|---|
author | Sergey Rogulenko <rogulenko@google.com> | Wed Apr 22 13:58:15 2015 -0700 |
committer | Sergey Rogulenko <rogulenko@google.com> | Wed Apr 22 13:58:15 2015 -0700 |
tree | 5f713edc48df772e3f5f2d4572ee2cc589a56968 | |
parent | 2466990f73456d9f50a4167acc353a430292afe9 [diff] |
gclient hook that downloads go binaries R=jamesr@chromium.org Review URL: https://codereview.chromium.org/1092363006
diff --git a/DEPS b/DEPS index bb3bb3a..1f7f73e 100644 --- a/DEPS +++ b/DEPS
@@ -338,5 +338,14 @@ '--packages', 'pnacl_newlib', 'sync', '--extract', ], - } + }, + { + # This downloads linux and android Go binaries according to + # tools/go/VERSION. + 'name': 'gotools', + 'pattern': '.', + 'action': [ + 'python', 'src/tools/go/download.py', + ], + }, ]