| 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 10 matching lines...) Expand all Loading... |
| 21 "//blink/*", | 21 "//blink/*", |
| 22 "//breakpad/*", | 22 "//breakpad/*", |
| 23 "//build/*", | 23 "//build/*", |
| 24 "//cc/*", | 24 "//cc/*", |
| 25 | 25 |
| 26 #"//chrome/*", # Epic number of errors. | 26 #"//chrome/*", # Epic number of errors. |
| 27 "//chrome/common/*", | 27 "//chrome/common/*", |
| 28 "//chrome/installer/*", | 28 "//chrome/installer/*", |
| 29 "//chrome/third_party/mozilla_security_manager/*", | 29 "//chrome/third_party/mozilla_security_manager/*", |
| 30 "//chromecast/*", | 30 "//chromecast/*", |
| 31 | 31 "//chrome_elf/*", |
| 32 # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following | 32 "//cloud_print/*", |
| 33 # line. | |
| 34 #"//chrome_elf/*", | |
| 35 #"//cloud_print/*", | |
| 36 | |
| 37 "//components/*", | 33 "//components/*", |
| 38 | 34 |
| 39 #"//content/*", # A whole lot of errors. | 35 #"//content/*", # A whole lot of errors. |
| 40 "//content/public/common:result_codes", | 36 "//content/public/common:result_codes", |
| 41 "//content/public/common:static_switches", | 37 "//content/public/common:static_switches", |
| 42 "//courgette/*", | 38 "//courgette/*", |
| 43 "//crypto/*", | 39 "//crypto/*", |
| 44 "//data/*", | 40 "//data/*", |
| 45 "//dbus/*", | 41 "//dbus/*", |
| 46 | 42 |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 "//tools/gn/format_test_data/055.golden", | 192 "//tools/gn/format_test_data/055.golden", |
| 197 "//tools/gn/function_exec_script.cc", | 193 "//tools/gn/function_exec_script.cc", |
| 198 "//tools/gn/gn.gyp", | 194 "//tools/gn/gn.gyp", |
| 199 "//tools/gn/input_conversion.cc", | 195 "//tools/gn/input_conversion.cc", |
| 200 "//tools/gn/misc/emacs/gn.el", | 196 "//tools/gn/misc/emacs/gn.el", |
| 201 "//tools/gn/misc/vim/syntax/gn.vim", | 197 "//tools/gn/misc/vim/syntax/gn.vim", |
| 202 "//tools/gn/setup.cc", | 198 "//tools/gn/setup.cc", |
| 203 "//ui/accessibility/BUILD.gn", | 199 "//ui/accessibility/BUILD.gn", |
| 204 "//ui/views/BUILD.gn", | 200 "//ui/views/BUILD.gn", |
| 205 ] | 201 ] |
| OLD | NEW |