| 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 | 29 |
| 30 # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following | 30 # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following |
| 31 # line. | 31 # line. |
| 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/*", | |
| 40 "//components/omnibox/*", | |
| 41 "//components/os_crypt/*", | 39 "//components/os_crypt/*", |
| 42 "//components/pref_registry/*", | 40 "//components/pref_registry/*", |
| 43 "//components/undo/*", | 41 "//components/undo/*", |
| 44 "//components/update_client/*", | 42 "//components/update_client/*", |
| 45 "//components/url_fixer/*", | 43 "//components/url_fixer/*", |
| 46 "//components/url_matcher/*", | 44 "//components/url_matcher/*", |
| 47 "//components/user_manager/*", | 45 "//components/user_manager/*", |
| 48 "//components/user_prefs/*", | 46 "//components/user_prefs/*", |
| 49 "//components/variations/*", | 47 "//components/variations/*", |
| 50 "//components/wallpaper/*", | 48 "//components/wallpaper/*", |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "//tools/gn/format_test_data/055.golden", | 203 "//tools/gn/format_test_data/055.golden", |
| 206 "//tools/gn/function_exec_script.cc", | 204 "//tools/gn/function_exec_script.cc", |
| 207 "//tools/gn/gn.gyp", | 205 "//tools/gn/gn.gyp", |
| 208 "//tools/gn/input_conversion.cc", | 206 "//tools/gn/input_conversion.cc", |
| 209 "//tools/gn/misc/emacs/gn.el", | 207 "//tools/gn/misc/emacs/gn.el", |
| 210 "//tools/gn/misc/vim/syntax/gn.vim", | 208 "//tools/gn/misc/vim/syntax/gn.vim", |
| 211 "//tools/gn/setup.cc", | 209 "//tools/gn/setup.cc", |
| 212 "//ui/accessibility/BUILD.gn", | 210 "//ui/accessibility/BUILD.gn", |
| 213 "//ui/views/BUILD.gn", | 211 "//ui/views/BUILD.gn", |
| 214 ] | 212 ] |
| OLD | NEW |