| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 "//data/*", | 57 "//data/*", |
| 58 "//dbus/*", | 58 "//dbus/*", |
| 59 "//device/*", | 59 "//device/*", |
| 60 | 60 |
| 61 #"//extensions/*", # Lots of errors. | 61 #"//extensions/*", # Lots of errors. |
| 62 "//gin/*", | 62 "//gin/*", |
| 63 "//google_apis/*", | 63 "//google_apis/*", |
| 64 "//google_update/*", | 64 "//google_update/*", |
| 65 "//gpu/*", | 65 "//gpu/*", |
| 66 | 66 |
| 67 #"//ios/*", | 67 "//ios/*", |
| 68 "//ios_internal/*", |
| 68 "//ipc/*", | 69 "//ipc/*", |
| 69 | 70 |
| 70 #"//jingle/*", | 71 #"//jingle/*", |
| 71 "//mash/*", | 72 "//mash/*", |
| 72 | 73 |
| 73 #"//media/*", # Lots of errors. | 74 #"//media/*", # Lots of errors. |
| 74 "mojo/*", | 75 "mojo/*", |
| 75 | 76 |
| 76 #"//native_client/*", | 77 #"//native_client/*", |
| 77 "//net/*", | 78 "//net/*", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "//tools/gn/format_test_data/055.golden", | 304 "//tools/gn/format_test_data/055.golden", |
| 304 "//tools/gn/function_exec_script.cc", | 305 "//tools/gn/function_exec_script.cc", |
| 305 "//tools/gn/gn.gyp", | 306 "//tools/gn/gn.gyp", |
| 306 "//tools/gn/input_conversion.cc", | 307 "//tools/gn/input_conversion.cc", |
| 307 "//tools/gn/misc/emacs/gn.el", | 308 "//tools/gn/misc/emacs/gn.el", |
| 308 "//tools/gn/misc/vim/syntax/gn.vim", | 309 "//tools/gn/misc/vim/syntax/gn.vim", |
| 309 "//tools/gn/setup.cc", | 310 "//tools/gn/setup.cc", |
| 310 "//ui/accessibility/BUILD.gn", | 311 "//ui/accessibility/BUILD.gn", |
| 311 "//ui/views/BUILD.gn", | 312 "//ui/views/BUILD.gn", |
| 312 ] | 313 ] |
| OLD | NEW |