[go: nahoru, domu]

blob: 1b4a42ffac718434b32a1d226e6e8cc58a4671c8 [file] [log] [blame]
Yang Guo4fd355c2019-09-19 08:59:031# Copyright 2019 the V8 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 build system to find the root of the source
6# tree and to set startup options. For documentation on the values set in this
7# file, run "gn help dotfile" at the command line.
8
Yang Guo4fd355c2019-09-19 08:59:039# The location of the build configuration file.
Yang Guod97dd182019-11-19 14:18:0210buildconfig = "//build_overrides/BUILDCONFIG.gn"
Yang Guo4fd355c2019-09-19 08:59:0311
12# These are the targets to check headers for by default. The files in targets
13# matching these patterns (see "gn help label_pattern" for format) will have
14# their includes checked for proper dependencies when you run either
15# "gn check" or "gn gen --check".
16check_targets = [ "*" ]
17
Philip Pfaffe0def98e2021-04-15 10:56:4118script_executable = "python3"
19
Yang Guo4fd355c2019-09-19 08:59:0320default_args = {
Yang Guo4fd355c2019-09-19 08:59:0321}