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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 "//chrome/common/extensions/api/schemas.gni", | 251 "//chrome/common/extensions/api/schemas.gni", |
252 "//chrome/renderer/BUILD.gn", | 252 "//chrome/renderer/BUILD.gn", |
253 "//chrome/test/BUILD.gn", | 253 "//chrome/test/BUILD.gn", |
254 "//chromeos/BUILD.gn", | 254 "//chromeos/BUILD.gn", |
255 | 255 |
256 # TODO(dgn): Layer violation but breaks the build otherwise, see | 256 # TODO(dgn): Layer violation but breaks the build otherwise, see |
257 # https://crbug.com/474506 | 257 # https://crbug.com/474506 |
258 "//clank/java/BUILD.gn", | 258 "//clank/java/BUILD.gn", |
259 "//clank/native/BUILD.gn", | 259 "//clank/native/BUILD.gn", |
260 | 260 |
261 "//components/domain_reliability/BUILD.gn", | |
262 "//components/sync/protocol/protocol_sources.gni", | |
263 "//content/browser/browser.gni", | 261 "//content/browser/browser.gni", |
264 "//content/child/child.gni", | 262 "//content/child/child.gni", |
265 "//content/common/common.gni", | 263 "//content/common/common.gni", |
266 "//content/public/android/BUILD.gn", | 264 "//content/public/android/BUILD.gn", |
267 "//content/test/BUILD.gn", | 265 "//content/test/BUILD.gn", |
268 "//content/utility/utility.gni", | 266 "//content/utility/utility.gni", |
269 "//extensions/common/api/schemas.gni", | 267 "//extensions/common/api/schemas.gni", |
270 "//extensions/extensions.gni", | 268 "//extensions/extensions.gni", |
271 "//extensions/shell/app_shell.gni", | 269 "//extensions/shell/app_shell.gni", |
272 "//extensions/shell/common/api/schemas.gni", | 270 "//extensions/shell/common/api/schemas.gni", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 "//tools/gn/gn.gyp", | 311 "//tools/gn/gn.gyp", |
314 "//tools/gn/input_conversion.cc", | 312 "//tools/gn/input_conversion.cc", |
315 "//tools/gn/misc/emacs/gn.el", | 313 "//tools/gn/misc/emacs/gn.el", |
316 "//tools/gn/misc/vim/syntax/gn.vim", | 314 "//tools/gn/misc/vim/syntax/gn.vim", |
317 "//tools/gn/setup.cc", | 315 "//tools/gn/setup.cc", |
318 "//ui/accessibility/BUILD.gn", | 316 "//ui/accessibility/BUILD.gn", |
319 "//ui/gfx/BUILD.gn", | 317 "//ui/gfx/BUILD.gn", |
320 "//v8/test/cctest/BUILD.gn", | 318 "//v8/test/cctest/BUILD.gn", |
321 "//v8/test/unittests/BUILD.gn", | 319 "//v8/test/unittests/BUILD.gn", |
322 ] | 320 ] |
OLD | NEW |