| 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 25 matching lines...) Expand all Loading... |
| 36 "//components/*", | 36 "//components/*", |
| 37 | 37 |
| 38 #"//content/*", # A whole lot of errors. | 38 #"//content/*", # A whole lot of errors. |
| 39 "//content/gpu/*", | 39 "//content/gpu/*", |
| 40 "//content/public/*", | 40 "//content/public/*", |
| 41 "//content/renderer/*", | 41 "//content/renderer/*", |
| 42 | 42 |
| 43 #"//content/shell/*", # Needs Android fix, bug 597020. | 43 #"//content/shell/*", # Needs Android fix, bug 597020. |
| 44 | 44 |
| 45 #"//content/test/*", # A couple of errors left. | 45 #"//content/test/*", # A couple of errors left. |
| 46 "//content/test:content_gl_benchmark", |
| 46 "//content/test:content_gl_tests", | 47 "//content/test:content_gl_tests", |
| 47 "//content/test:content_perftests", | 48 "//content/test:content_perftests", |
| 48 "//content/test:content_site_isolation_browsertests", | 49 "//content/test:content_site_isolation_browsertests", |
| 49 "//content/test:content_test_mojo_bindings", | 50 "//content/test:content_test_mojo_bindings", |
| 50 "//content/test:content_unittests", | 51 "//content/test:content_unittests", |
| 51 "//content/test:test_support", | 52 "//content/test:test_support", |
| 52 "//courgette/*", | 53 "//courgette/*", |
| 53 "//crypto/*", | 54 "//crypto/*", |
| 54 "//data/*", | 55 "//data/*", |
| 55 "//dbus/*", | 56 "//dbus/*", |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 "//tools/gn/format_test_data/055.golden", | 300 "//tools/gn/format_test_data/055.golden", |
| 300 "//tools/gn/function_exec_script.cc", | 301 "//tools/gn/function_exec_script.cc", |
| 301 "//tools/gn/gn.gyp", | 302 "//tools/gn/gn.gyp", |
| 302 "//tools/gn/input_conversion.cc", | 303 "//tools/gn/input_conversion.cc", |
| 303 "//tools/gn/misc/emacs/gn.el", | 304 "//tools/gn/misc/emacs/gn.el", |
| 304 "//tools/gn/misc/vim/syntax/gn.vim", | 305 "//tools/gn/misc/vim/syntax/gn.vim", |
| 305 "//tools/gn/setup.cc", | 306 "//tools/gn/setup.cc", |
| 306 "//ui/accessibility/BUILD.gn", | 307 "//ui/accessibility/BUILD.gn", |
| 307 "//ui/views/BUILD.gn", | 308 "//ui/views/BUILD.gn", |
| 308 ] | 309 ] |
| OLD | NEW |