| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "//components/webusb/*", | 189 "//components/webusb/*", |
| 190 "//components/wifi/*", | 190 "//components/wifi/*", |
| 191 | 191 |
| 192 #"//content/*", # A whole lot of errors. | 192 #"//content/*", # A whole lot of errors. |
| 193 "//content/public/common:result_codes", | 193 "//content/public/common:result_codes", |
| 194 "//content/public/common:static_switches", | 194 "//content/public/common:static_switches", |
| 195 "//courgette/*", | 195 "//courgette/*", |
| 196 "//crypto/*", | 196 "//crypto/*", |
| 197 "//data/*", | 197 "//data/*", |
| 198 "//dbus/*", | 198 "//dbus/*", |
| 199 | 199 "//device/*", |
| 200 #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency | |
| 201 | 200 |
| 202 #"//extensions/*", # Lots of errors. | 201 #"//extensions/*", # Lots of errors. |
| 203 #"//gin/*", # Easy. | 202 #"//gin/*", # Easy. |
| 204 "//google_apis/*", | 203 "//google_apis/*", |
| 205 "//google_update/*", | 204 "//google_update/*", |
| 206 | 205 |
| 207 #"//gpu/*", # Lots of errors. | 206 #"//gpu/*", # Lots of errors. |
| 208 "//gpu:*", | 207 "//gpu:*", |
| 209 | 208 |
| 210 #"//ios/*", | 209 #"//ios/*", |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "//tools/gn/format_test_data/055.golden", | 346 "//tools/gn/format_test_data/055.golden", |
| 348 "//tools/gn/function_exec_script.cc", | 347 "//tools/gn/function_exec_script.cc", |
| 349 "//tools/gn/gn.gyp", | 348 "//tools/gn/gn.gyp", |
| 350 "//tools/gn/input_conversion.cc", | 349 "//tools/gn/input_conversion.cc", |
| 351 "//tools/gn/misc/emacs/gn.el", | 350 "//tools/gn/misc/emacs/gn.el", |
| 352 "//tools/gn/misc/vim/syntax/gn.vim", | 351 "//tools/gn/misc/vim/syntax/gn.vim", |
| 353 "//tools/gn/setup.cc", | 352 "//tools/gn/setup.cc", |
| 354 "//ui/accessibility/BUILD.gn", | 353 "//ui/accessibility/BUILD.gn", |
| 355 "//ui/views/BUILD.gn", | 354 "//ui/views/BUILD.gn", |
| 356 ] | 355 ] |
| OLD | NEW |