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

Unified Diff: go/deps.yaml

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.yaml
diff --git a/go/deps.yaml b/go/deps.yaml
index c51a50ed94fbc9fe43e92e637622cd0b3bd3a211..b92eb835a896c49056c082bfe63937a32e01c87b 100644
--- a/go/deps.yaml
+++ b/go/deps.yaml
@@ -203,3 +203,8 @@ import:
- package: github.com/mitchellh/go-homedir
repo: https://chromium.googlesource.com/external/github.com/mitchellh/go-homedir.git
version: master
+- package: golang.org/x/mobile
+ version: master
+ repo: https://go.googlesource.com/mobile.git
+ subpackages:
+ - cmd/gomobile

Powered by Google App Engine
This is Rietveld 408576698