Viet-Trung Luu | a6cf568 | 2016-01-15 12:37:37 -0800 | [diff] [blame] | 1 | # Copyright 2013 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 | |
| 5 | # This file is used by the gn meta-buildsystem find the root of the source tree |
| 6 | # and to set startup options. |
James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 7 | |
| 8 | # The location of the build configuration file. |
| 9 | buildconfig = "//build/config/BUILDCONFIG.gn" |
| 10 | |
| 11 | # The secondary source root is a parallel directory tree where |
| 12 | # GN build files are placed when they can not be placed directly |
| 13 | # in the source tree, e.g. for third party source trees. |
| 14 | secondary_source = "//build/secondary/" |