| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "//google_apis/*", | 50 "//google_apis/*", |
| 51 "//google_update/*", | 51 "//google_update/*", |
| 52 | 52 |
| 53 #"//gpu/*", # Lots of errors. | 53 #"//gpu/*", # Lots of errors. |
| 54 "//gpu:*", | 54 "//gpu:*", |
| 55 | 55 |
| 56 #"//ios/*", | 56 #"//ios/*", |
| 57 "//ipc/*", | 57 "//ipc/*", |
| 58 | 58 |
| 59 #"//jingle/*", | 59 #"//jingle/*", |
| 60 "//mandoline/*", | |
| 61 "//mash/*", | 60 "//mash/*", |
| 62 | 61 |
| 63 #"//media/*", # Lots of errors. | 62 #"//media/*", # Lots of errors. |
| 64 "mojo/*", | 63 "mojo/*", |
| 65 | 64 |
| 66 #"//native_client/*", | 65 #"//native_client/*", |
| 67 #"//net/*", # Needs GN binary changes to work on Android. | 66 #"//net/*", # Needs GN binary changes to work on Android. |
| 68 | 67 |
| 69 #"//pdf/*", # Medium-hard. | 68 #"//pdf/*", # Medium-hard. |
| 70 #"//ppapi/*", # Lots of errors. | 69 #"//ppapi/*", # Lots of errors. |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "//tools/gn/format_test_data/055.golden", | 230 "//tools/gn/format_test_data/055.golden", |
| 232 "//tools/gn/function_exec_script.cc", | 231 "//tools/gn/function_exec_script.cc", |
| 233 "//tools/gn/gn.gyp", | 232 "//tools/gn/gn.gyp", |
| 234 "//tools/gn/input_conversion.cc", | 233 "//tools/gn/input_conversion.cc", |
| 235 "//tools/gn/misc/emacs/gn.el", | 234 "//tools/gn/misc/emacs/gn.el", |
| 236 "//tools/gn/misc/vim/syntax/gn.vim", | 235 "//tools/gn/misc/vim/syntax/gn.vim", |
| 237 "//tools/gn/setup.cc", | 236 "//tools/gn/setup.cc", |
| 238 "//ui/accessibility/BUILD.gn", | 237 "//ui/accessibility/BUILD.gn", |
| 239 "//ui/views/BUILD.gn", | 238 "//ui/views/BUILD.gn", |
| 240 ] | 239 ] |
| OLD | NEW |