| 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/*", |
| 39 "//content/public/*", | 41 "//content/public/*", |
| 40 "//content/renderer/*", | 42 "//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", |
| 41 "//courgette/*", | 54 "//courgette/*", |
| 42 "//crypto/*", | 55 "//crypto/*", |
| 43 "//data/*", | 56 "//data/*", |
| 44 "//dbus/*", | 57 "//dbus/*", |
| 45 "//device/*", | 58 "//device/*", |
| 46 | 59 |
| 47 #"//extensions/*", # Lots of errors. | 60 #"//extensions/*", # Lots of errors. |
| 48 "//gin/*", | 61 "//gin/*", |
| 49 "//google_apis/*", | 62 "//google_apis/*", |
| 50 "//google_update/*", | 63 "//google_update/*", |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 "//tools/gn/format_test_data/055.golden", | 240 "//tools/gn/format_test_data/055.golden", |
| 228 "//tools/gn/function_exec_script.cc", | 241 "//tools/gn/function_exec_script.cc", |
| 229 "//tools/gn/gn.gyp", | 242 "//tools/gn/gn.gyp", |
| 230 "//tools/gn/input_conversion.cc", | 243 "//tools/gn/input_conversion.cc", |
| 231 "//tools/gn/misc/emacs/gn.el", | 244 "//tools/gn/misc/emacs/gn.el", |
| 232 "//tools/gn/misc/vim/syntax/gn.vim", | 245 "//tools/gn/misc/vim/syntax/gn.vim", |
| 233 "//tools/gn/setup.cc", | 246 "//tools/gn/setup.cc", |
| 234 "//ui/accessibility/BUILD.gn", | 247 "//ui/accessibility/BUILD.gn", |
| 235 "//ui/views/BUILD.gn", | 248 "//ui/views/BUILD.gn", |
| 236 ] | 249 ] |
| OLD | NEW |