brettw | 2bafab4 | 2014-11-27 18:36:17 | [diff] [blame] | 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 |
| 3 | # file, run "gn help dotfile" at the command line. |
[email protected] | 96ea63d | 2013-07-30 10:17:07 | [diff] [blame] | 4 | |
| 5 | # The location of the build configuration file. |
| 6 | buildconfig = "//build/config/BUILDCONFIG.gn" |
| 7 | |
| 8 | # The secondary source root is a parallel directory tree where |
scheib | ec4b3a4 | 2014-09-18 21:50:13 | [diff] [blame] | 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. |
[email protected] | 26688b86e | 2014-06-19 13:14:26 | [diff] [blame] | 11 | secondary_source = "//build/secondary/" |
brettw | 2bafab4 | 2014-11-27 18:36:17 | [diff] [blame] | 12 | |
| 13 | # These are the targets to check headers for by default. The files in targets |
| 14 | # matching these patterns (see "gn help label_pattern" for format) will have |
| 15 | # their includes checked for proper dependencies when you run either |
| 16 | # "gn check" or "gn gen --check". |
brettw | e75311d | 2015-02-17 23:56:46 | [diff] [blame] | 17 | check_targets = [ |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 18 | #"//apps/*", # Medium-hard. |
msw | afbb0c0 | 2016-02-11 01:54:12 | [diff] [blame] | 19 | "//ash/*", |
brettw | 29c2f89 | 2015-11-27 17:03:49 | [diff] [blame] | 20 | "//base/*", |
nyquist | 409b336 | 2016-04-28 21:10:07 | [diff] [blame] | 21 | "//blimp/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 22 | "//blink/*", |
| 23 | "//breakpad/*", |
| 24 | "//build/*", |
brettw | e75311d | 2015-02-17 23:56:46 | [diff] [blame] | 25 | "//cc/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 26 | |
| 27 | #"//chrome/*", # Epic number of errors. |
tfarina | 8e58488 | 2016-01-09 00:50:15 | [diff] [blame] | 28 | "//chrome/app/*", |
brettw | 0b9c96b1 | 2015-10-15 23:06:04 | [diff] [blame] | 29 | "//chrome/common/*", |
brettw | f986f957 | 2015-10-07 17:18:15 | [diff] [blame] | 30 | "//chrome/installer/*", |
brettw | 0b9c96b1 | 2015-10-15 23:06:04 | [diff] [blame] | 31 | "//chrome/third_party/mozilla_security_manager/*", |
tfarina | 961ad5d | 2016-01-06 22:27:11 | [diff] [blame] | 32 | "//chrome/tools/*", |
tfarina | 02f77a4 | 2015-12-17 22:38:23 | [diff] [blame] | 33 | "//chrome/utility/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 34 | "//chromecast/*", |
oshima | 3f959fa8 | 2016-05-02 18:42:57 | [diff] [blame] | 35 | "//chromeos/*", |
brettw | a219e92 | 2015-12-07 22:23:39 | [diff] [blame] | 36 | "//chrome_elf/*", |
| 37 | "//cloud_print/*", |
brettw | b5440a9 | 2015-12-03 00:47:12 | [diff] [blame] | 38 | "//components/*", |
tfarina | 3de8194 | 2015-06-12 13:54:49 | [diff] [blame] | 39 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 40 | #"//content/*", # A whole lot of errors. |
jbroman | 84ba684 | 2016-04-28 00:34:50 | [diff] [blame] | 41 | "//content/browser/*", |
jbroman | fd2fb9b7 | 2016-05-02 18:19:15 | [diff] [blame] | 42 | "//content/child/*", |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 43 | "//content/gpu/*", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 44 | "//content/public/*", |
jbroman | fc4ac0dd7 | 2016-01-23 01:53:44 | [diff] [blame] | 45 | "//content/renderer/*", |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 46 | |
| 47 | #"//content/shell/*", # Needs Android fix, bug 597020. |
| 48 | |
| 49 | #"//content/test/*", # A couple of errors left. |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 50 | "//content/test:content_perftests", |
| 51 | "//content/test:content_site_isolation_browsertests", |
| 52 | "//content/test:content_test_mojo_bindings", |
| 53 | "//content/test:content_unittests", |
| 54 | "//content/test:test_support", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 55 | "//courgette/*", |
| 56 | "//crypto/*", |
| 57 | "//data/*", |
| 58 | "//dbus/*", |
brettw | bda835b | 2015-12-04 22:12:30 | [diff] [blame] | 59 | "//device/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 60 | |
| 61 | #"//extensions/*", # Lots of errors. |
jbroman | b5e3179 | 2015-12-09 17:13:02 | [diff] [blame] | 62 | "//gin/*", |
tfarina | 9ee68196 | 2015-03-02 03:20:13 | [diff] [blame] | 63 | "//google_apis/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 64 | "//google_update/*", |
brettw | 09039c1 | 2016-03-18 03:22:46 | [diff] [blame] | 65 | "//gpu/*", |
tfarina | f8972243 | 2015-05-15 19:30:19 | [diff] [blame] | 66 | |
sdefresne | 5f39d8e6 | 2016-05-18 19:27:37 | [diff] [blame] | 67 | "//ios/*", |
| 68 | "//ios_internal/*", |
brettw | e75311d | 2015-02-17 23:56:46 | [diff] [blame] | 69 | "//ipc/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 70 | |
| 71 | #"//jingle/*", |
sky | b044635 | 2015-11-18 00:43:56 | [diff] [blame] | 72 | "//mash/*", |
sky | 88d7709e | 2015-08-12 19:19:49 | [diff] [blame] | 73 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 74 | #"//media/*", # Lots of errors. |
sky | 34393143 | 2015-08-10 19:22:19 | [diff] [blame] | 75 | "mojo/*", |
sky | d412f6e | 2015-07-22 17:22:13 | [diff] [blame] | 76 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 77 | #"//native_client/*", |
brettw | 25ca892 | 2016-03-18 22:59:58 | [diff] [blame] | 78 | "//net/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 79 | |
| 80 | #"//pdf/*", # Medium-hard. |
| 81 | #"//ppapi/*", # Lots of errors. |
jbroman | 86f7827 | 2015-12-31 00:00:51 | [diff] [blame] | 82 | "//ppapi/examples/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 83 | "//printing/*", |
| 84 | |
| 85 | #"//remoting/*", # Medium-hard. |
brettw | 09039c1 | 2016-03-18 03:22:46 | [diff] [blame] | 86 | "//rlz/*", |
| 87 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 88 | #"//sandbox/*", # Medium-hard. |
| 89 | "//sdch/*", |
sky | 1e8f9f86 | 2016-05-19 22:34:43 | [diff] [blame^] | 90 | "//services/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 91 | "//skia/*", |
| 92 | "//sql/*", |
| 93 | "//storage/*", |
| 94 | "//sync/*", |
| 95 | "//testing/*", |
| 96 | |
| 97 | #"//third_party/*", # May not ever want this. |
rouslan | 30b1829 | 2016-03-31 18:05:10 | [diff] [blame] | 98 | "//third_party/hunspell/*", |
pmonette | 502a83e | 2016-01-08 00:21:16 | [diff] [blame] | 99 | "//third_party/kasko/*", |
rouslan | 30b1829 | 2016-03-31 18:05:10 | [diff] [blame] | 100 | "//third_party/libaddressinput/*", |
| 101 | "//third_party/libphonenumber/*", |
jbroman | 626eecf | 2015-12-03 18:59:00 | [diff] [blame] | 102 | "//third_party/WebKit/Source/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 103 | "//tools/*", |
| 104 | |
brettw | b7f2c30 | 2015-12-08 01:29:21 | [diff] [blame] | 105 | #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: |
| 106 | "//ui/accessibility/*", |
| 107 | "//ui/android/*", |
| 108 | "//ui/app_list/*", |
| 109 | "//ui/aura/*", |
| 110 | "//ui/aura_extra/*", |
| 111 | "//ui/base/*", |
| 112 | "//ui/chromeos/*", |
| 113 | "//ui/compositor/*", |
kylechar | 3e6b977 | 2016-04-15 18:55:27 | [diff] [blame] | 114 | "//ui/content_accelerators/*", |
brettw | b7f2c30 | 2015-12-08 01:29:21 | [diff] [blame] | 115 | "//ui/display/*", |
kylechar | 3e6b977 | 2016-04-15 18:55:27 | [diff] [blame] | 116 | "//ui/events/*", |
brettw | b7f2c30 | 2015-12-08 01:29:21 | [diff] [blame] | 117 | "//ui/file_manager/*", |
| 118 | "//ui/gfx/*", |
| 119 | "//ui/gl/*", |
| 120 | "//ui/keyboard/*", |
kylechar | 3e6b977 | 2016-04-15 18:55:27 | [diff] [blame] | 121 | "//ui/latency_info/*", |
brettw | b7f2c30 | 2015-12-08 01:29:21 | [diff] [blame] | 122 | "//ui/login/*", |
| 123 | "//ui/message_center/*", |
brettw | b7f2c30 | 2015-12-08 01:29:21 | [diff] [blame] | 124 | "//ui/mojo/*", |
| 125 | "//ui/native_theme/*", |
kylechar | e2b2022 | 2016-04-14 20:58:33 | [diff] [blame] | 126 | "//ui/ozone/*", |
brettw | b7f2c30 | 2015-12-08 01:29:21 | [diff] [blame] | 127 | "//ui/platform_window/*", |
| 128 | "//ui/resources/*", |
| 129 | "//ui/shell_dialogs/*", |
| 130 | "//ui/snapshot/*", |
| 131 | "//ui/strings/*", |
| 132 | "//ui/surface/*", |
| 133 | "//ui/touch_selection/*", |
| 134 | "//ui/views/*", |
| 135 | "//ui/views_content_client/*", |
| 136 | "//ui/web_dialogs/*", |
| 137 | "//ui/webui/*", |
| 138 | "//ui/wm/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 139 | "//url/*", |
| 140 | "//v8/*", |
brettw | 0ead977 | 2015-11-23 23:12:08 | [diff] [blame] | 141 | "//win8/*", |
brettw | e75311d | 2015-02-17 23:56:46 | [diff] [blame] | 142 | ] |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 143 | |
| 144 | # These are the list of GN files that run exec_script. This whitelist exists |
| 145 | # to force additional review for new uses of exec_script, which is strongly |
brettw | d385ecf | 2016-04-19 22:53:23 | [diff] [blame] | 146 | # discouraged. |
| 147 | # |
| 148 | # GYPI_TO_GN |
| 149 | # |
| 150 | # Most of these entries are for gypi_to_gn calls. We should not be adding new |
| 151 | # calls to this script in the build (see //build/gypi_to_gn.py for detailed |
| 152 | # advice). The only time you should be editing this list for gypi_to_gn |
| 153 | # purposes is when moving an existing call to a different place. |
| 154 | # |
| 155 | # PLEASE READ |
| 156 | # |
| 157 | # You should almost never need to add new exec_script calls. exec_script is |
| 158 | # slow, especially on Windows, and can cause confusing effects. Although |
| 159 | # individually each call isn't slow or necessarily very confusing, at the scale |
| 160 | # of our repo things get out of hand quickly. By strongly pushing back on all |
| 161 | # additions, we keep the build fast and clean. If you think you need to add a |
| 162 | # new call, please consider: |
| 163 | # |
| 164 | # - Do not use a script to check for the existance of a file or directory to |
| 165 | # enable a different mode. Instead, use GN build args to enable or disable |
| 166 | # functionality and set options. An example is checking for a file in the |
| 167 | # src-internal repo to see if the corresponding src-internal feature should |
| 168 | # be enabled. There are several things that can go wrong with this: |
| 169 | # |
| 170 | # - It's mysterious what causes some things to happen. Although in many cases |
| 171 | # such behavior can be conveniently automatic, GN optimizes for explicit |
| 172 | # and obvious behavior so people can more easily diagnose problems. |
| 173 | # |
| 174 | # - The user can't enable a mode for one build and not another. With GN build |
| 175 | # args, the user can choose the exact configuration of multiple builds |
| 176 | # using one checkout. But implicitly basing flags on the state of the |
| 177 | # checkout, this functionality is broken. |
| 178 | # |
| 179 | # - It's easy to get stale files. If for example the user edits the gclient |
| 180 | # to stop checking out src-internal (or any other optional thing), it's |
| 181 | # easy to end up with stale files still mysteriously triggering build |
| 182 | # conditions that are no longer appropriate (yes, this happens in real |
| 183 | # life). |
| 184 | # |
| 185 | # - Do not use a script to iterate files in a directory (glob): |
| 186 | # |
| 187 | # - This has the same "stale file" problem as the above discussion. Various |
| 188 | # operations can leave untracked files in the source tree which can cause |
| 189 | # surprising effects. |
| 190 | # |
| 191 | # - It becomes impossible to use "git grep" to find where a certain file is |
| 192 | # referenced. This operation is very common and people really do get |
| 193 | # confused when things aren't listed. |
| 194 | # |
| 195 | # - It's easy to screw up. One common case is a build-time script that packs |
| 196 | # up a directory. The author notices that the script isn't re-run when the |
| 197 | # directory is updated, so adds a glob so all the files are listed as |
| 198 | # inputs. This seems to work great... until a file is deleted. When a |
| 199 | # file is deleted, all the inputs the glob lists will still be up-to-date |
| 200 | # and no command-lines will have been changed. The action will not be |
| 201 | # re-run and the build will be broken. It is possible to get this correct |
| 202 | # using glob, and it's possible to mess it up without glob, but globs make |
| 203 | # this situation much easier to create. if the build always lists the |
| 204 | # files and passes them to a script, it will always be correct. |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 205 | exec_script_whitelist = [ |
michaelbai | cbcc7e6 | 2015-11-12 04:29:53 | [diff] [blame] | 206 | "//android_webview/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 207 | "//ash/BUILD.gn", |
agrieve | 92a9e068 | 2016-02-16 16:54:38 | [diff] [blame] | 208 | "//build/config/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 209 | "//build/config/android/config.gni", |
| 210 | "//build/config/android/internal_rules.gni", |
| 211 | "//build/config/android/rules.gni", |
| 212 | "//build/config/compiler/BUILD.gn", |
| 213 | "//build/config/gcc/gcc_version.gni", |
| 214 | "//build/config/ios/ios_sdk.gni", |
| 215 | "//build/config/linux/BUILD.gn", |
| 216 | "//build/config/linux/pkg_config.gni", |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 217 | "//build/config/linux/atk/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 218 | "//build/config/mac/mac_sdk.gni", |
brettw | 888b65f | 2015-10-02 18:00:23 | [diff] [blame] | 219 | "//build/config/posix/BUILD.gn", |
agrieve | 45c8e9fd | 2015-12-03 20:56:48 | [diff] [blame] | 220 | "//build/config/sysroot.gni", |
Nico Weber | 8091cf9 | 2015-09-28 09:44:35 | [diff] [blame] | 221 | "//build/config/win/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 222 | "//build/config/win/visual_studio_version.gni", |
| 223 | "//build/gn_helpers.py", |
| 224 | "//build/gypi_to_gn.py", |
| 225 | "//build/toolchain/gcc_toolchain.gni", |
| 226 | "//build/toolchain/mac/BUILD.gn", |
dpranke | fa6ffe2f | 2015-08-31 20:17:52 | [diff] [blame] | 227 | "//build/toolchain/nacl/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 228 | "//build/toolchain/win/BUILD.gn", |
rsesek | e8b24a9c1 | 2016-05-03 14:29:50 | [diff] [blame] | 229 | "//build/util/branding.gni", |
brettw | 983c0562 | 2015-07-22 04:26:49 | [diff] [blame] | 230 | "//build/util/version.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 231 | "//chrome/android/BUILD.gn", |
| 232 | "//chrome/browser/BUILD.gn", |
| 233 | "//chrome/browser/chromeos/BUILD.gn", |
| 234 | "//chrome/browser/extensions/BUILD.gn", |
plundblad | 70028e5c | 2015-07-09 09:01:05 | [diff] [blame] | 235 | "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", |
imcheng | b6b09239f | 2015-05-15 21:41:55 | [diff] [blame] | 236 | "//chrome/browser/media/router/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 237 | "//chrome/browser/ui/BUILD.gn", |
| 238 | "//chrome/chrome_tests.gni", |
| 239 | "//chrome/common/BUILD.gn", |
| 240 | "//chrome/common/extensions/api/schemas.gni", |
| 241 | "//chrome/renderer/BUILD.gn", |
| 242 | "//chrome/test/BUILD.gn", |
| 243 | "//chrome/utility/BUILD.gn", |
| 244 | "//chromeos/BUILD.gn", |
dgn | 47095171 | 2015-04-07 10:37:47 | [diff] [blame] | 245 | |
| 246 | # TODO(dgn): Layer violation but breaks the build otherwise, see |
| 247 | # https://crbug.com/474506 |
| 248 | "//clank/java/BUILD.gn", |
Newton Allen | 68f14da | 2015-06-17 20:48:34 | [diff] [blame] | 249 | "//clank/native/BUILD.gn", |
dgn | 47095171 | 2015-04-07 10:37:47 | [diff] [blame] | 250 | |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 251 | "//components/domain_reliability/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 252 | "//content/browser/browser.gni", |
| 253 | "//content/child/child.gni", |
| 254 | "//content/common/common.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 255 | "//content/public/android/BUILD.gn", |
| 256 | "//content/renderer/renderer.gni", |
| 257 | "//content/test/BUILD.gn", |
rockot | 7b6128a | 2015-05-18 20:18:00 | [diff] [blame] | 258 | "//content/utility/utility.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 259 | "//extensions/common/api/schemas.gni", |
| 260 | "//extensions/extensions.gni", |
| 261 | "//extensions/shell/app_shell.gni", |
| 262 | "//extensions/shell/common/api/schemas.gni", |
| 263 | "//google_apis/BUILD.gn", |
| 264 | "//gpu/gles2_conform_support/BUILD.gn", |
ullysses.a.eoff | cfd8141 | 2015-10-29 17:04:53 | [diff] [blame] | 265 | "//gpu/khronos_glcts_support/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 266 | "//jingle/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 267 | "//net/BUILD.gn", |
| 268 | "//ppapi/ppapi_sources.gni", |
| 269 | "//printing/BUILD.gn", |
| 270 | "//remoting/host/BUILD.gn", |
| 271 | "//remoting/remoting_srcs.gni", |
| 272 | "//remoting/remoting_version.gni", |
| 273 | "//skia/BUILD.gn", |
pkotwicz | 9ae3420e | 2015-11-25 03:52:20 | [diff] [blame] | 274 | "//sync/protocol/protocol_sources.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 275 | "//third_party/android_platform/BUILD.gn", |
| 276 | "//third_party/angle/BUILD.gn", |
cwallez | 4c57af3 | 2015-09-03 14:54:49 | [diff] [blame] | 277 | "//third_party/angle/src/tests/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 278 | "//third_party/boringssl/BUILD.gn", |
sullivan | 0cf8767 | 2015-08-04 17:10:32 | [diff] [blame] | 279 | "//third_party/catapult/tracing/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 280 | "//third_party/cld_2/BUILD.gn", |
| 281 | "//third_party/cython/rules.gni", |
| 282 | "//third_party/google_input_tools/inputview.gni", |
| 283 | "//third_party/harfbuzz-ng/BUILD.gn", |
| 284 | "//third_party/libaddressinput/BUILD.gn", |
| 285 | "//third_party/opus/BUILD.gn", |
hbos | 17a7b4a2 | 2015-12-07 10:49:45 | [diff] [blame] | 286 | "//third_party/openh264/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 287 | "//third_party/WebKit/Source/bindings/bindings.gni", |
| 288 | "//third_party/WebKit/Source/bindings/scripts/scripts.gni", |
| 289 | "//third_party/WebKit/Source/config.gni", |
| 290 | "//third_party/WebKit/Source/core/core.gni", |
| 291 | "//third_party/WebKit/Source/devtools/BUILD.gn", |
| 292 | "//third_party/WebKit/Source/modules/modules.gni", |
| 293 | "//third_party/WebKit/Source/platform/BUILD.gn", |
| 294 | "//third_party/WebKit/Source/platform/platform.gni", |
| 295 | "//third_party/WebKit/Source/web/BUILD.gn", |
| 296 | "//third_party/WebKit/Source/wtf/BUILD.gn", |
mcasas | 4337d5d3 | 2015-09-14 22:43:02 | [diff] [blame] | 297 | "//third_party/WebKit/public/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 298 | "//tools/gn/BUILD.gn", |
| 299 | "//tools/gn/build_settings.h", |
| 300 | "//tools/gn/command_help.cc", |
| 301 | "//tools/gn/docs/language.md", |
| 302 | "//tools/gn/format_test_data/053.gn", |
| 303 | "//tools/gn/format_test_data/053.golden", |
| 304 | "//tools/gn/format_test_data/055.gn", |
| 305 | "//tools/gn/format_test_data/055.golden", |
| 306 | "//tools/gn/function_exec_script.cc", |
| 307 | "//tools/gn/gn.gyp", |
| 308 | "//tools/gn/input_conversion.cc", |
| 309 | "//tools/gn/misc/emacs/gn.el", |
| 310 | "//tools/gn/misc/vim/syntax/gn.vim", |
| 311 | "//tools/gn/setup.cc", |
lionel.g.landwerlin | 991e92d7 | 2015-07-09 08:46:25 | [diff] [blame] | 312 | "//ui/accessibility/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 313 | "//ui/views/BUILD.gn", |
| 314 | ] |