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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "//components/leveldb_proto/*", | 99 "//components/leveldb_proto/*", |
100 "//components/login/*", | 100 "//components/login/*", |
101 "//components/memory_pressure/*", | 101 "//components/memory_pressure/*", |
102 "//components/message_port/*", | 102 "//components/message_port/*", |
103 "//components/metrics/*", | 103 "//components/metrics/*", |
104 "//components/metrics_services_manager/*", | 104 "//components/metrics_services_manager/*", |
105 "//components/mime_util/*", | 105 "//components/mime_util/*", |
106 "//components/mus/*", | 106 "//components/mus/*", |
107 | 107 |
108 #"//components/nacl/*", | 108 #"//components/nacl/*", |
109 #"//components/navigation_interception/*", | 109 "//components/navigation_interception/*", |
110 #"//components/navigation_metrics/*", | 110 "//components/navigation_metrics/*", |
111 "//components/net_log/*", | 111 "//components/net_log/*", |
| 112 "//components/network_hints/*", |
| 113 "//components/network_time/*", |
| 114 "//components/offline_pages/*", |
| 115 "//components/omnibox/*", |
| 116 "//components/onc/*", |
| 117 "//components/open_from_clipboard/*", |
| 118 "//components/os_crypt/*", |
| 119 "//components/ownership/*", |
| 120 "//components/packed_ct_ev_whitelist/*", |
| 121 "//components/page_load_metrics/*", |
| 122 "//components/pairing/*", |
| 123 "//components/password_manager/*", |
112 | 124 |
113 #"//components/network_hints/*", | |
114 "//components/network_time/*", | |
115 | |
116 #"//components/offline_pages/*", | |
117 #"//components/omnibox/*", | |
118 #"//components/onc/*", | |
119 #"//components/open_from_clipboard/*", | |
120 #"//components/os_crypt/*", | |
121 #"//components/ownership/*", | |
122 #"//components/packed_ct_ev_whitelist/*", | |
123 #"//components/page_load_metrics/*", | |
124 #"//components/pairing/*", | |
125 #"//components/password_manager/*", | |
126 #"//components/pdf/*", | 125 #"//components/pdf/*", |
127 #"//components/pdf_viewer/*", | 126 #"//components/pdf_viewer/*", |
128 #"//components/plugins/*", | 127 #"//components/plugins/*", |
129 #"//components/policy/*", | 128 #"//components/policy/*", |
130 #"//components/power/*", | 129 #"//components/power/*", |
131 #"//components/precache/*", | 130 #"//components/precache/*", |
132 "//components/pref_registry/*", | 131 "//components/pref_registry/*", |
133 | 132 |
134 #"//components/printing/*", | 133 #"//components/printing/*", |
135 #"//components/proximity_auth/*", | 134 #"//components/proximity_auth/*", |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 "//tools/gn/format_test_data/055.golden", | 347 "//tools/gn/format_test_data/055.golden", |
349 "//tools/gn/function_exec_script.cc", | 348 "//tools/gn/function_exec_script.cc", |
350 "//tools/gn/gn.gyp", | 349 "//tools/gn/gn.gyp", |
351 "//tools/gn/input_conversion.cc", | 350 "//tools/gn/input_conversion.cc", |
352 "//tools/gn/misc/emacs/gn.el", | 351 "//tools/gn/misc/emacs/gn.el", |
353 "//tools/gn/misc/vim/syntax/gn.vim", | 352 "//tools/gn/misc/vim/syntax/gn.vim", |
354 "//tools/gn/setup.cc", | 353 "//tools/gn/setup.cc", |
355 "//ui/accessibility/BUILD.gn", | 354 "//ui/accessibility/BUILD.gn", |
356 "//ui/views/BUILD.gn", | 355 "//ui/views/BUILD.gn", |
357 ] | 356 ] |
OLD | NEW |