| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 "//components/url_formatter/*", | 47 "//components/url_formatter/*", |
| 48 "//components/url_matcher/*", | 48 "//components/url_matcher/*", |
| 49 "//components/user_manager/*", | 49 "//components/user_manager/*", |
| 50 "//components/user_prefs/*", | 50 "//components/user_prefs/*", |
| 51 "//components/variations/*", | 51 "//components/variations/*", |
| 52 "//components/view_manager/*", | 52 "//components/view_manager/*", |
| 53 "//components/wallpaper/*", | 53 "//components/wallpaper/*", |
| 54 "//components/web_cache/*", | 54 "//components/web_cache/*", |
| 55 "//components/webcrypto/*", | 55 "//components/webcrypto/*", |
| 56 "//components/web_modal/*", | 56 "//components/web_modal/*", |
| 57 "//components/web_view/*", |
| 57 "//components/webdata/*", | 58 "//components/webdata/*", |
| 58 "//components/webdata_services/*", | 59 "//components/webdata_services/*", |
| 59 | 60 |
| 60 #"//content/*", # A whole lot of errors. | 61 #"//content/*", # A whole lot of errors. |
| 61 "//courgette/*", | 62 "//courgette/*", |
| 62 "//crypto/*", | 63 "//crypto/*", |
| 63 "//data/*", | 64 "//data/*", |
| 64 "//dbus/*", | 65 "//dbus/*", |
| 65 | 66 |
| 66 #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency | 67 #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "//tools/gn/format_test_data/055.golden", | 218 "//tools/gn/format_test_data/055.golden", |
| 218 "//tools/gn/function_exec_script.cc", | 219 "//tools/gn/function_exec_script.cc", |
| 219 "//tools/gn/gn.gyp", | 220 "//tools/gn/gn.gyp", |
| 220 "//tools/gn/input_conversion.cc", | 221 "//tools/gn/input_conversion.cc", |
| 221 "//tools/gn/misc/emacs/gn.el", | 222 "//tools/gn/misc/emacs/gn.el", |
| 222 "//tools/gn/misc/vim/syntax/gn.vim", | 223 "//tools/gn/misc/vim/syntax/gn.vim", |
| 223 "//tools/gn/setup.cc", | 224 "//tools/gn/setup.cc", |
| 224 "//ui/accessibility/BUILD.gn", | 225 "//ui/accessibility/BUILD.gn", |
| 225 "//ui/views/BUILD.gn", | 226 "//ui/views/BUILD.gn", |
| 226 ] | 227 ] |
| OLD | NEW |