| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "//build/config/win/visual_studio_version.gni", | 97 "//build/config/win/visual_studio_version.gni", |
| 98 "//build/gn_helpers.py", | 98 "//build/gn_helpers.py", |
| 99 "//build/gypi_to_gn.py", | 99 "//build/gypi_to_gn.py", |
| 100 "//build/toolchain/gcc_toolchain.gni", | 100 "//build/toolchain/gcc_toolchain.gni", |
| 101 "//build/toolchain/mac/BUILD.gn", | 101 "//build/toolchain/mac/BUILD.gn", |
| 102 "//build/toolchain/win/BUILD.gn", | 102 "//build/toolchain/win/BUILD.gn", |
| 103 "//chrome/android/BUILD.gn", | 103 "//chrome/android/BUILD.gn", |
| 104 "//chrome/browser/BUILD.gn", | 104 "//chrome/browser/BUILD.gn", |
| 105 "//chrome/browser/chromeos/BUILD.gn", | 105 "//chrome/browser/chromeos/BUILD.gn", |
| 106 "//chrome/browser/extensions/BUILD.gn", | 106 "//chrome/browser/extensions/BUILD.gn", |
| 107 "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", |
| 108 "//chrome/browser/resources/chromeos/chromevox/chromevox.gni", |
| 107 "//chrome/browser/media/router/BUILD.gn", | 109 "//chrome/browser/media/router/BUILD.gn", |
| 108 "//chrome/browser/ui/BUILD.gn", | 110 "//chrome/browser/ui/BUILD.gn", |
| 109 "//chrome/chrome_tests.gni", | 111 "//chrome/chrome_tests.gni", |
| 110 "//chrome/common/BUILD.gn", | 112 "//chrome/common/BUILD.gn", |
| 111 "//chrome/common/extensions/api/schemas.gni", | 113 "//chrome/common/extensions/api/schemas.gni", |
| 112 "//chrome/renderer/BUILD.gn", | 114 "//chrome/renderer/BUILD.gn", |
| 113 "//chrome/test/BUILD.gn", | 115 "//chrome/test/BUILD.gn", |
| 114 "//chrome/utility/BUILD.gn", | 116 "//chrome/utility/BUILD.gn", |
| 115 "//chromeos/BUILD.gn", | 117 "//chromeos/BUILD.gn", |
| 116 | 118 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "//tools/gn/format_test_data/055.gn", | 188 "//tools/gn/format_test_data/055.gn", |
| 187 "//tools/gn/format_test_data/055.golden", | 189 "//tools/gn/format_test_data/055.golden", |
| 188 "//tools/gn/function_exec_script.cc", | 190 "//tools/gn/function_exec_script.cc", |
| 189 "//tools/gn/gn.gyp", | 191 "//tools/gn/gn.gyp", |
| 190 "//tools/gn/input_conversion.cc", | 192 "//tools/gn/input_conversion.cc", |
| 191 "//tools/gn/misc/emacs/gn.el", | 193 "//tools/gn/misc/emacs/gn.el", |
| 192 "//tools/gn/misc/vim/syntax/gn.vim", | 194 "//tools/gn/misc/vim/syntax/gn.vim", |
| 193 "//tools/gn/setup.cc", | 195 "//tools/gn/setup.cc", |
| 194 "//ui/views/BUILD.gn", | 196 "//ui/views/BUILD.gn", |
| 195 ] | 197 ] |
| OLD | NEW |