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",
35 "//mojo/application/public/interfaces",
37 "//third_party/mojo/src/mojo/public/cpp/bindings",
38 "//mojo/services/network/public/interfaces",
42 "//base/third_party/dynamic_annotations",
45 "//third_party/mojo/src/mojo/edk/system",
46 "//mojo/environment:chromium",
47 "//mojo/util:filename_util",
52 output_name = "mojo_shell_unittests"
54 "application_manager_unittest.cc",
55 "query_util_unittest.cc",
62 "//mojo/application/public/cpp",
63 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
69 mojom("test_bindings") {