summaryrefslogtreecommitdiff
path: root/.gn
blob: a3bd14dda5945eefee14837bd952d4b919a1ac14 (plain)
1
2
3
4
5
6
7
8
9
10
# This file is used by the experimental meta-buildsystem in src/tools/gn to
# find the root of the source tree and to set startup options.

# The location of the build configuration file.
buildconfig = "//build/config/BUILDCONFIG.gn"

# The secondary source root is a parallel directory tree where
# GN build files are placed when they can not be placed directly
# in the source tree, e.g. for third party source trees.
secondary_source = "//build/secondary/"