🌐 AI搜索 & 代理 主页
blob: a9e618fadae9e2883279bf00b34881471dd5f543 [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/"
Alexander Thomasb5c63ce2021-04-15 10:10:2015
16# Override the default script executable to always be python3.
17script_executable = "python3"