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

Unified Diff: go/deps.py

Issue 2226873002: Add support for building Go for Android. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Switch to using the sdk in gomobile. Created 4 years, 4 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
Index: go/deps.py
diff --git a/go/deps.py b/go/deps.py
index 92f0c88cb995a4348d67d014a8e11e7e612ff05d..ff5cf54c0117d76aa3f37ccc198f24f890ae7866 100755
--- a/go/deps.py
+++ b/go/deps.py
@@ -50,6 +50,7 @@ VENDORED_TOOLS = [
'github.com/maruel/pre-commit-go/cmd/covg',
'github.com/maruel/pre-commit-go/cmd/pcg',
'github.com/smartystreets/goconvey',
+ 'golang.org/x/mobile/cmd/gomobile',
'golang.org/x/tools/cmd/callgraph',
'golang.org/x/tools/cmd/fiximports',
'golang.org/x/tools/cmd/godex',

Powered by Google App Engine
This is Rietveld 408576698