| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 #"//sandbox/*", # Medium-hard. | 130 #"//sandbox/*", # Medium-hard. |
| 131 "//sdch/*", | 131 "//sdch/*", |
| 132 "//services/*", | 132 "//services/*", |
| 133 "//skia/*", | 133 "//skia/*", |
| 134 "//sql/*", | 134 "//sql/*", |
| 135 "//storage/*", | 135 "//storage/*", |
| 136 "//testing/*", | 136 "//testing/*", |
| 137 | 137 |
| 138 #"//third_party/*", # May not ever want this. | 138 #"//third_party/*", # May not ever want this. |
| 139 "//third_party/hunspell/*", | 139 "//third_party/hunspell/*", |
| 140 "//third_party/kasko/*", | |
| 141 "//third_party/libaddressinput/*", | 140 "//third_party/libaddressinput/*", |
| 142 "//third_party/libphonenumber/*", | 141 "//third_party/libphonenumber/*", |
| 143 "//third_party/WebKit/Source/*", | 142 "//third_party/WebKit/Source/*", |
| 144 "//tools/*", | 143 "//tools/*", |
| 145 | 144 |
| 146 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: | 145 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: |
| 147 "//ui/accessibility/*", | 146 "//ui/accessibility/*", |
| 148 "//ui/android/*", | 147 "//ui/android/*", |
| 149 "//ui/app_list/*", | 148 "//ui/app_list/*", |
| 150 "//ui/arc/*", | 149 "//ui/arc/*", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "//third_party/google_input_tools/inputview.gni", | 273 "//third_party/google_input_tools/inputview.gni", |
| 275 | 274 |
| 276 # CLD2 should be removed soon, delete this when we do. | 275 # CLD2 should be removed soon, delete this when we do. |
| 277 "//third_party/cld_2/BUILD.gn", | 276 "//third_party/cld_2/BUILD.gn", |
| 278 "//tools/grit/grit_rule.gni", | 277 "//tools/grit/grit_rule.gni", |
| 279 | 278 |
| 280 # Not gypi-to-gn. | 279 # Not gypi-to-gn. |
| 281 "//google_apis/BUILD.gn", | 280 "//google_apis/BUILD.gn", |
| 282 "//printing/BUILD.gn", | 281 "//printing/BUILD.gn", |
| 283 ] | 282 ] |
| OLD | NEW |