James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 1 | # This file is used by the experimental meta-buildsystem in src/tools/gn to |
| 2 | # find the root of the source tree and to set startup options. |
| 3 | |
| 4 | # The location of the build configuration file. |
| 5 | buildconfig = "//build/config/BUILDCONFIG.gn" |
| 6 | |
| 7 | # The secondary source root is a parallel directory tree where |
| 8 | # GN build files are placed when they can not be placed directly |
| 9 | # in the source tree, e.g. for third party source trees. |
| 10 | secondary_source = "//build/secondary/" |
James Robinson | 5f36d37 | 2015-01-08 13:03:56 -0800 | [diff] [blame] | 11 | |
| 12 | # The set of targets known to pass 'gn check'. When all targets pass, remove |
| 13 | # this. |
| 14 | check_targets = [ |
James Robinson | 63d51d0 | 2015-04-03 17:17:14 -0700 | [diff] [blame] | 15 | "//cc/*", |
| 16 | "//crypto/*", |
| 17 | "//dart/*", |
James Robinson | 5f36d37 | 2015-01-08 13:03:56 -0800 | [diff] [blame] | 18 | "//examples/*", |
James Robinson | 63d51d0 | 2015-04-03 17:17:14 -0700 | [diff] [blame] | 19 | "//gin/*", |
James Robinson | 5f36d37 | 2015-01-08 13:03:56 -0800 | [diff] [blame] | 20 | "//mojo/*", |
James Robinson | 63d51d0 | 2015-04-03 17:17:14 -0700 | [diff] [blame] | 21 | "//mojom/*", |
James Robinson | 5f36d37 | 2015-01-08 13:03:56 -0800 | [diff] [blame] | 22 | "//services/*", |
| 23 | "//shell/*", |
James Robinson | 63d51d0 | 2015-04-03 17:17:14 -0700 | [diff] [blame] | 24 | "//skia/*", |
James Robinson | 5f36d37 | 2015-01-08 13:03:56 -0800 | [diff] [blame] | 25 | "//sky/*", |
James Robinson | 1a33049 | 2015-03-30 11:04:03 -0700 | [diff] [blame] | 26 | "//ui/*", |
James Robinson | 63d51d0 | 2015-04-03 17:17:14 -0700 | [diff] [blame] | 27 | "//url/*", |
James Robinson | 5f36d37 | 2015-01-08 13:03:56 -0800 | [diff] [blame] | 28 | ] |