| 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 21 matching lines...) Expand all Loading... |
| 32 #"//chrome_elf/*", | 32 #"//chrome_elf/*", |
| 33 "//cloud_print/*", | 33 "//cloud_print/*", |
| 34 | 34 |
| 35 #"//components/*", # Lots of errors. | 35 #"//components/*", # Lots of errors. |
| 36 "//components/app_modal/*", | 36 "//components/app_modal/*", |
| 37 "//components/autofill/*", | 37 "//components/autofill/*", |
| 38 "//components/bookmarks/*", | 38 "//components/bookmarks/*", |
| 39 "//components/google/*", | 39 "//components/google/*", |
| 40 "//components/history/*", | 40 "//components/history/*", |
| 41 "//components/html_viewer/*", | 41 "//components/html_viewer/*", |
| 42 "//components/mus/*", |
| 42 "//components/omnibox/*", | 43 "//components/omnibox/*", |
| 43 "//components/os_crypt/*", | 44 "//components/os_crypt/*", |
| 44 "//components/pref_registry/*", | 45 "//components/pref_registry/*", |
| 45 "//components/undo/*", | 46 "//components/undo/*", |
| 46 "//components/update_client/*", | 47 "//components/update_client/*", |
| 47 "//components/url_formatter/*", | 48 "//components/url_formatter/*", |
| 48 "//components/url_matcher/*", | 49 "//components/url_matcher/*", |
| 49 "//components/user_manager/*", | 50 "//components/user_manager/*", |
| 50 "//components/user_prefs/*", | 51 "//components/user_prefs/*", |
| 51 "//components/variations/*", | 52 "//components/variations/*", |
| 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/web_view/*", |
| 58 "//components/webdata/*", | 58 "//components/webdata/*", |
| 59 "//components/webdata_services/*", | 59 "//components/webdata_services/*", |
| 60 | 60 |
| 61 #"//content/*", # A whole lot of errors. | 61 #"//content/*", # A whole lot of errors. |
| 62 "//courgette/*", | 62 "//courgette/*", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "//tools/gn/format_test_data/055.golden", | 207 "//tools/gn/format_test_data/055.golden", |
| 208 "//tools/gn/function_exec_script.cc", | 208 "//tools/gn/function_exec_script.cc", |
| 209 "//tools/gn/gn.gyp", | 209 "//tools/gn/gn.gyp", |
| 210 "//tools/gn/input_conversion.cc", | 210 "//tools/gn/input_conversion.cc", |
| 211 "//tools/gn/misc/emacs/gn.el", | 211 "//tools/gn/misc/emacs/gn.el", |
| 212 "//tools/gn/misc/vim/syntax/gn.vim", | 212 "//tools/gn/misc/vim/syntax/gn.vim", |
| 213 "//tools/gn/setup.cc", | 213 "//tools/gn/setup.cc", |
| 214 "//ui/accessibility/BUILD.gn", | 214 "//ui/accessibility/BUILD.gn", |
| 215 "//ui/views/BUILD.gn", | 215 "//ui/views/BUILD.gn", |
| 216 ] | 216 ] |
| OLD | NEW |