blob: a3bd14dda5945eefee14837bd952d4b919a1ac14 [file] [log] [blame]
Ben Murdochd3868032013-07-31 10:55:33 +01001# 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.
5buildconfig = "//build/config/BUILDCONFIG.gn"
6
7# The secondary source root is a parallel directory tree where
Primiano Tucci1320f922014-09-30 14:45:55 +01008# GN build files are placed when they can not be placed directly
9# in the source tree, e.g. for third party source trees.
Torne (Richard Coles)6d86b772014-06-25 10:30:53 +010010secondary_source = "//build/secondary/"