Chromium Code Reviews| 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 20 matching lines...) Expand all Loading... | |
| 31 "//chrome/tools/*", | 31 "//chrome/tools/*", |
| 32 "//chrome/utility/*", | 32 "//chrome/utility/*", |
| 33 "//chromecast/*", | 33 "//chromecast/*", |
| 34 "//chrome_elf/*", | 34 "//chrome_elf/*", |
| 35 "//cloud_print/*", | 35 "//cloud_print/*", |
| 36 "//components/*", | 36 "//components/*", |
| 37 | 37 |
| 38 #"//content/*", # A whole lot of errors. | 38 #"//content/*", # A whole lot of errors. |
| 39 "//content/public/common:result_codes", | 39 "//content/public/common:result_codes", |
| 40 "//content/public/common:static_switches", | 40 "//content/public/common:static_switches", |
| 41 "//content/renderer:*", # Excluding //content/renderer/mus. | |
|
jbroman
2016/01/14 14:31:23
//content/renderer/mus has circular dependency iss
brettw
2016/01/19 23:44:06
You can use the variable "allow_circular_includes_
| |
| 41 "//courgette/*", | 42 "//courgette/*", |
| 42 "//crypto/*", | 43 "//crypto/*", |
| 43 "//data/*", | 44 "//data/*", |
| 44 "//dbus/*", | 45 "//dbus/*", |
| 45 "//device/*", | 46 "//device/*", |
| 46 | 47 |
| 47 #"//extensions/*", # Lots of errors. | 48 #"//extensions/*", # Lots of errors. |
| 48 "//gin/*", | 49 "//gin/*", |
| 49 "//google_apis/*", | 50 "//google_apis/*", |
| 50 "//google_update/*", | 51 "//google_update/*", |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 230 "//tools/gn/format_test_data/055.golden", | 231 "//tools/gn/format_test_data/055.golden", |
| 231 "//tools/gn/function_exec_script.cc", | 232 "//tools/gn/function_exec_script.cc", |
| 232 "//tools/gn/gn.gyp", | 233 "//tools/gn/gn.gyp", |
| 233 "//tools/gn/input_conversion.cc", | 234 "//tools/gn/input_conversion.cc", |
| 234 "//tools/gn/misc/emacs/gn.el", | 235 "//tools/gn/misc/emacs/gn.el", |
| 235 "//tools/gn/misc/vim/syntax/gn.vim", | 236 "//tools/gn/misc/vim/syntax/gn.vim", |
| 236 "//tools/gn/setup.cc", | 237 "//tools/gn/setup.cc", |
| 237 "//ui/accessibility/BUILD.gn", | 238 "//ui/accessibility/BUILD.gn", |
| 238 "//ui/views/BUILD.gn", | 239 "//ui/views/BUILD.gn", |
| 239 ] | 240 ] |
| OLD | NEW |