ce32f4e1a7
obj is filtered from the testing shard file sets but gen is not, and some tests depend on things in gen. TEST=ci Change-Id: I19bc763935c1cfd5077b2aeaf83e37f992ab785c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/508281 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Alexander Aprelev <aam@google.com>
26 lines
954 B
Plaintext
26 lines
954 B
Plaintext
# 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"
|
|
|
|
default_args = {
|
|
# Overwrite default args declared in the Fuchsia sdk
|
|
fuchsia_sdk_readelf_exec = "//buildtools/linux-x64/clang/bin/llvm-readelf"
|
|
|
|
# Dart uses of a copy of icudata embedded into the executable
|
|
icu_copy_icudata_to_root_build_dir = false
|
|
}
|