OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//mojo/public/mojo_application.gni") | 5 import("//services/shell/public/cpp/service.gni") |
6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 | 8 |
9 group("host") { | 9 group("host") { |
10 testonly = true | 10 testonly = true |
11 | 11 |
12 deps = [ | 12 deps = [ |
13 ":lib", | 13 ":lib", |
14 ":mojo_runner_host_unittests", | 14 ":mojo_runner_host_unittests", |
15 ] | 15 ] |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 ":lib", | 119 ":lib", |
120 "//base", | 120 "//base", |
121 "//base/test:test_support", | 121 "//base/test:test_support", |
122 "//mojo/edk/system", | 122 "//mojo/edk/system", |
123 "//services/shell", | 123 "//services/shell", |
124 "//services/shell/runner:init", | 124 "//services/shell/runner:init", |
125 "//services/shell/runner/common", | 125 "//services/shell/runner/common", |
126 "//testing/gtest", | 126 "//testing/gtest", |
127 ] | 127 ] |
128 } | 128 } |
OLD | NEW |