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

Side by Side 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 unified diff | Download patch
OLDNEW
1 package: . 1 package: .
2 import: 2 import:
3 - package: github.com/dustin/go-humanize 3 - package: github.com/dustin/go-humanize
4 version: master 4 version: master
5 repo: https://chromium.googlesource.com/external/github.com/dustin/go-humanize .git 5 repo: https://chromium.googlesource.com/external/github.com/dustin/go-humanize .git
6 - package: github.com/golang/protobuf 6 - package: github.com/golang/protobuf
7 version: master 7 version: master
8 repo: https://chromium.googlesource.com/external/github.com/golang/protobuf.gi t 8 repo: https://chromium.googlesource.com/external/github.com/golang/protobuf.gi t
9 subpackages: 9 subpackages:
10 - jsonpb 10 - jsonpb
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 - cmd/stringer 196 - cmd/stringer
197 - package: github.com/kisielk/gotool 197 - package: github.com/kisielk/gotool
198 version: master 198 version: master
199 repo: https://chromium.googlesource.com/external/github.com/kisielk/gotool.git 199 repo: https://chromium.googlesource.com/external/github.com/kisielk/gotool.git
200 - package: github.com/go-sql-driver/mysql 200 - package: github.com/go-sql-driver/mysql
201 version: master 201 version: master
202 repo: https://chromium.googlesource.com/external/github.com/go-sql-driver/mysq l.git 202 repo: https://chromium.googlesource.com/external/github.com/go-sql-driver/mysq l.git
203 - package: github.com/mitchellh/go-homedir 203 - package: github.com/mitchellh/go-homedir
204 repo: https://chromium.googlesource.com/external/github.com/mitchellh/go-homed ir.git 204 repo: https://chromium.googlesource.com/external/github.com/mitchellh/go-homed ir.git
205 version: master 205 version: master
206 - package: golang.org/x/mobile
207 version: master
208 repo: https://go.googlesource.com/mobile.git
209 subpackages:
210 - cmd/gomobile
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698