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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 | 107 |
108 #"//remoting/*", # Medium-hard. | 108 #"//remoting/*", # Medium-hard. |
109 "//rlz/*", | 109 "//rlz/*", |
110 | 110 |
111 #"//sandbox/*", # Medium-hard. | 111 #"//sandbox/*", # Medium-hard. |
112 "//sdch/*", | 112 "//sdch/*", |
113 "//services/*", | 113 "//services/*", |
114 "//skia/*", | 114 "//skia/*", |
115 "//sql/*", | 115 "//sql/*", |
116 "//storage/*", | 116 "//storage/*", |
117 "//components/sync/*", | |
118 "//testing/*", | 117 "//testing/*", |
119 | 118 |
120 #"//third_party/*", # May not ever want this. | 119 #"//third_party/*", # May not ever want this. |
121 "//third_party/hunspell/*", | 120 "//third_party/hunspell/*", |
122 "//third_party/kasko/*", | 121 "//third_party/kasko/*", |
123 "//third_party/libaddressinput/*", | 122 "//third_party/libaddressinput/*", |
124 "//third_party/libphonenumber/*", | 123 "//third_party/libphonenumber/*", |
125 "//third_party/WebKit/Source/*", | 124 "//third_party/WebKit/Source/*", |
126 "//tools/*", | 125 "//tools/*", |
127 | 126 |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 "//chrome/test/BUILD.gn", | 265 "//chrome/test/BUILD.gn", |
267 "//chrome/utility/BUILD.gn", | 266 "//chrome/utility/BUILD.gn", |
268 "//chromeos/BUILD.gn", | 267 "//chromeos/BUILD.gn", |
269 | 268 |
270 # TODO(dgn): Layer violation but breaks the build otherwise, see | 269 # TODO(dgn): Layer violation but breaks the build otherwise, see |
271 # https://crbug.com/474506 | 270 # https://crbug.com/474506 |
272 "//clank/java/BUILD.gn", | 271 "//clank/java/BUILD.gn", |
273 "//clank/native/BUILD.gn", | 272 "//clank/native/BUILD.gn", |
274 | 273 |
275 "//components/domain_reliability/BUILD.gn", | 274 "//components/domain_reliability/BUILD.gn", |
| 275 "//components/sync/protocol/protocol_sources.gni", |
276 "//content/browser/browser.gni", | 276 "//content/browser/browser.gni", |
277 "//content/child/child.gni", | 277 "//content/child/child.gni", |
278 "//content/common/common.gni", | 278 "//content/common/common.gni", |
279 "//content/public/android/BUILD.gn", | 279 "//content/public/android/BUILD.gn", |
280 "//content/renderer/renderer.gni", | 280 "//content/renderer/renderer.gni", |
281 "//content/test/BUILD.gn", | 281 "//content/test/BUILD.gn", |
282 "//content/utility/utility.gni", | 282 "//content/utility/utility.gni", |
283 "//extensions/common/api/schemas.gni", | 283 "//extensions/common/api/schemas.gni", |
284 "//extensions/extensions.gni", | 284 "//extensions/extensions.gni", |
285 "//extensions/shell/app_shell.gni", | 285 "//extensions/shell/app_shell.gni", |
286 "//extensions/shell/common/api/schemas.gni", | 286 "//extensions/shell/common/api/schemas.gni", |
287 "//google_apis/BUILD.gn", | 287 "//google_apis/BUILD.gn", |
288 "//gpu/gles2_conform_support/BUILD.gn", | 288 "//gpu/gles2_conform_support/BUILD.gn", |
289 "//gpu/khronos_glcts_support/BUILD.gn", | 289 "//gpu/khronos_glcts_support/BUILD.gn", |
290 "//jingle/BUILD.gn", | 290 "//jingle/BUILD.gn", |
291 "//net/BUILD.gn", | 291 "//net/BUILD.gn", |
292 "//ppapi/ppapi_sources.gni", | 292 "//ppapi/ppapi_sources.gni", |
293 "//printing/BUILD.gn", | 293 "//printing/BUILD.gn", |
294 "//remoting/host/BUILD.gn", | 294 "//remoting/host/BUILD.gn", |
295 "//remoting/remoting_srcs.gni", | 295 "//remoting/remoting_srcs.gni", |
296 "//remoting/remoting_version.gni", | 296 "//remoting/remoting_version.gni", |
297 "//skia/BUILD.gn", | 297 "//skia/BUILD.gn", |
298 "//components/sync/protocol/protocol_sources.gni", | |
299 "//third_party/android_platform/BUILD.gn", | 298 "//third_party/android_platform/BUILD.gn", |
300 "//third_party/angle/BUILD.gn", | 299 "//third_party/angle/BUILD.gn", |
301 "//third_party/angle/src/tests/BUILD.gn", | 300 "//third_party/angle/src/tests/BUILD.gn", |
302 "//third_party/boringssl/BUILD.gn", | 301 "//third_party/boringssl/BUILD.gn", |
303 "//third_party/catapult/tracing/BUILD.gn", | 302 "//third_party/catapult/tracing/BUILD.gn", |
304 "//third_party/cld_2/BUILD.gn", | 303 "//third_party/cld_2/BUILD.gn", |
305 "//third_party/cython/rules.gni", | 304 "//third_party/cython/rules.gni", |
306 "//third_party/google_input_tools/inputview.gni", | 305 "//third_party/google_input_tools/inputview.gni", |
307 "//third_party/harfbuzz-ng/BUILD.gn", | 306 "//third_party/harfbuzz-ng/BUILD.gn", |
308 "//third_party/libaddressinput/BUILD.gn", | 307 "//third_party/libaddressinput/BUILD.gn", |
(...skipping 24 matching lines...) Expand all Loading... |
333 "//tools/gn/misc/emacs/gn.el", | 332 "//tools/gn/misc/emacs/gn.el", |
334 "//tools/gn/misc/vim/syntax/gn.vim", | 333 "//tools/gn/misc/vim/syntax/gn.vim", |
335 "//tools/gn/setup.cc", | 334 "//tools/gn/setup.cc", |
336 "//ui/accessibility/BUILD.gn", | 335 "//ui/accessibility/BUILD.gn", |
337 "//ui/gfx/BUILD.gn", | 336 "//ui/gfx/BUILD.gn", |
338 "//ui/views/BUILD.gn", | 337 "//ui/views/BUILD.gn", |
339 "//ui/views/mus/BUILD.gn", | 338 "//ui/views/mus/BUILD.gn", |
340 "//v8/test/cctest/BUILD.gn", | 339 "//v8/test/cctest/BUILD.gn", |
341 "//v8/test/unittests/BUILD.gn", | 340 "//v8/test/unittests/BUILD.gn", |
342 ] | 341 ] |
OLD | NEW |