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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 "//third_party/kasko/*", | 119 "//third_party/kasko/*", |
120 "//third_party/libaddressinput/*", | 120 "//third_party/libaddressinput/*", |
121 "//third_party/libphonenumber/*", | 121 "//third_party/libphonenumber/*", |
122 "//third_party/WebKit/Source/*", | 122 "//third_party/WebKit/Source/*", |
123 "//tools/*", | 123 "//tools/*", |
124 | 124 |
125 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: | 125 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: |
126 "//ui/accessibility/*", | 126 "//ui/accessibility/*", |
127 "//ui/android/*", | 127 "//ui/android/*", |
128 "//ui/app_list/*", | 128 "//ui/app_list/*", |
| 129 "//ui/arc/*", |
129 "//ui/aura/*", | 130 "//ui/aura/*", |
130 "//ui/aura_extra/*", | 131 "//ui/aura_extra/*", |
131 "//ui/base/*", | 132 "//ui/base/*", |
132 "//ui/chromeos/*", | 133 "//ui/chromeos/*", |
133 "//ui/compositor/*", | 134 "//ui/compositor/*", |
134 "//ui/content_accelerators/*", | 135 "//ui/content_accelerators/*", |
135 "//ui/display/*", | 136 "//ui/display/*", |
136 "//ui/events/*", | 137 "//ui/events/*", |
137 "//ui/file_manager/*", | 138 "//ui/file_manager/*", |
138 "//ui/gfx/*", | 139 "//ui/gfx/*", |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 "//tools/gn/input_conversion.cc", | 329 "//tools/gn/input_conversion.cc", |
329 "//tools/gn/misc/emacs/gn.el", | 330 "//tools/gn/misc/emacs/gn.el", |
330 "//tools/gn/misc/vim/syntax/gn.vim", | 331 "//tools/gn/misc/vim/syntax/gn.vim", |
331 "//tools/gn/setup.cc", | 332 "//tools/gn/setup.cc", |
332 "//ui/accessibility/BUILD.gn", | 333 "//ui/accessibility/BUILD.gn", |
333 "//ui/views/BUILD.gn", | 334 "//ui/views/BUILD.gn", |
334 "//ui/views/mus/BUILD.gn", | 335 "//ui/views/mus/BUILD.gn", |
335 "//v8/test/cctest/BUILD.gn", | 336 "//v8/test/cctest/BUILD.gn", |
336 "//v8/test/unittests/BUILD.gn", | 337 "//v8/test/unittests/BUILD.gn", |
337 ] | 338 ] |
OLD | NEW |