| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "//chromeos/BUILD.gn", | 253 "//chromeos/BUILD.gn", |
| 254 | 254 |
| 255 # TODO(dgn): Layer violation but breaks the build otherwise, see | 255 # TODO(dgn): Layer violation but breaks the build otherwise, see |
| 256 # https://crbug.com/474506 | 256 # https://crbug.com/474506 |
| 257 "//clank/java/BUILD.gn", | 257 "//clank/java/BUILD.gn", |
| 258 "//clank/native/BUILD.gn", | 258 "//clank/native/BUILD.gn", |
| 259 | 259 |
| 260 "//content/browser/browser.gni", | 260 "//content/browser/browser.gni", |
| 261 "//content/public/android/BUILD.gn", | 261 "//content/public/android/BUILD.gn", |
| 262 "//content/test/BUILD.gn", | 262 "//content/test/BUILD.gn", |
| 263 "//extensions/common/api/schemas.gni", | |
| 264 "//extensions/extensions.gni", | |
| 265 "//extensions/shell/app_shell.gni", | |
| 266 "//extensions/shell/common/api/schemas.gni", | |
| 267 "//google_apis/BUILD.gn", | 263 "//google_apis/BUILD.gn", |
| 268 "//gpu/gles2_conform_support/BUILD.gn", | 264 "//gpu/gles2_conform_support/BUILD.gn", |
| 269 "//gpu/khronos_glcts_support/BUILD.gn", | 265 "//gpu/khronos_glcts_support/BUILD.gn", |
| 270 "//jingle/BUILD.gn", | 266 "//jingle/BUILD.gn", |
| 271 "//net/BUILD.gn", | 267 "//net/BUILD.gn", |
| 272 "//ppapi/ppapi_sources.gni", | |
| 273 "//printing/BUILD.gn", | 268 "//printing/BUILD.gn", |
| 274 "//remoting/host/BUILD.gn", | 269 "//remoting/host/BUILD.gn", |
| 275 "//remoting/remoting_srcs.gni", | 270 "//remoting/remoting_srcs.gni", |
| 276 "//remoting/remoting_version.gni", | 271 "//remoting/remoting_version.gni", |
| 277 "//skia/BUILD.gn", | 272 "//skia/BUILD.gn", |
| 278 "//third_party/android_platform/BUILD.gn", | 273 "//third_party/android_platform/BUILD.gn", |
| 279 "//third_party/angle/BUILD.gn", | 274 "//third_party/angle/BUILD.gn", |
| 280 "//third_party/angle/src/tests/BUILD.gn", | 275 "//third_party/angle/src/tests/BUILD.gn", |
| 281 "//third_party/boringssl/BUILD.gn", | 276 "//third_party/boringssl/BUILD.gn", |
| 282 "//third_party/catapult/tracing/BUILD.gn", | 277 "//third_party/catapult/tracing/BUILD.gn", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 305 "//tools/gn/gn.gyp", | 300 "//tools/gn/gn.gyp", |
| 306 "//tools/gn/input_conversion.cc", | 301 "//tools/gn/input_conversion.cc", |
| 307 "//tools/gn/misc/emacs/gn.el", | 302 "//tools/gn/misc/emacs/gn.el", |
| 308 "//tools/gn/misc/vim/syntax/gn.vim", | 303 "//tools/gn/misc/vim/syntax/gn.vim", |
| 309 "//tools/gn/setup.cc", | 304 "//tools/gn/setup.cc", |
| 310 "//ui/accessibility/BUILD.gn", | 305 "//ui/accessibility/BUILD.gn", |
| 311 "//ui/gfx/BUILD.gn", | 306 "//ui/gfx/BUILD.gn", |
| 312 "//v8/test/cctest/BUILD.gn", | 307 "//v8/test/cctest/BUILD.gn", |
| 313 "//v8/test/unittests/BUILD.gn", | 308 "//v8/test/unittests/BUILD.gn", |
| 314 ] | 309 ] |
| OLD | NEW |