| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 | 86 |
| 87 #"//remoting/*", # Medium-hard. | 87 #"//remoting/*", # Medium-hard. |
| 88 "//rlz/*", | 88 "//rlz/*", |
| 89 | 89 |
| 90 #"//sandbox/*", # Medium-hard. | 90 #"//sandbox/*", # Medium-hard. |
| 91 "//sdch/*", | 91 "//sdch/*", |
| 92 "//services/*", | 92 "//services/*", |
| 93 "//skia/*", | 93 "//skia/*", |
| 94 "//sql/*", | 94 "//sql/*", |
| 95 "//storage/*", | 95 "//storage/*", |
| 96 "//sync/*", | |
| 97 "//testing/*", | 96 "//testing/*", |
| 98 | 97 |
| 99 #"//third_party/*", # May not ever want this. | 98 #"//third_party/*", # May not ever want this. |
| 100 "//third_party/hunspell/*", | 99 "//third_party/hunspell/*", |
| 101 "//third_party/kasko/*", | 100 "//third_party/kasko/*", |
| 102 "//third_party/libaddressinput/*", | 101 "//third_party/libaddressinput/*", |
| 103 "//third_party/libphonenumber/*", | 102 "//third_party/libphonenumber/*", |
| 104 "//third_party/WebKit/Source/*", | 103 "//third_party/WebKit/Source/*", |
| 105 "//tools/*", | 104 "//tools/*", |
| 106 | 105 |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "//chrome/test/BUILD.gn", | 244 "//chrome/test/BUILD.gn", |
| 246 "//chrome/utility/BUILD.gn", | 245 "//chrome/utility/BUILD.gn", |
| 247 "//chromeos/BUILD.gn", | 246 "//chromeos/BUILD.gn", |
| 248 | 247 |
| 249 # TODO(dgn): Layer violation but breaks the build otherwise, see | 248 # TODO(dgn): Layer violation but breaks the build otherwise, see |
| 250 # https://crbug.com/474506 | 249 # https://crbug.com/474506 |
| 251 "//clank/java/BUILD.gn", | 250 "//clank/java/BUILD.gn", |
| 252 "//clank/native/BUILD.gn", | 251 "//clank/native/BUILD.gn", |
| 253 | 252 |
| 254 "//components/domain_reliability/BUILD.gn", | 253 "//components/domain_reliability/BUILD.gn", |
| 254 "//components/sync/protocol/protocol_sources.gni", |
| 255 "//content/browser/browser.gni", | 255 "//content/browser/browser.gni", |
| 256 "//content/child/child.gni", | 256 "//content/child/child.gni", |
| 257 "//content/common/common.gni", | 257 "//content/common/common.gni", |
| 258 "//content/public/android/BUILD.gn", | 258 "//content/public/android/BUILD.gn", |
| 259 "//content/renderer/renderer.gni", | 259 "//content/renderer/renderer.gni", |
| 260 "//content/test/BUILD.gn", | 260 "//content/test/BUILD.gn", |
| 261 "//content/utility/utility.gni", | 261 "//content/utility/utility.gni", |
| 262 "//extensions/common/api/schemas.gni", | 262 "//extensions/common/api/schemas.gni", |
| 263 "//extensions/extensions.gni", | 263 "//extensions/extensions.gni", |
| 264 "//extensions/shell/app_shell.gni", | 264 "//extensions/shell/app_shell.gni", |
| 265 "//extensions/shell/common/api/schemas.gni", | 265 "//extensions/shell/common/api/schemas.gni", |
| 266 "//google_apis/BUILD.gn", | 266 "//google_apis/BUILD.gn", |
| 267 "//gpu/gles2_conform_support/BUILD.gn", | 267 "//gpu/gles2_conform_support/BUILD.gn", |
| 268 "//gpu/khronos_glcts_support/BUILD.gn", | 268 "//gpu/khronos_glcts_support/BUILD.gn", |
| 269 "//jingle/BUILD.gn", | 269 "//jingle/BUILD.gn", |
| 270 "//net/BUILD.gn", | 270 "//net/BUILD.gn", |
| 271 "//ppapi/ppapi_sources.gni", | 271 "//ppapi/ppapi_sources.gni", |
| 272 "//printing/BUILD.gn", | 272 "//printing/BUILD.gn", |
| 273 "//remoting/host/BUILD.gn", | 273 "//remoting/host/BUILD.gn", |
| 274 "//remoting/remoting_srcs.gni", | 274 "//remoting/remoting_srcs.gni", |
| 275 "//remoting/remoting_version.gni", | 275 "//remoting/remoting_version.gni", |
| 276 "//skia/BUILD.gn", | 276 "//skia/BUILD.gn", |
| 277 "//sync/protocol/protocol_sources.gni", | |
| 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 24 matching lines...) Expand all Loading... |
| 312 "//tools/gn/misc/emacs/gn.el", | 311 "//tools/gn/misc/emacs/gn.el", |
| 313 "//tools/gn/misc/vim/syntax/gn.vim", | 312 "//tools/gn/misc/vim/syntax/gn.vim", |
| 314 "//tools/gn/setup.cc", | 313 "//tools/gn/setup.cc", |
| 315 "//ui/accessibility/BUILD.gn", | 314 "//ui/accessibility/BUILD.gn", |
| 316 "//ui/gfx/BUILD.gn", | 315 "//ui/gfx/BUILD.gn", |
| 317 "//ui/views/BUILD.gn", | 316 "//ui/views/BUILD.gn", |
| 318 "//ui/views/mus/BUILD.gn", | 317 "//ui/views/mus/BUILD.gn", |
| 319 "//v8/test/cctest/BUILD.gn", | 318 "//v8/test/cctest/BUILD.gn", |
| 320 "//v8/test/unittests/BUILD.gn", | 319 "//v8/test/unittests/BUILD.gn", |
| 321 ] | 320 ] |
| OLD | NEW |