OLD | NEW |
1 # This file is used by the GN meta build system to find the root of the source | 1 # This file is used by the GN meta build system to find the root of the source |
2 # tree and to set startup options. For documentation on the values set in this | 2 # tree and to set startup options. For documentation on the values set in this |
3 # file, run "gn help dotfile" at the command line. | 3 # file, run "gn help dotfile" at the command line. |
4 | 4 |
5 # The location of the build configuration file. | 5 # The location of the build configuration file. |
6 buildconfig = "//build/config/BUILDCONFIG.gn" | 6 buildconfig = "//build/config/BUILDCONFIG.gn" |
7 | 7 |
8 # The secondary source root is a parallel directory tree where | 8 # The secondary source root is a parallel directory tree where |
9 # GN build files are placed when they can not be placed directly | 9 # GN build files are placed when they can not be placed directly |
10 # in the source tree, e.g. for third party source trees. | 10 # in the source tree, e.g. for third party source trees. |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "//v8/*", | 123 "//v8/*", |
124 "//win8/*", | 124 "//win8/*", |
125 ] | 125 ] |
126 | 126 |
127 # These are the list of GN files that run exec_script. This whitelist exists | 127 # These are the list of GN files that run exec_script. This whitelist exists |
128 # to force additional review for new uses of exec_script, which is strongly | 128 # to force additional review for new uses of exec_script, which is strongly |
129 # discouraged except for gypi_to_gn calls. | 129 # discouraged except for gypi_to_gn calls. |
130 exec_script_whitelist = [ | 130 exec_script_whitelist = [ |
131 "//android_webview/BUILD.gn", | 131 "//android_webview/BUILD.gn", |
132 "//ash/BUILD.gn", | 132 "//ash/BUILD.gn", |
| 133 "//build/config/BUILD.gn", |
133 "//build/config/android/config.gni", | 134 "//build/config/android/config.gni", |
134 "//build/config/android/internal_rules.gni", | 135 "//build/config/android/internal_rules.gni", |
135 "//build/config/android/rules.gni", | 136 "//build/config/android/rules.gni", |
136 "//build/config/compiler/BUILD.gn", | 137 "//build/config/compiler/BUILD.gn", |
137 "//build/config/gcc/gcc_version.gni", | 138 "//build/config/gcc/gcc_version.gni", |
138 "//build/config/ios/ios_sdk.gni", | 139 "//build/config/ios/ios_sdk.gni", |
139 "//build/config/linux/BUILD.gn", | 140 "//build/config/linux/BUILD.gn", |
140 "//build/config/linux/pkg_config.gni", | 141 "//build/config/linux/pkg_config.gni", |
141 "//build/config/mac/mac_sdk.gni", | 142 "//build/config/mac/mac_sdk.gni", |
142 "//build/config/posix/BUILD.gn", | 143 "//build/config/posix/BUILD.gn", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 "//tools/gn/format_test_data/055.golden", | 231 "//tools/gn/format_test_data/055.golden", |
231 "//tools/gn/function_exec_script.cc", | 232 "//tools/gn/function_exec_script.cc", |
232 "//tools/gn/gn.gyp", | 233 "//tools/gn/gn.gyp", |
233 "//tools/gn/input_conversion.cc", | 234 "//tools/gn/input_conversion.cc", |
234 "//tools/gn/misc/emacs/gn.el", | 235 "//tools/gn/misc/emacs/gn.el", |
235 "//tools/gn/misc/vim/syntax/gn.vim", | 236 "//tools/gn/misc/vim/syntax/gn.vim", |
236 "//tools/gn/setup.cc", | 237 "//tools/gn/setup.cc", |
237 "//ui/accessibility/BUILD.gn", | 238 "//ui/accessibility/BUILD.gn", |
238 "//ui/views/BUILD.gn", | 239 "//ui/views/BUILD.gn", |
239 ] | 240 ] |
OLD | NEW |