OLD | NEW |
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # This file contains variables that can be imported into a repo's dotfile (.gn) | 5 # This file contains variables that can be imported into a repo's dotfile (.gn) |
6 # to make it easier to roll new versions of //build in. | 6 # to make it easier to roll new versions of //build in. |
7 | 7 |
8 build_dotfile_settings = { | 8 build_dotfile_settings = { |
9 exec_script_whitelist = [ | 9 exec_script_whitelist = [ |
10 "//build/config/android/config.gni", | 10 "//build/config/android/config.gni", |
11 "//build/config/android/internal_rules.gni", | 11 "//build/config/android/internal_rules.gni", |
12 "//build/config/android/rules.gni", | 12 "//build/config/android/rules.gni", |
13 "//build/config/compiler/BUILD.gn", | 13 "//build/config/compiler/BUILD.gn", |
14 "//build/config/gcc/gcc_version.gni", | 14 "//build/config/gcc/gcc_version.gni", |
| 15 "//build/config/host_byteorder.gni", |
15 "//build/config/ios/ios_sdk.gni", | 16 "//build/config/ios/ios_sdk.gni", |
16 "//build/config/linux/BUILD.gn", | 17 "//build/config/linux/BUILD.gn", |
17 "//build/config/linux/pkg_config.gni", | 18 "//build/config/linux/pkg_config.gni", |
18 "//build/config/linux/atk/BUILD.gn", | 19 "//build/config/linux/atk/BUILD.gn", |
19 "//build/config/mac/mac_sdk.gni", | 20 "//build/config/mac/mac_sdk.gni", |
20 "//build/config/mac/rules.gni", | 21 "//build/config/mac/rules.gni", |
21 "//build/config/posix/BUILD.gn", | 22 "//build/config/posix/BUILD.gn", |
22 "//build/config/sysroot.gni", | 23 "//build/config/sysroot.gni", |
23 "//build/config/win/BUILD.gn", | 24 "//build/config/win/BUILD.gn", |
24 "//build/config/win/visual_studio_version.gni", | 25 "//build/config/win/visual_studio_version.gni", |
25 "//build/toolchain/concurrent_links.gni", | 26 "//build/toolchain/concurrent_links.gni", |
26 "//build/toolchain/mac/BUILD.gn", | 27 "//build/toolchain/mac/BUILD.gn", |
27 "//build/toolchain/nacl/BUILD.gn", | 28 "//build/toolchain/nacl/BUILD.gn", |
28 "//build/toolchain/toolchain.gni", | 29 "//build/toolchain/toolchain.gni", |
29 "//build/toolchain/win/BUILD.gn", | 30 "//build/toolchain/win/BUILD.gn", |
30 "//build/util/branding.gni", | 31 "//build/util/branding.gni", |
31 "//build/util/version.gni", | 32 "//build/util/version.gni", |
32 ] | 33 ] |
33 } | 34 } |
OLD | NEW |