| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "//content/test/BUILD.gn", | 256 "//content/test/BUILD.gn", |
| 257 "//jingle/BUILD.gn", | 257 "//jingle/BUILD.gn", |
| 258 "//net/BUILD.gn", | 258 "//net/BUILD.gn", |
| 259 "//printing/BUILD.gn", | 259 "//printing/BUILD.gn", |
| 260 "//remoting/host/BUILD.gn", | 260 "//remoting/host/BUILD.gn", |
| 261 "//remoting/remoting_srcs.gni", | 261 "//remoting/remoting_srcs.gni", |
| 262 "//remoting/remoting_version.gni", | 262 "//remoting/remoting_version.gni", |
| 263 "//third_party/android_platform/BUILD.gn", | 263 "//third_party/android_platform/BUILD.gn", |
| 264 "//third_party/angle/BUILD.gn", | 264 "//third_party/angle/BUILD.gn", |
| 265 "//third_party/angle/src/tests/BUILD.gn", | 265 "//third_party/angle/src/tests/BUILD.gn", |
| 266 "//third_party/angle/src/vulkan_support/BUILD.gn", |
| 266 "//third_party/boringssl/BUILD.gn", | 267 "//third_party/boringssl/BUILD.gn", |
| 267 "//third_party/catapult/tracing/BUILD.gn", | 268 "//third_party/catapult/tracing/BUILD.gn", |
| 268 "//third_party/cld_2/BUILD.gn", | 269 "//third_party/cld_2/BUILD.gn", |
| 269 "//third_party/google_input_tools/inputview.gni", | 270 "//third_party/google_input_tools/inputview.gni", |
| 270 "//third_party/harfbuzz-ng/BUILD.gn", | 271 "//third_party/harfbuzz-ng/BUILD.gn", |
| 271 "//third_party/libaddressinput/BUILD.gn", | 272 "//third_party/libaddressinput/BUILD.gn", |
| 272 "//third_party/openh264/BUILD.gn", | 273 "//third_party/openh264/BUILD.gn", |
| 273 "//third_party/skia/gn/shared_sources.gni", | 274 "//third_party/skia/gn/shared_sources.gni", |
| 274 "//third_party/WebKit/Source/bindings/bindings.gni", | 275 "//third_party/WebKit/Source/bindings/bindings.gni", |
| 275 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", | 276 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", |
| 276 "//third_party/WebKit/Source/config.gni", | 277 "//third_party/WebKit/Source/config.gni", |
| 277 "//third_party/WebKit/Source/core/core.gni", | 278 "//third_party/WebKit/Source/core/core.gni", |
| 278 "//third_party/WebKit/Source/modules/modules.gni", | 279 "//third_party/WebKit/Source/modules/modules.gni", |
| 279 "//third_party/WebKit/Source/web/BUILD.gn", | 280 "//third_party/WebKit/Source/web/BUILD.gn", |
| 280 "//tools/gn/BUILD.gn", | 281 "//tools/gn/BUILD.gn", |
| 281 "//ui/accessibility/BUILD.gn", | 282 "//ui/accessibility/BUILD.gn", |
| 282 "//ui/gfx/BUILD.gn", | 283 "//ui/gfx/BUILD.gn", |
| 283 "//v8/test/cctest/BUILD.gn", | 284 "//v8/test/cctest/BUILD.gn", |
| 284 "//v8/test/unittests/BUILD.gn", | 285 "//v8/test/unittests/BUILD.gn", |
| 285 | 286 |
| 286 # Not gypi-to-gn. | 287 # Not gypi-to-gn. |
| 287 "//google_apis/BUILD.gn", | 288 "//google_apis/BUILD.gn", |
| 288 ] | 289 ] |
| OLD | NEW |