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("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni")
9 output_name = "mojo_shell"
11 "application_instance.cc",
12 "application_instance.h",
13 "application_loader.h",
14 "application_manager.cc",
15 "application_manager.h",
16 "content_handler_connection.cc",
17 "content_handler_connection.h",
31 "static_application_loader.cc",
32 "static_application_loader.h",
41 "//mojo/application/public/interfaces",
43 "//third_party/mojo/src/mojo/public/cpp/bindings",
44 "//mojo/services/network/public/interfaces",
45 "//mojo/services/updater",
49 "//base/third_party/dynamic_annotations",
51 "//mojo/application/public/cpp:sources",
53 "//third_party/mojo/src/mojo/edk/system",
54 "//mojo/environment:chromium",
55 "//mojo/util:filename_util",
59 test("mojo_shell_unittests") {
61 "application_manager_unittest.cc",
62 "capability_filter_unittest.cc",
63 "query_util_unittest.cc",
70 "//mojo/application/public/cpp",
71 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
77 mojom("test_bindings") {
79 "capability_filter_unittest.mojom",