| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 "//google_apis/BUILD.gn", | 267 "//google_apis/BUILD.gn", |
| 268 "//gpu/gles2_conform_support/BUILD.gn", | 268 "//gpu/gles2_conform_support/BUILD.gn", |
| 269 "//gpu/khronos_glcts_support/BUILD.gn", | 269 "//gpu/khronos_glcts_support/BUILD.gn", |
| 270 "//jingle/BUILD.gn", | 270 "//jingle/BUILD.gn", |
| 271 "//net/BUILD.gn", | 271 "//net/BUILD.gn", |
| 272 "//ppapi/ppapi_sources.gni", | 272 "//ppapi/ppapi_sources.gni", |
| 273 "//printing/BUILD.gn", | 273 "//printing/BUILD.gn", |
| 274 "//remoting/host/BUILD.gn", | 274 "//remoting/host/BUILD.gn", |
| 275 "//remoting/remoting_srcs.gni", | 275 "//remoting/remoting_srcs.gni", |
| 276 "//remoting/remoting_version.gni", | 276 "//remoting/remoting_version.gni", |
| 277 "//skia/BUILD.gn", | |
| 278 "//third_party/android_platform/BUILD.gn", | 277 "//third_party/android_platform/BUILD.gn", |
| 279 "//third_party/angle/BUILD.gn", | 278 "//third_party/angle/BUILD.gn", |
| 280 "//third_party/angle/src/tests/BUILD.gn", | 279 "//third_party/angle/src/tests/BUILD.gn", |
| 281 "//third_party/boringssl/BUILD.gn", | 280 "//third_party/boringssl/BUILD.gn", |
| 282 "//third_party/catapult/tracing/BUILD.gn", | 281 "//third_party/catapult/tracing/BUILD.gn", |
| 283 "//third_party/cld_2/BUILD.gn", | 282 "//third_party/cld_2/BUILD.gn", |
| 284 "//third_party/cython/rules.gni", | 283 "//third_party/cython/rules.gni", |
| 285 "//third_party/google_input_tools/inputview.gni", | 284 "//third_party/google_input_tools/inputview.gni", |
| 286 "//third_party/harfbuzz-ng/BUILD.gn", | 285 "//third_party/harfbuzz-ng/BUILD.gn", |
| 287 "//third_party/libaddressinput/BUILD.gn", | 286 "//third_party/libaddressinput/BUILD.gn", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 306 "//tools/gn/gn.gyp", | 305 "//tools/gn/gn.gyp", |
| 307 "//tools/gn/input_conversion.cc", | 306 "//tools/gn/input_conversion.cc", |
| 308 "//tools/gn/misc/emacs/gn.el", | 307 "//tools/gn/misc/emacs/gn.el", |
| 309 "//tools/gn/misc/vim/syntax/gn.vim", | 308 "//tools/gn/misc/vim/syntax/gn.vim", |
| 310 "//tools/gn/setup.cc", | 309 "//tools/gn/setup.cc", |
| 311 "//ui/accessibility/BUILD.gn", | 310 "//ui/accessibility/BUILD.gn", |
| 312 "//ui/gfx/BUILD.gn", | 311 "//ui/gfx/BUILD.gn", |
| 313 "//v8/test/cctest/BUILD.gn", | 312 "//v8/test/cctest/BUILD.gn", |
| 314 "//v8/test/unittests/BUILD.gn", | 313 "//v8/test/unittests/BUILD.gn", |
| 315 ] | 314 ] |
| OLD | NEW |