| 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/installer/*", | 29 "//chrome/installer/*", |
| 30 "//chrome/third_party/mozilla_security_manager/*", | 30 "//chrome/third_party/mozilla_security_manager/*", |
| 31 "//chrome/tools/*", | 31 "//chrome/tools/*", |
| 32 "//chrome/utility/*", | 32 "//chrome/utility/*", |
| 33 "//chromecast/*", | 33 "//chromecast/*", |
| 34 "//chrome_elf/*", | 34 "//chrome_elf/*", |
| 35 "//cloud_print/*", | 35 "//cloud_print/*", |
| 36 "//components/*", | 36 "//components/*", |
| 37 | 37 |
| 38 #"//content/*", # A whole lot of errors. | 38 #"//content/*", # A whole lot of errors. |
| 39 "//content/gpu/*", | |
| 40 "//content/plugin/*", | |
| 41 "//content/public/*", | 39 "//content/public/*", |
| 42 "//content/renderer/*", | 40 "//content/renderer/*", |
| 43 | |
| 44 #"//content/shell/*", # Needs Android fix, bug 597020. | |
| 45 | |
| 46 #"//content/test/*", # A couple of errors left. | |
| 47 "//content/test:content_gl_benchmark", | |
| 48 "//content/test:content_gl_tests", | |
| 49 "//content/test:content_perftests", | |
| 50 "//content/test:content_site_isolation_browsertests", | |
| 51 "//content/test:content_test_mojo_bindings", | |
| 52 "//content/test:content_unittests", | |
| 53 "//content/test:test_support", | |
| 54 "//courgette/*", | 41 "//courgette/*", |
| 55 "//crypto/*", | 42 "//crypto/*", |
| 56 "//data/*", | 43 "//data/*", |
| 57 "//dbus/*", | 44 "//dbus/*", |
| 58 "//device/*", | 45 "//device/*", |
| 59 | 46 |
| 60 #"//extensions/*", # Lots of errors. | 47 #"//extensions/*", # Lots of errors. |
| 61 "//gin/*", | 48 "//gin/*", |
| 62 "//google_apis/*", | 49 "//google_apis/*", |
| 63 "//google_update/*", | 50 "//google_update/*", |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "//tools/gn/format_test_data/055.golden", | 227 "//tools/gn/format_test_data/055.golden", |
| 241 "//tools/gn/function_exec_script.cc", | 228 "//tools/gn/function_exec_script.cc", |
| 242 "//tools/gn/gn.gyp", | 229 "//tools/gn/gn.gyp", |
| 243 "//tools/gn/input_conversion.cc", | 230 "//tools/gn/input_conversion.cc", |
| 244 "//tools/gn/misc/emacs/gn.el", | 231 "//tools/gn/misc/emacs/gn.el", |
| 245 "//tools/gn/misc/vim/syntax/gn.vim", | 232 "//tools/gn/misc/vim/syntax/gn.vim", |
| 246 "//tools/gn/setup.cc", | 233 "//tools/gn/setup.cc", |
| 247 "//ui/accessibility/BUILD.gn", | 234 "//ui/accessibility/BUILD.gn", |
| 248 "//ui/views/BUILD.gn", | 235 "//ui/views/BUILD.gn", |
| 249 ] | 236 ] |
| OLD | NEW |