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

Unified Diff: mojo/BUILD.gn

Issue 681393002: -Build configuration for a sample Go application that can be run in Mojo (on Android). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tabs Created 6 years, 2 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 | « build/go/rules.gni ('k') | mojo/go/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index d2bc33c97b5c9b1b0a22a99298eded4ba7f8b986..35098c654bf7a78c2eedb79417d4f3d4a0e87bdd 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -34,15 +34,16 @@ group("mojo") {
]
}
+ if (mojo_use_go) {
+ deps += [
+ "//mojo/go",
+ ]
+ }
+
if (is_linux) {
deps += [
"//mojo/python",
]
- if (mojo_use_go) {
- deps += [
- "//mojo/go",
- ]
- }
}
}
« no previous file with comments | « build/go/rules.gni ('k') | mojo/go/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698