ChildAccountService[Java] delegates everything to native side.
[chromium-blink-merge.git] / mojo / runner / test / BUILD.gn
blob310dfa9b9600aa14956a48eabaaf078bdd5ff92e
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//mojo/public/mojo_application.gni")
6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
8 mojom("bindings") {
9   sources = [
10     "pingable.mojom",
11   ]
14 mojo_native_application("pingable_app") {
15   output_name = "pingable_app"
17   testonly = true
19   sources = [
20     "pingable_app.cc",
21   ]
23   deps = [
24     ":bindings",
25     "//mojo/application/public/cpp",
26     "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
27   ]