Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
sdk/.gn
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17 lines (13 sloc)
692 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2016 The Dart project authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# This file is used by the gn meta-buildsystem 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 | |
# GN build files are placed when they can not be placed directly | |
# in the source tree, e.g. for third party source trees. | |
secondary_source = "//build/secondary/" | |
# Override the default script executable to always be python3. | |
script_executable = "python3" |