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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "//build/config/ios/ios_sdk.gni", | 111 "//build/config/ios/ios_sdk.gni", |
112 "//build/config/linux/BUILD.gn", | 112 "//build/config/linux/BUILD.gn", |
113 "//build/config/linux/pkg_config.gni", | 113 "//build/config/linux/pkg_config.gni", |
114 "//build/config/mac/mac_sdk.gni", | 114 "//build/config/mac/mac_sdk.gni", |
115 "//build/config/win/visual_studio_version.gni", | 115 "//build/config/win/visual_studio_version.gni", |
116 "//build/gn_helpers.py", | 116 "//build/gn_helpers.py", |
117 "//build/gypi_to_gn.py", | 117 "//build/gypi_to_gn.py", |
118 "//build/toolchain/gcc_toolchain.gni", | 118 "//build/toolchain/gcc_toolchain.gni", |
119 "//build/toolchain/mac/BUILD.gn", | 119 "//build/toolchain/mac/BUILD.gn", |
120 "//build/toolchain/win/BUILD.gn", | 120 "//build/toolchain/win/BUILD.gn", |
| 121 "//build/util/version.gni", |
121 "//chrome/android/BUILD.gn", | 122 "//chrome/android/BUILD.gn", |
122 "//chrome/browser/BUILD.gn", | 123 "//chrome/browser/BUILD.gn", |
123 "//chrome/browser/chromeos/BUILD.gn", | 124 "//chrome/browser/chromeos/BUILD.gn", |
124 "//chrome/browser/extensions/BUILD.gn", | 125 "//chrome/browser/extensions/BUILD.gn", |
125 "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", | 126 "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", |
126 "//chrome/browser/media/router/BUILD.gn", | 127 "//chrome/browser/media/router/BUILD.gn", |
127 "//chrome/browser/ui/BUILD.gn", | 128 "//chrome/browser/ui/BUILD.gn", |
128 "//chrome/chrome_tests.gni", | 129 "//chrome/chrome_tests.gni", |
129 "//chrome/common/BUILD.gn", | 130 "//chrome/common/BUILD.gn", |
130 "//chrome/common/extensions/api/schemas.gni", | 131 "//chrome/common/extensions/api/schemas.gni", |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 "//tools/gn/format_test_data/055.golden", | 206 "//tools/gn/format_test_data/055.golden", |
206 "//tools/gn/function_exec_script.cc", | 207 "//tools/gn/function_exec_script.cc", |
207 "//tools/gn/gn.gyp", | 208 "//tools/gn/gn.gyp", |
208 "//tools/gn/input_conversion.cc", | 209 "//tools/gn/input_conversion.cc", |
209 "//tools/gn/misc/emacs/gn.el", | 210 "//tools/gn/misc/emacs/gn.el", |
210 "//tools/gn/misc/vim/syntax/gn.vim", | 211 "//tools/gn/misc/vim/syntax/gn.vim", |
211 "//tools/gn/setup.cc", | 212 "//tools/gn/setup.cc", |
212 "//ui/accessibility/BUILD.gn", | 213 "//ui/accessibility/BUILD.gn", |
213 "//ui/views/BUILD.gn", | 214 "//ui/views/BUILD.gn", |
214 ] | 215 ] |
OLD | NEW |