| # Copyright 2015 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| import("//mojo/go/rules.gni") |
| assert(go_build_tool != "") |
| go_mojo_application("go_echo_client") { |
| "//examples/echo:bindings", |
| go_mojo_application("go_echo_server") { |
| "//examples/echo:bindings", |
| go_mojo_application("go_http_handler") { |
| "//mojo/services/http_server/interfaces", |
| "//mojo/services/network/interfaces", |
| go_mojo_application("go_http_server") { |
| "//mojo/services/network/interfaces", |