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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "//build/config/win/BUILD.gn", | 234 "//build/config/win/BUILD.gn", |
235 "//build/config/win/visual_studio_version.gni", | 235 "//build/config/win/visual_studio_version.gni", |
236 "//build/gn_helpers.py", | 236 "//build/gn_helpers.py", |
237 "//build/gypi_to_gn.py", | 237 "//build/gypi_to_gn.py", |
238 "//build/toolchain/concurrent_links.gni", | 238 "//build/toolchain/concurrent_links.gni", |
239 "//build/toolchain/mac/BUILD.gn", | 239 "//build/toolchain/mac/BUILD.gn", |
240 "//build/toolchain/nacl/BUILD.gn", | 240 "//build/toolchain/nacl/BUILD.gn", |
241 "//build/toolchain/win/BUILD.gn", | 241 "//build/toolchain/win/BUILD.gn", |
242 "//build/util/branding.gni", | 242 "//build/util/branding.gni", |
243 "//build/util/version.gni", | 243 "//build/util/version.gni", |
244 "//chrome/android/BUILD.gn", | |
245 "//chrome/browser/chromeos/BUILD.gn", | 244 "//chrome/browser/chromeos/BUILD.gn", |
246 "//chrome/browser/extensions/BUILD.gn", | |
247 "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", | |
248 "//chrome/browser/media/router/BUILD.gn", | |
249 "//chrome/chrome_tests.gni", | 245 "//chrome/chrome_tests.gni", |
250 "//chrome/common/extensions/api/schemas.gni", | 246 "//chrome/common/extensions/api/schemas.gni", |
251 "//chrome/renderer/BUILD.gn", | |
252 "//chrome/test/BUILD.gn", | |
253 "//chromeos/BUILD.gn", | 247 "//chromeos/BUILD.gn", |
254 | 248 |
255 # TODO(dgn): Layer violation but breaks the build otherwise, see | 249 # TODO(dgn): Layer violation but breaks the build otherwise, see |
256 # https://crbug.com/474506 | 250 # https://crbug.com/474506 |
257 "//clank/java/BUILD.gn", | 251 "//clank/java/BUILD.gn", |
258 "//clank/native/BUILD.gn", | 252 "//clank/native/BUILD.gn", |
259 | 253 |
260 "//content/browser/browser.gni", | 254 "//content/browser/browser.gni", |
261 "//content/public/android/BUILD.gn", | 255 "//content/public/android/BUILD.gn", |
262 "//content/test/BUILD.gn", | 256 "//content/test/BUILD.gn", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 "//tools/gn/gn.gyp", | 294 "//tools/gn/gn.gyp", |
301 "//tools/gn/input_conversion.cc", | 295 "//tools/gn/input_conversion.cc", |
302 "//tools/gn/misc/emacs/gn.el", | 296 "//tools/gn/misc/emacs/gn.el", |
303 "//tools/gn/misc/vim/syntax/gn.vim", | 297 "//tools/gn/misc/vim/syntax/gn.vim", |
304 "//tools/gn/setup.cc", | 298 "//tools/gn/setup.cc", |
305 "//ui/accessibility/BUILD.gn", | 299 "//ui/accessibility/BUILD.gn", |
306 "//ui/gfx/BUILD.gn", | 300 "//ui/gfx/BUILD.gn", |
307 "//v8/test/cctest/BUILD.gn", | 301 "//v8/test/cctest/BUILD.gn", |
308 "//v8/test/unittests/BUILD.gn", | 302 "//v8/test/unittests/BUILD.gn", |
309 ] | 303 ] |
OLD | NEW |