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 27 matching lines...) Expand all Loading... | |
38 "//data/*", | 38 "//data/*", |
39 "//dbus/*", | 39 "//dbus/*", |
40 "//device/*", | 40 "//device/*", |
41 | 41 |
42 #"//extensions/*", # Lots of errors. | 42 #"//extensions/*", # Lots of errors. |
43 #"//gin/*", # Easy. | 43 #"//gin/*", # Easy. |
44 "//google_apis/*", | 44 "//google_apis/*", |
45 "//google_update/*", | 45 "//google_update/*", |
46 | 46 |
47 #"//gpu/*", # Lots of errors. | 47 #"//gpu/*", # Lots of errors. |
48 "//gpu:*", | |
tfarina
2015/05/14 00:46:39
My plan is to start adding the subdirectories that
Dirk Pranke
2015/05/14 01:32:39
Acknowledged.
| |
49 | |
48 #"//ios/*", | 50 #"//ios/*", |
49 "//ipc/*", | 51 "//ipc/*", |
50 | 52 |
51 #"//jingle/*", | 53 #"//jingle/*", |
52 #"//media/*", # Lots of errors. | 54 #"//media/*", # Lots of errors. |
53 #"//mojo/*", | 55 #"//mojo/*", |
54 #"//native_client/*", | 56 #"//native_client/*", |
55 #"//net/*", # Needs GN binary changes to work on Android. | 57 #"//net/*", # Needs GN binary changes to work on Android. |
56 | 58 |
57 #"//pdf/*", # Medium-hard. | 59 #"//pdf/*", # Medium-hard. |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
180 "//tools/gn/format_test_data/055.gn", | 182 "//tools/gn/format_test_data/055.gn", |
181 "//tools/gn/format_test_data/055.golden", | 183 "//tools/gn/format_test_data/055.golden", |
182 "//tools/gn/function_exec_script.cc", | 184 "//tools/gn/function_exec_script.cc", |
183 "//tools/gn/gn.gyp", | 185 "//tools/gn/gn.gyp", |
184 "//tools/gn/input_conversion.cc", | 186 "//tools/gn/input_conversion.cc", |
185 "//tools/gn/misc/emacs/gn.el", | 187 "//tools/gn/misc/emacs/gn.el", |
186 "//tools/gn/misc/vim/syntax/gn.vim", | 188 "//tools/gn/misc/vim/syntax/gn.vim", |
187 "//tools/gn/setup.cc", | 189 "//tools/gn/setup.cc", |
188 "//ui/views/BUILD.gn", | 190 "//ui/views/BUILD.gn", |
189 ] | 191 ] |
OLD | NEW |