| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "//ios/*", | 62 "//ios/*", |
| 63 "//ios_internal/*", | 63 "//ios_internal/*", |
| 64 "//ipc/*", | 64 "//ipc/*", |
| 65 | 65 |
| 66 #"//jingle/*", | 66 #"//jingle/*", |
| 67 "//mash/*", | 67 "//mash/*", |
| 68 | 68 |
| 69 #"//media/*", # Lots of errors. | 69 #"//media/*", # Lots of errors. |
| 70 #"//media/base/*", | 70 #"//media/base/*", |
| 71 #"//media/capture/*", | 71 #"//media/capture/*", |
| 72 #"//media/cast/*", | 72 "//media/cast/*", |
| 73 "//media:media", | 73 "//media:media", |
| 74 "//media:shared_memory_support", | 74 "//media:shared_memory_support", |
| 75 "//media:media_unittests", | 75 "//media:media_unittests", |
| 76 "//media:audio_unittests", | 76 "//media:audio_unittests", |
| 77 "//media:media_perftests", | 77 "//media:media_perftests", |
| 78 "//media/audio/*", | 78 "//media/audio/*", |
| 79 "//media/blink/*", | 79 "//media/blink/*", |
| 80 "//media/cdm/*", | 80 "//media/cdm/*", |
| 81 "//media/ffmpeg/*", | 81 "//media/ffmpeg/*", |
| 82 "//media/gpu/*", | 82 "//media/gpu/*", |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "//third_party/skia/gn/shared_sources.gni", | 259 "//third_party/skia/gn/shared_sources.gni", |
| 260 | 260 |
| 261 # CLD2 should be removed soon, delete this when we do. | 261 # CLD2 should be removed soon, delete this when we do. |
| 262 "//third_party/cld_2/BUILD.gn", | 262 "//third_party/cld_2/BUILD.gn", |
| 263 "//tools/grit/grit_rule.gni", | 263 "//tools/grit/grit_rule.gni", |
| 264 | 264 |
| 265 # Not gypi-to-gn. | 265 # Not gypi-to-gn. |
| 266 "//google_apis/BUILD.gn", | 266 "//google_apis/BUILD.gn", |
| 267 "//printing/BUILD.gn", | 267 "//printing/BUILD.gn", |
| 268 ] | 268 ] |
| OLD | NEW |