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

Unified Diff: mojo/go/BUILD.gn

Issue 1105443002: go: update go build rules (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | « examples/go/echo_server.go ('k') | mojo/go/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/go/BUILD.gn
diff --git a/mojo/go/BUILD.gn b/mojo/go/BUILD.gn
index 212bcd3ab8b850e8e8d073558e1e330bc296a494..172ec06f773f9144ff309bc39f1d83a54bf396a3 100644
--- a/mojo/go/BUILD.gn
+++ b/mojo/go/BUILD.gn
@@ -60,7 +60,7 @@ if (is_android) {
":go_sample_app",
]
}
- go_shared_library("go_sample_app") {
+ go_mojo_application("go_sample_app") {
sources = [
"sample_app/app.go",
]
@@ -98,11 +98,10 @@ if (is_android) {
]
deps = [
":application",
- ":bindings",
":platform_cgo",
+ "//examples/echo",
"//mojo/edk/system",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
- "//examples/echo",
]
}
}
« no previous file with comments | « examples/go/echo_server.go ('k') | mojo/go/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698