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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "//components/certificate_transparency/*", | 51 "//components/certificate_transparency/*", |
52 "//components/chrome_apps/*", | 52 "//components/chrome_apps/*", |
53 "//components/clipboard/*", | 53 "//components/clipboard/*", |
54 "//components/cloud_devices/*", | 54 "//components/cloud_devices/*", |
55 "//components/component_updater/*", | 55 "//components/component_updater/*", |
56 "//components/compression/*", | 56 "//components/compression/*", |
57 "//components/constrained_window/*", | 57 "//components/constrained_window/*", |
58 "//components/content_settings/*", | 58 "//components/content_settings/*", |
59 "//components/cookie_config/*", | 59 "//components/cookie_config/*", |
60 "//components/copresence/*", | 60 "//components/copresence/*", |
61 | 61 "//components/crash/*", |
62 #"//components/crash/*", TODO(brettw) once conflicting patches are landed. | |
63 "//components/cronet/*", | 62 "//components/cronet/*", |
64 "//components/crx_file/*", | 63 "//components/crx_file/*", |
65 "//components/data_reduction_proxy/*", | 64 "//components/data_reduction_proxy/*", |
66 "//components/data_usage/*", | 65 "//components/data_usage/*", |
67 "//components/data_use_measurement/*", | 66 "//components/data_use_measurement/*", |
68 "//components/device_event_log/*", | 67 "//components/device_event_log/*", |
69 "//components/devtools_discovery/*", | 68 "//components/devtools_discovery/*", |
70 "//components/devtools_http_handler/*", | 69 "//components/devtools_http_handler/*", |
71 "//components/devtools_service/*", | 70 "//components/devtools_service/*", |
72 | 71 |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 "//tools/gn/format_test_data/055.golden", | 344 "//tools/gn/format_test_data/055.golden", |
346 "//tools/gn/function_exec_script.cc", | 345 "//tools/gn/function_exec_script.cc", |
347 "//tools/gn/gn.gyp", | 346 "//tools/gn/gn.gyp", |
348 "//tools/gn/input_conversion.cc", | 347 "//tools/gn/input_conversion.cc", |
349 "//tools/gn/misc/emacs/gn.el", | 348 "//tools/gn/misc/emacs/gn.el", |
350 "//tools/gn/misc/vim/syntax/gn.vim", | 349 "//tools/gn/misc/vim/syntax/gn.vim", |
351 "//tools/gn/setup.cc", | 350 "//tools/gn/setup.cc", |
352 "//ui/accessibility/BUILD.gn", | 351 "//ui/accessibility/BUILD.gn", |
353 "//ui/views/BUILD.gn", | 352 "//ui/views/BUILD.gn", |
354 ] | 353 ] |
OLD | NEW |