| 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 29 matching lines...) Expand all Loading... |
| 40 "//cloud_print/*", | 40 "//cloud_print/*", |
| 41 "//components/*", | 41 "//components/*", |
| 42 "//content/*", | 42 "//content/*", |
| 43 "//courgette/*", | 43 "//courgette/*", |
| 44 "//crypto/*", | 44 "//crypto/*", |
| 45 "//data/*", | 45 "//data/*", |
| 46 "//dbus/*", | 46 "//dbus/*", |
| 47 "//device/*", | 47 "//device/*", |
| 48 | 48 |
| 49 #"//extensions/*", # Lots of errors. | 49 #"//extensions/*", # Lots of errors. |
| 50 "//extensions:extensions_unittests", |
| 51 "//extensions/browser:browser_tests", |
| 52 "//extensions/browser:unit_tests", |
| 53 "//extensions/common:unit_tests", |
| 54 "//extensions/renderer:unit_tests", |
| 55 "//extensions/shell:browser_tests", |
| 56 "//extensions/shell:unit_tests", |
| 57 "//extensions/utility:unit_tests", |
| 50 "//gin/*", | 58 "//gin/*", |
| 51 "//google_apis/*", | 59 "//google_apis/*", |
| 52 "//google_update/*", | 60 "//google_update/*", |
| 53 "//gpu/*", | 61 "//gpu/*", |
| 54 | 62 |
| 55 "//ios/*", | 63 "//ios/*", |
| 56 "//ios_internal/*", | 64 "//ios_internal/*", |
| 57 "//ipc/*", | 65 "//ipc/*", |
| 58 | 66 |
| 59 #"//jingle/*", | 67 #"//jingle/*", |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "//tools/gn/misc/emacs/gn.el", | 321 "//tools/gn/misc/emacs/gn.el", |
| 314 "//tools/gn/misc/vim/syntax/gn.vim", | 322 "//tools/gn/misc/vim/syntax/gn.vim", |
| 315 "//tools/gn/setup.cc", | 323 "//tools/gn/setup.cc", |
| 316 "//ui/accessibility/BUILD.gn", | 324 "//ui/accessibility/BUILD.gn", |
| 317 "//ui/gfx/BUILD.gn", | 325 "//ui/gfx/BUILD.gn", |
| 318 "//ui/views/BUILD.gn", | 326 "//ui/views/BUILD.gn", |
| 319 "//ui/views/mus/BUILD.gn", | 327 "//ui/views/mus/BUILD.gn", |
| 320 "//v8/test/cctest/BUILD.gn", | 328 "//v8/test/cctest/BUILD.gn", |
| 321 "//v8/test/unittests/BUILD.gn", | 329 "//v8/test/unittests/BUILD.gn", |
| 322 ] | 330 ] |
| OLD | NEW |