| 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 import("//build/dotfile_settings.gni") | 5 import("//build/dotfile_settings.gni") |
| 6 | 6 |
| 7 # The location of the build configuration file. | 7 # The location of the build configuration file. |
| 8 buildconfig = "//build/config/BUILDCONFIG.gn" | 8 buildconfig = "//build/config/BUILDCONFIG.gn" |
| 9 | 9 |
| 10 # The secondary source root is a parallel directory tree where | 10 # The secondary source root is a parallel directory tree where |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "//services/*", | 137 "//services/*", |
| 138 "//skia/*", | 138 "//skia/*", |
| 139 "//sql/*", | 139 "//sql/*", |
| 140 "//storage/*", | 140 "//storage/*", |
| 141 "//testing/*", | 141 "//testing/*", |
| 142 | 142 |
| 143 #"//third_party/*", # May not ever want this. | 143 #"//third_party/*", # May not ever want this. |
| 144 "//third_party/hunspell/*", | 144 "//third_party/hunspell/*", |
| 145 "//third_party/libaddressinput/*", | 145 "//third_party/libaddressinput/*", |
| 146 "//third_party/libphonenumber/*", | 146 "//third_party/libphonenumber/*", |
| 147 "//third_party/libwebp/*", |
| 147 "//third_party/WebKit/Source/*", | 148 "//third_party/WebKit/Source/*", |
| 148 "//tools/*", | 149 "//tools/*", |
| 149 | 150 |
| 150 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: | 151 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: |
| 151 "//ui/accessibility/*", | 152 "//ui/accessibility/*", |
| 152 "//ui/android/*", | 153 "//ui/android/*", |
| 153 "//ui/app_list/*", | 154 "//ui/app_list/*", |
| 154 "//ui/arc/*", | 155 "//ui/arc/*", |
| 155 "//ui/aura/*", | 156 "//ui/aura/*", |
| 156 "//ui/aura_extra/*", | 157 "//ui/aura_extra/*", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "//third_party/google_input_tools/inputview.gni", | 275 "//third_party/google_input_tools/inputview.gni", |
| 275 | 276 |
| 276 # CLD2 should be removed soon, delete this when we do. | 277 # CLD2 should be removed soon, delete this when we do. |
| 277 "//third_party/cld_2/BUILD.gn", | 278 "//third_party/cld_2/BUILD.gn", |
| 278 "//tools/grit/grit_rule.gni", | 279 "//tools/grit/grit_rule.gni", |
| 279 | 280 |
| 280 # Not gypi-to-gn. | 281 # Not gypi-to-gn. |
| 281 "//google_apis/BUILD.gn", | 282 "//google_apis/BUILD.gn", |
| 282 "//printing/BUILD.gn", | 283 "//printing/BUILD.gn", |
| 283 ] | 284 ] |
| OLD | NEW |