| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "//gpu/gles2_conform_support/BUILD.gn", | 310 "//gpu/gles2_conform_support/BUILD.gn", |
| 311 "//gpu/khronos_glcts_support/BUILD.gn", | 311 "//gpu/khronos_glcts_support/BUILD.gn", |
| 312 "//jingle/BUILD.gn", | 312 "//jingle/BUILD.gn", |
| 313 "//net/BUILD.gn", | 313 "//net/BUILD.gn", |
| 314 "//ppapi/ppapi_sources.gni", | 314 "//ppapi/ppapi_sources.gni", |
| 315 "//printing/BUILD.gn", | 315 "//printing/BUILD.gn", |
| 316 "//remoting/host/BUILD.gn", | 316 "//remoting/host/BUILD.gn", |
| 317 "//remoting/remoting_srcs.gni", | 317 "//remoting/remoting_srcs.gni", |
| 318 "//remoting/remoting_version.gni", | 318 "//remoting/remoting_version.gni", |
| 319 "//skia/BUILD.gn", | 319 "//skia/BUILD.gn", |
| 320 "//sync/protocol/protocol_sources.gni", |
| 320 "//third_party/android_platform/BUILD.gn", | 321 "//third_party/android_platform/BUILD.gn", |
| 321 "//third_party/angle/BUILD.gn", | 322 "//third_party/angle/BUILD.gn", |
| 322 "//third_party/angle/src/tests/BUILD.gn", | 323 "//third_party/angle/src/tests/BUILD.gn", |
| 323 "//third_party/boringssl/BUILD.gn", | 324 "//third_party/boringssl/BUILD.gn", |
| 324 "//third_party/catapult/tracing/BUILD.gn", | 325 "//third_party/catapult/tracing/BUILD.gn", |
| 325 "//third_party/cld_2/BUILD.gn", | 326 "//third_party/cld_2/BUILD.gn", |
| 326 "//third_party/cython/rules.gni", | 327 "//third_party/cython/rules.gni", |
| 327 "//third_party/google_input_tools/inputview.gni", | 328 "//third_party/google_input_tools/inputview.gni", |
| 328 "//third_party/harfbuzz-ng/BUILD.gn", | 329 "//third_party/harfbuzz-ng/BUILD.gn", |
| 329 "//third_party/libaddressinput/BUILD.gn", | 330 "//third_party/libaddressinput/BUILD.gn", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 349 "//tools/gn/format_test_data/055.golden", | 350 "//tools/gn/format_test_data/055.golden", |
| 350 "//tools/gn/function_exec_script.cc", | 351 "//tools/gn/function_exec_script.cc", |
| 351 "//tools/gn/gn.gyp", | 352 "//tools/gn/gn.gyp", |
| 352 "//tools/gn/input_conversion.cc", | 353 "//tools/gn/input_conversion.cc", |
| 353 "//tools/gn/misc/emacs/gn.el", | 354 "//tools/gn/misc/emacs/gn.el", |
| 354 "//tools/gn/misc/vim/syntax/gn.vim", | 355 "//tools/gn/misc/vim/syntax/gn.vim", |
| 355 "//tools/gn/setup.cc", | 356 "//tools/gn/setup.cc", |
| 356 "//ui/accessibility/BUILD.gn", | 357 "//ui/accessibility/BUILD.gn", |
| 357 "//ui/views/BUILD.gn", | 358 "//ui/views/BUILD.gn", |
| 358 ] | 359 ] |
| OLD | NEW |