James Robinson | 3be077c | 2014-10-24 14:56:46 -0700 | [diff] [blame] | 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. |
| 4 | |
Nick Bray | e5ac342 | 2014-12-16 13:27:24 -0800 | [diff] [blame] | 5 | # This target will be built if no target is specified when invoking ninja. |
| 6 | group("default") { |
James Robinson | 0c81e9b | 2014-10-03 15:32:44 -0700 | [diff] [blame] | 7 | testonly = true |
| 8 | |
| 9 | deps = [ |
James Robinson | ce8c9dc | 2014-11-10 11:07:05 -0800 | [diff] [blame] | 10 | "//examples", |
Scott Violet | 32458ab | 2014-10-21 16:24:04 -0700 | [diff] [blame] | 11 | "//mojo", |
James Robinson | ce8c9dc | 2014-11-10 11:07:05 -0800 | [diff] [blame] | 12 | "//services", |
James Robinson | b4b7af2 | 2014-12-05 11:21:01 -0800 | [diff] [blame] | 13 | "//shell", |
James Robinson | acdeda2 | 2014-12-05 13:35:52 -0800 | [diff] [blame] | 14 | "//sky", |
Elliot Glaysher | ba75a33 | 2015-01-15 12:16:19 -0800 | [diff] [blame] | 15 | "//ui/gfx:gfx_unittests", |
James Robinson | 0c81e9b | 2014-10-03 15:32:44 -0700 | [diff] [blame] | 16 | ] |
Scott Graham | 3582083 | 2014-11-04 11:04:01 -0800 | [diff] [blame] | 17 | |
Scott Graham | fa2b293 | 2014-11-03 19:42:39 -0800 | [diff] [blame] | 18 | if (!is_android && !is_win) { |
James Robinson | 3be077c | 2014-10-24 14:56:46 -0700 | [diff] [blame] | 19 | deps += [ "//tools/xdisplaycheck" ] |
| 20 | } |
James Robinson | 0c81e9b | 2014-10-03 15:32:44 -0700 | [diff] [blame] | 21 | } |
Nick Bray | e5ac342 | 2014-12-16 13:27:24 -0800 | [diff] [blame] | 22 | |
| 23 | # Deprecated name for the default build target. |
| 24 | group("root") { |
| 25 | testonly = true |
| 26 | deps = [ |
| 27 | ":default", |
| 28 | ] |
| 29 | } |