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 23 matching lines...) Expand all Loading... |
34 #"//components/*", # Lots of errors. | 34 #"//components/*", # Lots of errors. |
35 #"//content/*", # A whole lot of errors. | 35 #"//content/*", # A whole lot of errors. |
36 "//courgette/*", | 36 "//courgette/*", |
37 "//crypto/*", | 37 "//crypto/*", |
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/*", # Easy. | 44 "//google_apis/*", |
45 "//google_update/*", | 45 "//google_update/*", |
46 | 46 |
47 #"//gpu/*", # Lots of errors. | 47 #"//gpu/*", # Lots of errors. |
48 #"//ios/*", | 48 #"//ios/*", |
49 "//ipc/*", | 49 "//ipc/*", |
50 | 50 |
51 #"//jingle/*", | 51 #"//jingle/*", |
52 #"//media/*", # Lots of errors. | 52 #"//media/*", # Lots of errors. |
53 #"//mojo/*", | 53 #"//mojo/*", |
54 #"//native_client/*", | 54 #"//native_client/*", |
(...skipping 13 matching lines...) Expand all Loading... |
68 "//sync/*", | 68 "//sync/*", |
69 "//testing/*", | 69 "//testing/*", |
70 | 70 |
71 #"//third_party/*", # May not ever want this. | 71 #"//third_party/*", # May not ever want this. |
72 "//tools/*", | 72 "//tools/*", |
73 | 73 |
74 #"//ui/*", # Just a few problems. | 74 #"//ui/*", # Just a few problems. |
75 "//url/*", | 75 "//url/*", |
76 "//v8/*", | 76 "//v8/*", |
77 ] | 77 ] |
OLD | NEW |