| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/brotli/*", | 144 "//third_party/brotli/*", |
| 145 "//third_party/hunspell/*", | 145 "//third_party/hunspell/*", |
| 146 "//third_party/libaddressinput/*", | 146 "//third_party/libaddressinput/*", |
| 147 "//third_party/libphonenumber/*", | 147 "//third_party/libphonenumber/*", |
| 148 "//third_party/libwebp/*", | 148 "//third_party/libwebp/*", |
| 149 "//third_party/WebKit/Source/*", | 149 "//third_party/WebKit/*", |
| 150 "//tools/*", | 150 "//tools/*", |
| 151 | 151 |
| 152 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: | 152 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: |
| 153 "//ui/accessibility/*", | 153 "//ui/accessibility/*", |
| 154 "//ui/android/*", | 154 "//ui/android/*", |
| 155 "//ui/app_list/*", | 155 "//ui/app_list/*", |
| 156 "//ui/arc/*", | 156 "//ui/arc/*", |
| 157 "//ui/aura/*", | 157 "//ui/aura/*", |
| 158 "//ui/aura_extra/*", | 158 "//ui/aura_extra/*", |
| 159 "//ui/base/*", | 159 "//ui/base/*", |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "//third_party/google_input_tools/inputview.gni", | 276 "//third_party/google_input_tools/inputview.gni", |
| 277 | 277 |
| 278 # CLD2 should be removed soon, delete this when we do. | 278 # CLD2 should be removed soon, delete this when we do. |
| 279 "//third_party/cld_2/BUILD.gn", | 279 "//third_party/cld_2/BUILD.gn", |
| 280 "//tools/grit/grit_rule.gni", | 280 "//tools/grit/grit_rule.gni", |
| 281 | 281 |
| 282 # Not gypi-to-gn. | 282 # Not gypi-to-gn. |
| 283 "//google_apis/BUILD.gn", | 283 "//google_apis/BUILD.gn", |
| 284 "//printing/BUILD.gn", | 284 "//printing/BUILD.gn", |
| 285 ] | 285 ] |
| OLD | NEW |