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

Unified Diff: examples/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 | « no previous file | examples/go/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/go/BUILD.gn
diff --git a/examples/go/BUILD.gn b/examples/go/BUILD.gn
index edd29e0c675fb7c422c88e13b98bea0806d02c93..78412ab20ca15e852e53f5546141c4148458ac5d 100644
--- a/examples/go/BUILD.gn
+++ b/examples/go/BUILD.gn
@@ -12,7 +12,7 @@ if (is_android) {
]
}
- go_shared_library("go_echo_client") {
+ go_mojo_application("go_echo_client") {
sources = [
"echo_client.go",
]
@@ -25,7 +25,7 @@ if (is_android) {
]
}
- go_shared_library("go_echo_server") {
+ go_mojo_application("go_echo_server") {
sources = [
"echo_server.go",
]
« no previous file with comments | « no previous file | examples/go/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698