| 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 18 matching lines...) Expand all Loading... |
| 29 "//chrome/common/*", | 29 "//chrome/common/*", |
| 30 "//chrome/installer/*", | 30 "//chrome/installer/*", |
| 31 "//chrome/third_party/mozilla_security_manager/*", | 31 "//chrome/third_party/mozilla_security_manager/*", |
| 32 "//chrome/tools/*", | 32 "//chrome/tools/*", |
| 33 "//chrome/utility/*", | 33 "//chrome/utility/*", |
| 34 "//chromecast/*", | 34 "//chromecast/*", |
| 35 "//chromeos/*", | 35 "//chromeos/*", |
| 36 "//chrome_elf/*", | 36 "//chrome_elf/*", |
| 37 "//cloud_print/*", | 37 "//cloud_print/*", |
| 38 "//components/*", | 38 "//components/*", |
| 39 | 39 "//content/*", |
| 40 #"//content/*", # Enable when the individual ones below are done. | |
| 41 #"//content/app/*", | |
| 42 "//content/browser/*", | |
| 43 "//content/child/*", | |
| 44 "//content/common/*", | |
| 45 "//content/gpu/*", | |
| 46 "//content/ppapi_plugin/*", | |
| 47 "//content/public/*", | |
| 48 "//content/renderer/*", | |
| 49 "//content/shell/*", | |
| 50 "//content/test/*", | |
| 51 | |
| 52 #"//content/utility/*", | |
| 53 #"//content/zygote/*", | |
| 54 | |
| 55 "//content/test:content_perftests", | |
| 56 "//content/test:content_site_isolation_browsertests", | |
| 57 "//content/test:content_test_mojo_bindings", | |
| 58 "//content/test:content_unittests", | |
| 59 "//content/test:test_support", | |
| 60 "//content/utility/*", | |
| 61 "//courgette/*", | 40 "//courgette/*", |
| 62 "//crypto/*", | 41 "//crypto/*", |
| 63 "//data/*", | 42 "//data/*", |
| 64 "//dbus/*", | 43 "//dbus/*", |
| 65 "//device/*", | 44 "//device/*", |
| 66 | 45 |
| 67 #"//extensions/*", # Lots of errors. | 46 #"//extensions/*", # Lots of errors. |
| 68 "//gin/*", | 47 "//gin/*", |
| 69 "//google_apis/*", | 48 "//google_apis/*", |
| 70 "//google_update/*", | 49 "//google_update/*", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "//tools/gn/misc/emacs/gn.el", | 312 "//tools/gn/misc/emacs/gn.el", |
| 334 "//tools/gn/misc/vim/syntax/gn.vim", | 313 "//tools/gn/misc/vim/syntax/gn.vim", |
| 335 "//tools/gn/setup.cc", | 314 "//tools/gn/setup.cc", |
| 336 "//ui/accessibility/BUILD.gn", | 315 "//ui/accessibility/BUILD.gn", |
| 337 "//ui/gfx/BUILD.gn", | 316 "//ui/gfx/BUILD.gn", |
| 338 "//ui/views/BUILD.gn", | 317 "//ui/views/BUILD.gn", |
| 339 "//ui/views/mus/BUILD.gn", | 318 "//ui/views/mus/BUILD.gn", |
| 340 "//v8/test/cctest/BUILD.gn", | 319 "//v8/test/cctest/BUILD.gn", |
| 341 "//v8/test/unittests/BUILD.gn", | 320 "//v8/test/unittests/BUILD.gn", |
| 342 ] | 321 ] |
| OLD | NEW |