| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 "//gpu/*", | 67 "//gpu/*", |
| 68 | 68 |
| 69 "//ios/*", | 69 "//ios/*", |
| 70 "//ios_internal/*", | 70 "//ios_internal/*", |
| 71 "//ipc/*", | 71 "//ipc/*", |
| 72 | 72 |
| 73 #"//jingle/*", | 73 #"//jingle/*", |
| 74 "//mash/*", | 74 "//mash/*", |
| 75 | 75 |
| 76 #"//media/*", # Lots of errors. | 76 #"//media/*", # Lots of errors. |
| 77 #"//media/base/*", |
| 78 #"//media/capture/*", |
| 79 #"//media/cast/*", |
| 80 #"//media/test/*", |
| 81 "//media:media", |
| 82 "//media:shared_memory_support", |
| 83 "//media:media_unittests", |
| 84 "//media:audio_unittests", |
| 85 "//media:media_perftests", |
| 86 "//media/audio/*", |
| 87 "//media/blink/*", |
| 88 "//media/cdm/*", |
| 89 "//media/ffmpeg/*", |
| 90 "//media/gpu/*", |
| 91 "//media/midi/*", |
| 92 "//media/mojo/*", |
| 93 |
| 77 "mojo/*", | 94 "mojo/*", |
| 78 | 95 |
| 79 #"//native_client/*", | 96 #"//native_client/*", |
| 80 "//net/*", | 97 "//net/*", |
| 81 | 98 |
| 82 #"//pdf/*", # Medium-hard. | 99 #"//pdf/*", # Medium-hard. |
| 83 #"//ppapi/*", # Lots of errors. | 100 #"//ppapi/*", # Lots of errors. |
| 84 "//ppapi/examples/*", | 101 "//ppapi/examples/*", |
| 85 "//printing/*", | 102 "//printing/*", |
| 86 | 103 |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "//tools/gn/format_test_data/055.golden", | 324 "//tools/gn/format_test_data/055.golden", |
| 308 "//tools/gn/function_exec_script.cc", | 325 "//tools/gn/function_exec_script.cc", |
| 309 "//tools/gn/gn.gyp", | 326 "//tools/gn/gn.gyp", |
| 310 "//tools/gn/input_conversion.cc", | 327 "//tools/gn/input_conversion.cc", |
| 311 "//tools/gn/misc/emacs/gn.el", | 328 "//tools/gn/misc/emacs/gn.el", |
| 312 "//tools/gn/misc/vim/syntax/gn.vim", | 329 "//tools/gn/misc/vim/syntax/gn.vim", |
| 313 "//tools/gn/setup.cc", | 330 "//tools/gn/setup.cc", |
| 314 "//ui/accessibility/BUILD.gn", | 331 "//ui/accessibility/BUILD.gn", |
| 315 "//ui/views/BUILD.gn", | 332 "//ui/views/BUILD.gn", |
| 316 ] | 333 ] |
| OLD | NEW |