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_loader.h",
12 "application_manager.cc",
13 "application_manager.h",
36 "//third_party/mojo/src/mojo/public/interfaces/application:application",
37 "//mojo/services/network/public/interfaces",
41 "//base/third_party/dynamic_annotations",
44 "//third_party/mojo/src/mojo/edk/system",
45 "//mojo/environment:chromium",
46 "//mojo/util:filename_util",
47 "//third_party/mojo_services/src/content_handler/public/interfaces",
48 "//mojo/runner:native_application_support",
53 output_name = "mojo_shell_unittests"
55 "application_manager_unittest.cc",
56 "query_util_unittest.cc",
65 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
66 "//mojo/environment:chromium",
67 "//third_party/mojo/src/mojo/public/cpp/application",
68 "//third_party/mojo/src/mojo/public/cpp/bindings",
74 mojom("test_bindings") {