🌐 AI搜索 & 代理 主页
blob: fc54abe46e96f5e95d02629b5d1b5360bd1effc7 [file] [log] [blame]
Zachary Anderson7e1b7e52016-09-23 14:47:361# Copyright 2016 The Dart project 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.
7
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/"