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

Unified Diff: DEPS

Issue 1092363006: gclient hook that downloads go binaries (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index bb3bb3a65bcc0420364cc10f6cbb6c8e1691e7ab..1f7f73ef7d03018a7572aa673d7426f4a1ae2063 100644
--- a/DEPS
+++ b/DEPS
@@ -338,5 +338,14 @@ hooks = [
'--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',
+ ],
+ },
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698