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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 "//storage/*", | 237 "//storage/*", |
238 "//sync/*", | 238 "//sync/*", |
239 "//testing/*", | 239 "//testing/*", |
240 | 240 |
241 #"//third_party/*", # May not ever want this. | 241 #"//third_party/*", # May not ever want this. |
242 "//tools/*", | 242 "//tools/*", |
243 | 243 |
244 #"//ui/*", # Just a few problems. | 244 #"//ui/*", # Just a few problems. |
245 "//url/*", | 245 "//url/*", |
246 "//v8/*", | 246 "//v8/*", |
| 247 "//win8/*", |
247 ] | 248 ] |
248 | 249 |
249 # These are the list of GN files that run exec_script. This whitelist exists | 250 # These are the list of GN files that run exec_script. This whitelist exists |
250 # to force additional review for new uses of exec_script, which is strongly | 251 # to force additional review for new uses of exec_script, which is strongly |
251 # discouraged except for gypi_to_gn calls. | 252 # discouraged except for gypi_to_gn calls. |
252 exec_script_whitelist = [ | 253 exec_script_whitelist = [ |
253 "//android_webview/BUILD.gn", | 254 "//android_webview/BUILD.gn", |
254 "//ash/BUILD.gn", | 255 "//ash/BUILD.gn", |
255 "//build/config/android/config.gni", | 256 "//build/config/android/config.gni", |
256 "//build/config/android/internal_rules.gni", | 257 "//build/config/android/internal_rules.gni", |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 "//tools/gn/format_test_data/055.golden", | 350 "//tools/gn/format_test_data/055.golden", |
350 "//tools/gn/function_exec_script.cc", | 351 "//tools/gn/function_exec_script.cc", |
351 "//tools/gn/gn.gyp", | 352 "//tools/gn/gn.gyp", |
352 "//tools/gn/input_conversion.cc", | 353 "//tools/gn/input_conversion.cc", |
353 "//tools/gn/misc/emacs/gn.el", | 354 "//tools/gn/misc/emacs/gn.el", |
354 "//tools/gn/misc/vim/syntax/gn.vim", | 355 "//tools/gn/misc/vim/syntax/gn.vim", |
355 "//tools/gn/setup.cc", | 356 "//tools/gn/setup.cc", |
356 "//ui/accessibility/BUILD.gn", | 357 "//ui/accessibility/BUILD.gn", |
357 "//ui/views/BUILD.gn", | 358 "//ui/views/BUILD.gn", |
358 ] | 359 ] |
OLD | NEW |