| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 #"//rlz/*", # Needs checking on Windows. | 226 #"//rlz/*", # Needs checking on Windows. |
| 227 #"//sandbox/*", # Medium-hard. | 227 #"//sandbox/*", # Medium-hard. |
| 228 "//sdch/*", | 228 "//sdch/*", |
| 229 "//skia/*", | 229 "//skia/*", |
| 230 "//sql/*", | 230 "//sql/*", |
| 231 "//storage/*", | 231 "//storage/*", |
| 232 "//sync/*", | 232 "//sync/*", |
| 233 "//testing/*", | 233 "//testing/*", |
| 234 | 234 |
| 235 #"//third_party/*", # May not ever want this. | 235 #"//third_party/*", # May not ever want this. |
| 236 "//third_party/WebKit/Source/*", |
| 236 "//tools/*", | 237 "//tools/*", |
| 237 | 238 |
| 238 #"//ui/*", # Just a few problems. | 239 #"//ui/*", # Just a few problems. |
| 239 "//url/*", | 240 "//url/*", |
| 240 "//v8/*", | 241 "//v8/*", |
| 241 "//win8/*", | 242 "//win8/*", |
| 242 ] | 243 ] |
| 243 | 244 |
| 244 # These are the list of GN files that run exec_script. This whitelist exists | 245 # These are the list of GN files that run exec_script. This whitelist exists |
| 245 # to force additional review for new uses of exec_script, which is strongly | 246 # to force additional review for new uses of exec_script, which is strongly |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 "//tools/gn/format_test_data/055.golden", | 346 "//tools/gn/format_test_data/055.golden", |
| 346 "//tools/gn/function_exec_script.cc", | 347 "//tools/gn/function_exec_script.cc", |
| 347 "//tools/gn/gn.gyp", | 348 "//tools/gn/gn.gyp", |
| 348 "//tools/gn/input_conversion.cc", | 349 "//tools/gn/input_conversion.cc", |
| 349 "//tools/gn/misc/emacs/gn.el", | 350 "//tools/gn/misc/emacs/gn.el", |
| 350 "//tools/gn/misc/vim/syntax/gn.vim", | 351 "//tools/gn/misc/vim/syntax/gn.vim", |
| 351 "//tools/gn/setup.cc", | 352 "//tools/gn/setup.cc", |
| 352 "//ui/accessibility/BUILD.gn", | 353 "//ui/accessibility/BUILD.gn", |
| 353 "//ui/views/BUILD.gn", | 354 "//ui/views/BUILD.gn", |
| 354 ] | 355 ] |
| OLD | NEW |