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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 "//content/public/android/BUILD.gn", | 298 "//content/public/android/BUILD.gn", |
299 "//content/renderer/renderer.gni", | 299 "//content/renderer/renderer.gni", |
300 "//content/test/BUILD.gn", | 300 "//content/test/BUILD.gn", |
301 "//content/utility/utility.gni", | 301 "//content/utility/utility.gni", |
302 "//extensions/common/api/schemas.gni", | 302 "//extensions/common/api/schemas.gni", |
303 "//extensions/extensions.gni", | 303 "//extensions/extensions.gni", |
304 "//extensions/shell/app_shell.gni", | 304 "//extensions/shell/app_shell.gni", |
305 "//extensions/shell/common/api/schemas.gni", | 305 "//extensions/shell/common/api/schemas.gni", |
306 "//google_apis/BUILD.gn", | 306 "//google_apis/BUILD.gn", |
307 "//gpu/gles2_conform_support/BUILD.gn", | 307 "//gpu/gles2_conform_support/BUILD.gn", |
| 308 "//gpu/khronos_glcts_support/BUILD.gn", |
308 "//jingle/BUILD.gn", | 309 "//jingle/BUILD.gn", |
309 "//net/BUILD.gn", | 310 "//net/BUILD.gn", |
310 "//ppapi/ppapi_sources.gni", | 311 "//ppapi/ppapi_sources.gni", |
311 "//printing/BUILD.gn", | 312 "//printing/BUILD.gn", |
312 "//remoting/host/BUILD.gn", | 313 "//remoting/host/BUILD.gn", |
313 "//remoting/remoting_srcs.gni", | 314 "//remoting/remoting_srcs.gni", |
314 "//remoting/remoting_version.gni", | 315 "//remoting/remoting_version.gni", |
315 "//skia/BUILD.gn", | 316 "//skia/BUILD.gn", |
316 "//third_party/android_platform/BUILD.gn", | 317 "//third_party/android_platform/BUILD.gn", |
317 "//third_party/angle/BUILD.gn", | 318 "//third_party/angle/BUILD.gn", |
(...skipping 27 matching lines...) Expand all Loading... |
345 "//tools/gn/format_test_data/055.golden", | 346 "//tools/gn/format_test_data/055.golden", |
346 "//tools/gn/function_exec_script.cc", | 347 "//tools/gn/function_exec_script.cc", |
347 "//tools/gn/gn.gyp", | 348 "//tools/gn/gn.gyp", |
348 "//tools/gn/input_conversion.cc", | 349 "//tools/gn/input_conversion.cc", |
349 "//tools/gn/misc/emacs/gn.el", | 350 "//tools/gn/misc/emacs/gn.el", |
350 "//tools/gn/misc/vim/syntax/gn.vim", | 351 "//tools/gn/misc/vim/syntax/gn.vim", |
351 "//tools/gn/setup.cc", | 352 "//tools/gn/setup.cc", |
352 "//ui/accessibility/BUILD.gn", | 353 "//ui/accessibility/BUILD.gn", |
353 "//ui/views/BUILD.gn", | 354 "//ui/views/BUILD.gn", |
354 ] | 355 ] |
OLD | NEW |