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

Unified Diff: examples/go/BUILD.gn

Issue 1153933003: Update network service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Final version Created 5 years, 6 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 | mojo/public/tools/NETWORK_SERVICE_VERSION » ('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 265ebcc15f7c8f372090cca1dac59e3a50aef3b2..842a533eacca3484c10efd54a65afb70d805969d 100644
--- a/examples/go/BUILD.gn
+++ b/examples/go/BUILD.gn
@@ -10,7 +10,9 @@ if (is_android) {
":go_echo_client",
":go_echo_server",
":go_http_handler",
- ":go_http_server",
+
+ # TODO(rogulenko): Re-enable when the go bindings generator supports it.
+ # ":go_http_server",
]
}
« no previous file with comments | « no previous file | mojo/public/tools/NETWORK_SERVICE_VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698