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 28 matching lines...) Expand all Loading... |
39 "//components/google/*", | 39 "//components/google/*", |
40 "//components/history/*", | 40 "//components/history/*", |
41 | 41 |
42 # TODO(dpranke): Reenable once v8 exports v8_base as a public_dep | 42 # TODO(dpranke): Reenable once v8 exports v8_base as a public_dep |
43 #"//components/html_viewer/*", | 43 #"//components/html_viewer/*", |
44 | 44 |
45 "//components/mus/*", | 45 "//components/mus/*", |
46 "//components/omnibox/*", | 46 "//components/omnibox/*", |
47 "//components/os_crypt/*", | 47 "//components/os_crypt/*", |
48 "//components/pref_registry/*", | 48 "//components/pref_registry/*", |
| 49 "//components/translate/*", |
| 50 "//components/ui/*", |
49 "//components/undo/*", | 51 "//components/undo/*", |
50 "//components/update_client/*", | 52 "//components/update_client/*", |
| 53 "//components/upload_list/*", |
51 "//components/url_formatter/*", | 54 "//components/url_formatter/*", |
52 "//components/url_matcher/*", | 55 "//components/url_matcher/*", |
53 "//components/user_manager/*", | 56 "//components/user_manager/*", |
54 "//components/user_prefs/*", | 57 "//components/user_prefs/*", |
55 "//components/variations/*", | 58 "//components/variations/*", |
| 59 "//components/visitedlink/*", |
56 "//components/wallpaper/*", | 60 "//components/wallpaper/*", |
57 "//components/web_cache/*", | 61 "//components/web_cache/*", |
| 62 "//components/web_modal/*", |
| 63 "//components/web_resource/*", |
| 64 "//components/web_view/*", |
58 "//components/webcrypto/*", | 65 "//components/webcrypto/*", |
59 "//components/web_modal/*", | |
60 "//components/web_view/*", | |
61 "//components/webdata/*", | 66 "//components/webdata/*", |
62 "//components/webdata_services/*", | 67 "//components/webdata_services/*", |
| 68 "//components/webp_transcode/*", |
| 69 "//components/webui_generator/*", |
| 70 "//components/webusb/*", |
| 71 "//components/wifi/*", |
63 | 72 |
64 #"//content/*", # A whole lot of errors. | 73 #"//content/*", # A whole lot of errors. |
65 "//content/public/common:result_codes", | 74 "//content/public/common:result_codes", |
66 "//content/public/common:static_switches", | 75 "//content/public/common:static_switches", |
67 "//courgette/*", | 76 "//courgette/*", |
68 "//crypto/*", | 77 "//crypto/*", |
69 "//data/*", | 78 "//data/*", |
70 "//dbus/*", | 79 "//dbus/*", |
71 | 80 |
72 #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency | 81 #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 "//tools/gn/format_test_data/055.golden", | 223 "//tools/gn/format_test_data/055.golden", |
215 "//tools/gn/function_exec_script.cc", | 224 "//tools/gn/function_exec_script.cc", |
216 "//tools/gn/gn.gyp", | 225 "//tools/gn/gn.gyp", |
217 "//tools/gn/input_conversion.cc", | 226 "//tools/gn/input_conversion.cc", |
218 "//tools/gn/misc/emacs/gn.el", | 227 "//tools/gn/misc/emacs/gn.el", |
219 "//tools/gn/misc/vim/syntax/gn.vim", | 228 "//tools/gn/misc/vim/syntax/gn.vim", |
220 "//tools/gn/setup.cc", | 229 "//tools/gn/setup.cc", |
221 "//ui/accessibility/BUILD.gn", | 230 "//ui/accessibility/BUILD.gn", |
222 "//ui/views/BUILD.gn", | 231 "//ui/views/BUILD.gn", |
223 ] | 232 ] |
OLD | NEW |