| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 "//build/config/sysroot.gni", | 216 "//build/config/sysroot.gni", |
| 217 "//build/config/win/BUILD.gn", | 217 "//build/config/win/BUILD.gn", |
| 218 "//build/config/win/visual_studio_version.gni", | 218 "//build/config/win/visual_studio_version.gni", |
| 219 "//build/gn_helpers.py", | 219 "//build/gn_helpers.py", |
| 220 "//build/gypi_to_gn.py", | 220 "//build/gypi_to_gn.py", |
| 221 "//build/linux/BUILD.gn", | 221 "//build/linux/BUILD.gn", |
| 222 "//build/toolchain/gcc_toolchain.gni", | 222 "//build/toolchain/gcc_toolchain.gni", |
| 223 "//build/toolchain/mac/BUILD.gn", | 223 "//build/toolchain/mac/BUILD.gn", |
| 224 "//build/toolchain/nacl/BUILD.gn", | 224 "//build/toolchain/nacl/BUILD.gn", |
| 225 "//build/toolchain/win/BUILD.gn", | 225 "//build/toolchain/win/BUILD.gn", |
| 226 "//build/util/branding.gni", |
| 226 "//build/util/version.gni", | 227 "//build/util/version.gni", |
| 227 "//chrome/android/BUILD.gn", | 228 "//chrome/android/BUILD.gn", |
| 228 "//chrome/browser/BUILD.gn", | 229 "//chrome/browser/BUILD.gn", |
| 229 "//chrome/browser/chromeos/BUILD.gn", | 230 "//chrome/browser/chromeos/BUILD.gn", |
| 230 "//chrome/browser/extensions/BUILD.gn", | 231 "//chrome/browser/extensions/BUILD.gn", |
| 231 "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", | 232 "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", |
| 232 "//chrome/browser/media/router/BUILD.gn", | 233 "//chrome/browser/media/router/BUILD.gn", |
| 233 "//chrome/browser/ui/BUILD.gn", | 234 "//chrome/browser/ui/BUILD.gn", |
| 234 "//chrome/chrome_tests.gni", | 235 "//chrome/chrome_tests.gni", |
| 235 "//chrome/common/BUILD.gn", | 236 "//chrome/common/BUILD.gn", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "//tools/gn/format_test_data/055.golden", | 302 "//tools/gn/format_test_data/055.golden", |
| 302 "//tools/gn/function_exec_script.cc", | 303 "//tools/gn/function_exec_script.cc", |
| 303 "//tools/gn/gn.gyp", | 304 "//tools/gn/gn.gyp", |
| 304 "//tools/gn/input_conversion.cc", | 305 "//tools/gn/input_conversion.cc", |
| 305 "//tools/gn/misc/emacs/gn.el", | 306 "//tools/gn/misc/emacs/gn.el", |
| 306 "//tools/gn/misc/vim/syntax/gn.vim", | 307 "//tools/gn/misc/vim/syntax/gn.vim", |
| 307 "//tools/gn/setup.cc", | 308 "//tools/gn/setup.cc", |
| 308 "//ui/accessibility/BUILD.gn", | 309 "//ui/accessibility/BUILD.gn", |
| 309 "//ui/views/BUILD.gn", | 310 "//ui/views/BUILD.gn", |
| 310 ] | 311 ] |
| OLD | NEW |