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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 "//chrome/browser/chromeos/BUILD.gn", | 238 "//chrome/browser/chromeos/BUILD.gn", |
239 "//chrome/browser/extensions/BUILD.gn", | 239 "//chrome/browser/extensions/BUILD.gn", |
240 "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", | 240 "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", |
241 "//chrome/browser/media/router/BUILD.gn", | 241 "//chrome/browser/media/router/BUILD.gn", |
242 "//chrome/browser/ui/BUILD.gn", | 242 "//chrome/browser/ui/BUILD.gn", |
243 "//chrome/chrome_tests.gni", | 243 "//chrome/chrome_tests.gni", |
244 "//chrome/common/BUILD.gn", | 244 "//chrome/common/BUILD.gn", |
245 "//chrome/common/extensions/api/schemas.gni", | 245 "//chrome/common/extensions/api/schemas.gni", |
246 "//chrome/renderer/BUILD.gn", | 246 "//chrome/renderer/BUILD.gn", |
247 "//chrome/test/BUILD.gn", | 247 "//chrome/test/BUILD.gn", |
248 "//chrome/utility/BUILD.gn", | |
249 "//chromeos/BUILD.gn", | 248 "//chromeos/BUILD.gn", |
250 | 249 |
251 # TODO(dgn): Layer violation but breaks the build otherwise, see | 250 # TODO(dgn): Layer violation but breaks the build otherwise, see |
252 # https://crbug.com/474506 | 251 # https://crbug.com/474506 |
253 "//clank/java/BUILD.gn", | 252 "//clank/java/BUILD.gn", |
254 "//clank/native/BUILD.gn", | 253 "//clank/native/BUILD.gn", |
255 | 254 |
256 "//components/domain_reliability/BUILD.gn", | 255 "//components/domain_reliability/BUILD.gn", |
257 "//components/sync/protocol/protocol_sources.gni", | 256 "//components/sync/protocol/protocol_sources.gni", |
258 "//content/browser/browser.gni", | 257 "//content/browser/browser.gni", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 "//tools/gn/misc/emacs/gn.el", | 312 "//tools/gn/misc/emacs/gn.el", |
314 "//tools/gn/misc/vim/syntax/gn.vim", | 313 "//tools/gn/misc/vim/syntax/gn.vim", |
315 "//tools/gn/setup.cc", | 314 "//tools/gn/setup.cc", |
316 "//ui/accessibility/BUILD.gn", | 315 "//ui/accessibility/BUILD.gn", |
317 "//ui/gfx/BUILD.gn", | 316 "//ui/gfx/BUILD.gn", |
318 "//ui/views/BUILD.gn", | 317 "//ui/views/BUILD.gn", |
319 "//ui/views/mus/BUILD.gn", | 318 "//ui/views/mus/BUILD.gn", |
320 "//v8/test/cctest/BUILD.gn", | 319 "//v8/test/cctest/BUILD.gn", |
321 "//v8/test/unittests/BUILD.gn", | 320 "//v8/test/unittests/BUILD.gn", |
322 ] | 321 ] |
OLD | NEW |