OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 group("root") { | 5 group("root") { |
6 testonly = true | 6 testonly = true |
7 | 7 |
8 deps = [ | 8 deps = [ |
| 9 "//examples", |
9 "//mojo", | 10 "//mojo", |
| 11 "//services", |
10 ] | 12 ] |
11 | 13 |
12 if (!is_win) { | 14 if (!is_win) { |
13 deps += [ | 15 deps += [ |
14 "//sky", | 16 "//sky", |
15 ] | 17 ] |
16 } | 18 } |
17 | 19 |
18 if (!is_android && !is_win) { | 20 if (!is_android && !is_win) { |
19 deps += [ "//tools/xdisplaycheck" ] | 21 deps += [ "//tools/xdisplaycheck" ] |
20 } | 22 } |
21 } | 23 } |
OLD | NEW |