blob: a698bbf9b28a1fcd334598f25c1f83b5472d3dcf [file] [log] [blame]
Viet-Trung Luua6cf5682016-01-15 12:37:37 -08001# 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 Robinson646469d2014-10-03 15:33:28 -07007
8# The location of the build configuration file.
9buildconfig = "//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.
14secondary_source = "//build/secondary/"