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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 | 72 |
73 #"//ios/*", | 73 #"//ios/*", |
74 "//ipc/*", | 74 "//ipc/*", |
75 | 75 |
76 #"//jingle/*", | 76 #"//jingle/*", |
77 #"//media/*", # Lots of errors. | 77 #"//media/*", # Lots of errors. |
78 "mojo/android/*", | 78 "mojo/android/*", |
79 "mojo/application/*", | 79 "mojo/application/*", |
80 "mojo/build/*", | 80 "mojo/build/*", |
81 "mojo/cc/*", | 81 "mojo/cc/*", |
82 | 82 "mojo/common/*", |
83 # TODO(sky): resolve this. | |
84 # "mojo/common/*", | |
85 "mojo/converters/*", | 83 "mojo/converters/*", |
86 "mojo/environment/*", | 84 "mojo/environment/*", |
87 | 85 |
88 # TODO(sky): resolve this. | 86 # TODO(sky): resolve this. |
89 # "mojo/gles2/*", | 87 # "mojo/gles2/*", |
90 "mojo/gpu/*", | 88 "mojo/gpu/*", |
| 89 "mojo/message_pump/*", |
91 "mojo/nacl/*", | 90 "mojo/nacl/*", |
92 | 91 |
93 # TODO(sky): resolve this. | 92 # TODO(sky): resolve this. |
94 # "mojo/platform_handle/*", | 93 # "mojo/platform_handle/*", |
95 "mojo/public/*", | 94 "mojo/public/*", |
96 "mojo/runner/*", | 95 "mojo/runner/*", |
97 "mojo/services/*", | 96 "mojo/services/*", |
98 "mojo/shell/*", | 97 "mojo/shell/*", |
99 "mojo/test/*", | 98 "mojo/test/*", |
100 "mojo/tools/*", | 99 "mojo/tools/*", |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "//tools/gn/format_test_data/055.golden", | 233 "//tools/gn/format_test_data/055.golden", |
235 "//tools/gn/function_exec_script.cc", | 234 "//tools/gn/function_exec_script.cc", |
236 "//tools/gn/gn.gyp", | 235 "//tools/gn/gn.gyp", |
237 "//tools/gn/input_conversion.cc", | 236 "//tools/gn/input_conversion.cc", |
238 "//tools/gn/misc/emacs/gn.el", | 237 "//tools/gn/misc/emacs/gn.el", |
239 "//tools/gn/misc/vim/syntax/gn.vim", | 238 "//tools/gn/misc/vim/syntax/gn.vim", |
240 "//tools/gn/setup.cc", | 239 "//tools/gn/setup.cc", |
241 "//ui/accessibility/BUILD.gn", | 240 "//ui/accessibility/BUILD.gn", |
242 "//ui/views/BUILD.gn", | 241 "//ui/views/BUILD.gn", |
243 ] | 242 ] |
OLD | NEW |