1 # Copyright 2014 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 group("test_service") {
9 # Meta-target, don't link into production code.
14 ":test_request_tracker_app",
20 "test_request_tracker.mojom",
25 mojo_native_application("test_app") {
27 "test_service_application.cc",
28 "test_service_application.h",
29 "test_service_impl.cc",
30 "test_service_impl.h",
31 "test_time_service_impl.cc",
32 "test_time_service_impl.h",
41 "//mojo/application/public/cpp",
45 mojo_native_application("test_request_tracker_app") {
47 "test_request_tracker_application.cc",
48 "test_request_tracker_application.h",
49 "test_request_tracker_impl.cc",
50 "test_request_tracker_impl.h",
51 "test_time_service_impl.cc",
52 "test_time_service_impl.h",
61 "//mojo/application/public/cpp",