-
Notifications
You must be signed in to change notification settings - Fork 484
Expand file tree
/
Copy path.gn
More file actions
24 lines (19 loc) · 703 Bytes
/
.gn
File metadata and controls
24 lines (19 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2026 Google LLC
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
# build/ comes from DEPS + running `gclient sync`
import("//build/dotfile_settings.gni")
# The location of the build configuration file.
buildconfig = "//build/config/BUILDCONFIG.gn"
# The python interpreter to use by default. On Windows, this will look
# for python3.exe and python3.bat.
script_executable = "python3"
default_args = {
enable_rust = false
use_llvm_libatomic = false
use_siso = true
treat_warnings_as_errors = false
# Set to true automagically when building in the Chromium tree.
build_with_chromium = false
}