blob: e8cf92b04829a4e5202c5dcc50d199200bafe0e2 (
plain)
1
2
3
4
5
6
7
8
|
# 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
secondary_source = "//build/secondary/"
|