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

Side by Side Diff: mojo/go/BUILD.gn

Issue 556813003: Add Go build support for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/go/rules.gni")
6
7 group("go") {
brettw 2014/09/16 22:58:55 I'm not really sure what this is supposed to be.
tburkard 2014/09/17 12:06:45 This group("go") was copied from qsr's python stuf
qsr 2014/09/17 12:30:25 I do not think I have an empty group anywhere. Whi
tburkard 2014/09/17 13:30:46 Fixed per discussion with qsr.
8
9 }
10
11 go_test_binary("system_test") {
12 # go_base_module = "mojo"
13 sources = [
14 "tests/system_test.go",
qsr 2014/09/18 08:30:38 Why don't you depend on all the other .go files?
tburkard 2014/09/18 14:23:42 Yup, that's what I'm not sure, how to express thes
15 ]
16 # deps = [
17 # "//mojo/system",
18 # ]
19 # datadeps = [
20 # "//mojo/public/python:system",
21 # ]
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698