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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 "//build/config/linux/BUILD.gn", | 213 "//build/config/linux/BUILD.gn", |
214 "//build/config/linux/pkg_config.gni", | 214 "//build/config/linux/pkg_config.gni", |
215 "//build/config/linux/atk/BUILD.gn", | 215 "//build/config/linux/atk/BUILD.gn", |
216 "//build/config/mac/mac_sdk.gni", | 216 "//build/config/mac/mac_sdk.gni", |
217 "//build/config/posix/BUILD.gn", | 217 "//build/config/posix/BUILD.gn", |
218 "//build/config/sysroot.gni", | 218 "//build/config/sysroot.gni", |
219 "//build/config/win/BUILD.gn", | 219 "//build/config/win/BUILD.gn", |
220 "//build/config/win/visual_studio_version.gni", | 220 "//build/config/win/visual_studio_version.gni", |
221 "//build/gn_helpers.py", | 221 "//build/gn_helpers.py", |
222 "//build/gypi_to_gn.py", | 222 "//build/gypi_to_gn.py", |
223 "//build/linux/BUILD.gn", | |
224 "//build/toolchain/gcc_toolchain.gni", | 223 "//build/toolchain/gcc_toolchain.gni", |
225 "//build/toolchain/mac/BUILD.gn", | 224 "//build/toolchain/mac/BUILD.gn", |
226 "//build/toolchain/nacl/BUILD.gn", | 225 "//build/toolchain/nacl/BUILD.gn", |
227 "//build/toolchain/win/BUILD.gn", | 226 "//build/toolchain/win/BUILD.gn", |
228 "//build/util/branding.gni", | 227 "//build/util/branding.gni", |
229 "//build/util/version.gni", | 228 "//build/util/version.gni", |
230 "//chrome/android/BUILD.gn", | 229 "//chrome/android/BUILD.gn", |
231 "//chrome/browser/BUILD.gn", | 230 "//chrome/browser/BUILD.gn", |
232 "//chrome/browser/chromeos/BUILD.gn", | 231 "//chrome/browser/chromeos/BUILD.gn", |
233 "//chrome/browser/extensions/BUILD.gn", | 232 "//chrome/browser/extensions/BUILD.gn", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 "//tools/gn/format_test_data/055.golden", | 303 "//tools/gn/format_test_data/055.golden", |
305 "//tools/gn/function_exec_script.cc", | 304 "//tools/gn/function_exec_script.cc", |
306 "//tools/gn/gn.gyp", | 305 "//tools/gn/gn.gyp", |
307 "//tools/gn/input_conversion.cc", | 306 "//tools/gn/input_conversion.cc", |
308 "//tools/gn/misc/emacs/gn.el", | 307 "//tools/gn/misc/emacs/gn.el", |
309 "//tools/gn/misc/vim/syntax/gn.vim", | 308 "//tools/gn/misc/vim/syntax/gn.vim", |
310 "//tools/gn/setup.cc", | 309 "//tools/gn/setup.cc", |
311 "//ui/accessibility/BUILD.gn", | 310 "//ui/accessibility/BUILD.gn", |
312 "//ui/views/BUILD.gn", | 311 "//ui/views/BUILD.gn", |
313 ] | 312 ] |
OLD | NEW |