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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 "//tools/gn/format_test_data/053.gn", | 199 "//tools/gn/format_test_data/053.gn", |
200 "//tools/gn/format_test_data/053.golden", | 200 "//tools/gn/format_test_data/053.golden", |
201 "//tools/gn/format_test_data/055.gn", | 201 "//tools/gn/format_test_data/055.gn", |
202 "//tools/gn/format_test_data/055.golden", | 202 "//tools/gn/format_test_data/055.golden", |
203 "//tools/gn/function_exec_script.cc", | 203 "//tools/gn/function_exec_script.cc", |
204 "//tools/gn/gn.gyp", | 204 "//tools/gn/gn.gyp", |
205 "//tools/gn/input_conversion.cc", | 205 "//tools/gn/input_conversion.cc", |
206 "//tools/gn/misc/emacs/gn.el", | 206 "//tools/gn/misc/emacs/gn.el", |
207 "//tools/gn/misc/vim/syntax/gn.vim", | 207 "//tools/gn/misc/vim/syntax/gn.vim", |
208 "//tools/gn/setup.cc", | 208 "//tools/gn/setup.cc", |
| 209 "//ui/accessibility/BUILD.gn", |
209 "//ui/views/BUILD.gn", | 210 "//ui/views/BUILD.gn", |
210 ] | 211 ] |
OLD | NEW |