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. |
| 19 | #"//ash/*", # Medium-hard. |
brettw | 41ac341 | 2015-10-22 07:35:30 | [diff] [blame] | 20 | #"//base/*", # Minor work on Windows. |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 21 | "//blink/*", |
| 22 | "//breakpad/*", |
| 23 | "//build/*", |
brettw | e75311d | 2015-02-17 23:56:46 | [diff] [blame] | 24 | "//cc/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 25 | |
| 26 | #"//chrome/*", # Epic number of errors. |
brettw | 0b9c96b1 | 2015-10-15 23:06:04 | [diff] [blame] | 27 | "//chrome/common/*", |
brettw | f986f957 | 2015-10-07 17:18:15 | [diff] [blame] | 28 | "//chrome/installer/*", |
brettw | 0b9c96b1 | 2015-10-15 23:06:04 | [diff] [blame] | 29 | "//chrome/third_party/mozilla_security_manager/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 30 | "//chromecast/*", |
binjin | 41efe08 | 2015-02-23 12:34:50 | [diff] [blame] | 31 | |
| 32 | # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following |
| 33 | # line. |
| 34 | #"//chrome_elf/*", |
brettw | 70b359a | 2015-10-14 23:43:23 | [diff] [blame] | 35 | #"//cloud_print/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 36 | |
| 37 | #"//components/*", # Lots of errors. |
brettw | 41ac341 | 2015-10-22 07:35:30 | [diff] [blame] | 38 | "//components/about_handler/*", |
| 39 | "//components/about_ui/*", |
tfarina | 4a0c59488 | 2015-07-02 14:39:41 | [diff] [blame] | 40 | "//components/app_modal/*", |
brettw | 41ac341 | 2015-10-22 07:35:30 | [diff] [blame] | 41 | "//components/audio_modem/*", |
jackhou | cfa3902 | 2015-06-24 00:19:01 | [diff] [blame] | 42 | "//components/autofill/*", |
brettw | 41ac341 | 2015-10-22 07:35:30 | [diff] [blame] | 43 | "//components/auto_login_parser/*", |
tfarina | 3de8194 | 2015-06-12 13:54:49 | [diff] [blame] | 44 | "//components/bookmarks/*", |
brettw | 41ac341 | 2015-10-22 07:35:30 | [diff] [blame] | 45 | "//components/browser_watcher/*", |
| 46 | "//components/browsing_data/*", |
| 47 | "//components/bubble/*", |
| 48 | "//components/captive_portal/*", |
| 49 | "//components/cdm/*", |
| 50 | "//components/certificate_reporting/*", |
| 51 | "//components/certificate_transparency/*", |
| 52 | "//components/chrome_apps/*", |
| 53 | "//components/clipboard/*", |
| 54 | "//components/cloud_devices/*", |
| 55 | "//components/component_updater/*", |
| 56 | "//components/compression/*", |
| 57 | "//components/constrained_window/*", |
brettw | eab63a5 | 2015-10-22 23:47:36 | [diff] [blame] | 58 | "//components/content_settings/*", |
| 59 | "//components/cookie_config/*", |
| 60 | "//components/copresence/*", |
dpranke | dd9600d | 2015-10-30 00:05:21 | [diff] [blame] | 61 | "//components/crash/*", |
brettw | 41ac341 | 2015-10-22 07:35:30 | [diff] [blame] | 62 | "//components/cronet/*", |
| 63 | "//components/crx_file/*", |
brettw | 5b700b0 | 2015-10-24 00:20:20 | [diff] [blame] | 64 | "//components/data_reduction_proxy/*", |
| 65 | "//components/data_usage/*", |
| 66 | "//components/data_use_measurement/*", |
| 67 | "//components/device_event_log/*", |
| 68 | "//components/devtools_discovery/*", |
| 69 | "//components/devtools_http_handler/*", |
| 70 | "//components/devtools_service/*", |
brettw | eab63a5 | 2015-10-22 23:47:36 | [diff] [blame] | 71 | |
brettw | 5b700b0 | 2015-10-24 00:20:20 | [diff] [blame] | 72 | # There are some Android problems where the jni_registrar referenced from |
| 73 | # core includes stuff from the content version of the dom_distiller. |
| 74 | #"//components/dom_distiller/*", |
brettw | 41ac341 | 2015-10-22 07:35:30 | [diff] [blame] | 75 | |
brettw | 5b700b0 | 2015-10-24 00:20:20 | [diff] [blame] | 76 | #"//components/domain_reliability/*", # TODO(brettw) gn gets confused by generated .cc file. |
| 77 | "//components/drive/*", |
| 78 | "//components/enhanced_bookmarks/*", |
| 79 | "//components/error_page/*", |
| 80 | "//components/external_video_surface/*", |
| 81 | "//components/favicon/*", |
| 82 | "//components/favicon_base/*", |
| 83 | "//components/feedback/*", |
| 84 | "//components/filesystem/*", |
| 85 | "//components/flags_ui/*", |
| 86 | "//components/font_service/*", |
| 87 | |
| 88 | #"//components/gcm_driver/*", |
tfarina | c312b42 | 2015-07-21 18:17:52 | [diff] [blame] | 89 | "//components/google/*", |
brettw | 5b700b0 | 2015-10-24 00:20:20 | [diff] [blame] | 90 | |
| 91 | #"//components/gpu/*", |
| 92 | #"//components/guest_view/*", |
| 93 | #"//components/handoff/*", |
sky | 8131b22 | 2015-08-14 17:47:35 | [diff] [blame] | 94 | "//components/history/*", |
brettw | 5b700b0 | 2015-10-24 00:20:20 | [diff] [blame] | 95 | "//components/html_viewer/*", |
dpranke | b218d91 | 2015-09-18 19:07:00 | [diff] [blame] | 96 | |
brettw | 5b700b0 | 2015-10-24 00:20:20 | [diff] [blame] | 97 | #"//components/infobars/*", |
| 98 | #"//components/invalidation/*", |
| 99 | #"//components/json_schema/*", |
| 100 | #"//components/keyed_service/*", |
| 101 | #"//components/language_usage_metrics/*", |
| 102 | #"//components/leveldb_proto/*", |
| 103 | #"//components/login/*", |
| 104 | #"//components/memory_pressure/*", |
| 105 | #"//components/message_port/*", |
| 106 | #"//components/metrics/*", |
| 107 | #"//components/metrics_services_manager/*", |
| 108 | #"//components/mime_util/*", |
sky | 70a066a | 2015-11-02 19:53:07 | [diff] [blame] | 109 | "//components/mus/*", |
| 110 | |
brettw | 5b700b0 | 2015-10-24 00:20:20 | [diff] [blame] | 111 | #"//components/nacl/*", |
| 112 | #"//components/navigation_interception/*", |
| 113 | #"//components/navigation_metrics/*", |
tfarina | e572387 | 2015-11-03 18:16:47 | [diff] [blame^] | 114 | "//components/net_log/*", |
brettw | 5b700b0 | 2015-10-24 00:20:20 | [diff] [blame] | 115 | #"//components/network_hints/*", |
tfarina | e572387 | 2015-11-03 18:16:47 | [diff] [blame^] | 116 | "//components/network_time/*", |
brettw | 5b700b0 | 2015-10-24 00:20:20 | [diff] [blame] | 117 | #"//components/offline_pages/*", |
| 118 | #"//components/omnibox/*", |
| 119 | #"//components/onc/*", |
| 120 | #"//components/open_from_clipboard/*", |
| 121 | #"//components/os_crypt/*", |
brettw | 6889e532 | 2015-10-23 08:04:32 | [diff] [blame] | 122 | |
| 123 | #"//components/ownership/*", |
| 124 | #"//components/packed_ct_ev_whitelist/*", |
| 125 | #"//components/page_load_metrics/*", |
| 126 | #"//components/pairing/*", |
| 127 | #"//components/password_manager/*", |
| 128 | #"//components/pdf/*", |
| 129 | #"//components/pdf_viewer/*", |
| 130 | #"//components/plugins/*", |
| 131 | #"//components/policy/*", |
| 132 | #"//components/power/*", |
| 133 | #"//components/precache/*", |
tfarina | dfa9bd7 | 2015-06-15 16:49:34 | [diff] [blame] | 134 | "//components/pref_registry/*", |
brettw | 6889e532 | 2015-10-23 08:04:32 | [diff] [blame] | 135 | |
| 136 | #"//components/printing/*", |
| 137 | #"//components/proximity_auth/*", |
| 138 | #"//components/proxy_config/*", |
| 139 | #"//components/query_parser/*", |
| 140 | #"//components/rappor/*", |
| 141 | #"//components/renderer_context_menu/*", |
| 142 | #"//components/resource_provider/*", |
| 143 | #"//components/resources/*", |
| 144 | #"//components/rlz/*", |
| 145 | #"//components/safe_json/*", |
| 146 | #"//components/scheduler/*", |
| 147 | #"//components/search/*", |
| 148 | #"//components/search_engines/*", |
| 149 | #"//components/search_provider_logos/*", |
| 150 | #"//components/security_interstitials/*", |
| 151 | #"//components/service_tab_launcher/*", |
| 152 | #"//components/session_manager/*", |
| 153 | #"//components/sessions/*", |
| 154 | #"//components/signin/*", |
| 155 | #"//components/ssl_config/*", |
| 156 | #"//components/ssl_errors/*", |
| 157 | "//components/startup_metric_utils/*", |
| 158 | "//components/storage_monitor/*", |
| 159 | "//components/strings/*", |
| 160 | "//components/suggestions/*", |
| 161 | "//components/sync_bookmarks/*", |
| 162 | "//components/sync_driver/*", |
| 163 | "//components/sync_sessions/*", |
| 164 | "//components/syncable_prefs/*", |
| 165 | "//components/test/*", |
| 166 | "//components/test_runner/*", |
| 167 | "//components/timers/*", |
| 168 | "//components/toolbar/*", |
| 169 | "//components/tools/*", |
| 170 | "//components/tracing/*", |
brettw | 3ceb2d9e | 2015-10-16 05:33:05 | [diff] [blame] | 171 | "//components/translate/*", |
| 172 | "//components/ui/*", |
tfarina | a6fc3a2 | 2015-06-17 15:00:54 | [diff] [blame] | 173 | "//components/undo/*", |
tfarina | 0c06ad6 | 2015-07-08 01:50:55 | [diff] [blame] | 174 | "//components/update_client/*", |
brettw | 3ceb2d9e | 2015-10-16 05:33:05 | [diff] [blame] | 175 | "//components/upload_list/*", |
rsleevi | 24f64dc2 | 2015-08-07 21:39:21 | [diff] [blame] | 176 | "//components/url_formatter/*", |
tfarina | 0c06ad6 | 2015-07-08 01:50:55 | [diff] [blame] | 177 | "//components/url_matcher/*", |
| 178 | "//components/user_manager/*", |
tfarina | d016bd2 | 2015-06-26 18:19:21 | [diff] [blame] | 179 | "//components/user_prefs/*", |
tfarina | 0c06ad6 | 2015-07-08 01:50:55 | [diff] [blame] | 180 | "//components/variations/*", |
brettw | 3ceb2d9e | 2015-10-16 05:33:05 | [diff] [blame] | 181 | "//components/visitedlink/*", |
tfarina | 0c06ad6 | 2015-07-08 01:50:55 | [diff] [blame] | 182 | "//components/wallpaper/*", |
tfarina | 224aefb | 2015-07-29 14:38:44 | [diff] [blame] | 183 | "//components/web_cache/*", |
tfarina | 224aefb | 2015-07-29 14:38:44 | [diff] [blame] | 184 | "//components/web_modal/*", |
brettw | 3ceb2d9e | 2015-10-16 05:33:05 | [diff] [blame] | 185 | "//components/web_resource/*", |
sky | 919ca82 | 2015-09-03 23:55:18 | [diff] [blame] | 186 | "//components/web_view/*", |
brettw | 3ceb2d9e | 2015-10-16 05:33:05 | [diff] [blame] | 187 | "//components/webcrypto/*", |
tfarina | 224aefb | 2015-07-29 14:38:44 | [diff] [blame] | 188 | "//components/webdata/*", |
| 189 | "//components/webdata_services/*", |
brettw | 3ceb2d9e | 2015-10-16 05:33:05 | [diff] [blame] | 190 | "//components/webp_transcode/*", |
| 191 | "//components/webui_generator/*", |
| 192 | "//components/webusb/*", |
| 193 | "//components/wifi/*", |
tfarina | 3de8194 | 2015-06-12 13:54:49 | [diff] [blame] | 194 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 195 | #"//content/*", # A whole lot of errors. |
brettw | f986f957 | 2015-10-07 17:18:15 | [diff] [blame] | 196 | "//content/public/common:result_codes", |
brettw | 70b359a | 2015-10-14 23:43:23 | [diff] [blame] | 197 | "//content/public/common:static_switches", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 198 | "//courgette/*", |
| 199 | "//crypto/*", |
| 200 | "//data/*", |
| 201 | "//dbus/*", |
reillyg | 279c98b1 | 2015-06-24 06:20:29 | [diff] [blame] | 202 | |
| 203 | #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 204 | |
| 205 | #"//extensions/*", # Lots of errors. |
| 206 | #"//gin/*", # Easy. |
tfarina | 9ee68196 | 2015-03-02 03:20:13 | [diff] [blame] | 207 | "//google_apis/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 208 | "//google_update/*", |
| 209 | |
| 210 | #"//gpu/*", # Lots of errors. |
tfarina | f8972243 | 2015-05-15 19:30:19 | [diff] [blame] | 211 | "//gpu:*", |
| 212 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 213 | #"//ios/*", |
brettw | e75311d | 2015-02-17 23:56:46 | [diff] [blame] | 214 | "//ipc/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 215 | |
| 216 | #"//jingle/*", |
sky | 88d7709e | 2015-08-12 19:19:49 | [diff] [blame] | 217 | "//mandoline/*", |
| 218 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 219 | #"//media/*", # Lots of errors. |
sky | 34393143 | 2015-08-10 19:22:19 | [diff] [blame] | 220 | "mojo/*", |
sky | d412f6e | 2015-07-22 17:22:13 | [diff] [blame] | 221 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 222 | #"//native_client/*", |
| 223 | #"//net/*", # Needs GN binary changes to work on Android. |
| 224 | |
| 225 | #"//pdf/*", # Medium-hard. |
| 226 | #"//ppapi/*", # Lots of errors. |
| 227 | "//printing/*", |
| 228 | |
| 229 | #"//remoting/*", # Medium-hard. |
| 230 | #"//rlz/*", # Needs checking on Windows. |
| 231 | #"//sandbox/*", # Medium-hard. |
| 232 | "//sdch/*", |
| 233 | "//skia/*", |
| 234 | "//sql/*", |
| 235 | "//storage/*", |
| 236 | "//sync/*", |
| 237 | "//testing/*", |
| 238 | |
| 239 | #"//third_party/*", # May not ever want this. |
| 240 | "//tools/*", |
| 241 | |
| 242 | #"//ui/*", # Just a few problems. |
| 243 | "//url/*", |
| 244 | "//v8/*", |
brettw | e75311d | 2015-02-17 23:56:46 | [diff] [blame] | 245 | ] |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 246 | |
| 247 | # These are the list of GN files that run exec_script. This whitelist exists |
| 248 | # to force additional review for new uses of exec_script, which is strongly |
| 249 | # discouraged except for gypi_to_gn calls. |
| 250 | exec_script_whitelist = [ |
| 251 | "//ash/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 252 | "//build/config/android/config.gni", |
| 253 | "//build/config/android/internal_rules.gni", |
| 254 | "//build/config/android/rules.gni", |
| 255 | "//build/config/compiler/BUILD.gn", |
| 256 | "//build/config/gcc/gcc_version.gni", |
| 257 | "//build/config/ios/ios_sdk.gni", |
| 258 | "//build/config/linux/BUILD.gn", |
| 259 | "//build/config/linux/pkg_config.gni", |
| 260 | "//build/config/mac/mac_sdk.gni", |
brettw | 888b65f | 2015-10-02 18:00:23 | [diff] [blame] | 261 | "//build/config/posix/BUILD.gn", |
Nico Weber | 8091cf9 | 2015-09-28 09:44:35 | [diff] [blame] | 262 | "//build/config/win/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 263 | "//build/config/win/visual_studio_version.gni", |
| 264 | "//build/gn_helpers.py", |
| 265 | "//build/gypi_to_gn.py", |
dpranke | ad0c1f4 | 2015-08-28 21:48:04 | [diff] [blame] | 266 | "//build/linux/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 267 | "//build/toolchain/gcc_toolchain.gni", |
| 268 | "//build/toolchain/mac/BUILD.gn", |
dpranke | fa6ffe2f | 2015-08-31 20:17:52 | [diff] [blame] | 269 | "//build/toolchain/nacl/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 270 | "//build/toolchain/win/BUILD.gn", |
brettw | 983c0562 | 2015-07-22 04:26:49 | [diff] [blame] | 271 | "//build/util/version.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 272 | "//chrome/android/BUILD.gn", |
| 273 | "//chrome/browser/BUILD.gn", |
| 274 | "//chrome/browser/chromeos/BUILD.gn", |
| 275 | "//chrome/browser/extensions/BUILD.gn", |
plundblad | 70028e5c | 2015-07-09 09:01:05 | [diff] [blame] | 276 | "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", |
imcheng | b6b09239f | 2015-05-15 21:41:55 | [diff] [blame] | 277 | "//chrome/browser/media/router/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 278 | "//chrome/browser/ui/BUILD.gn", |
| 279 | "//chrome/chrome_tests.gni", |
| 280 | "//chrome/common/BUILD.gn", |
| 281 | "//chrome/common/extensions/api/schemas.gni", |
| 282 | "//chrome/renderer/BUILD.gn", |
| 283 | "//chrome/test/BUILD.gn", |
| 284 | "//chrome/utility/BUILD.gn", |
| 285 | "//chromeos/BUILD.gn", |
dgn | 47095171 | 2015-04-07 10:37:47 | [diff] [blame] | 286 | |
| 287 | # TODO(dgn): Layer violation but breaks the build otherwise, see |
| 288 | # https://crbug.com/474506 |
| 289 | "//clank/java/BUILD.gn", |
Newton Allen | 68f14da | 2015-06-17 20:48:34 | [diff] [blame] | 290 | "//clank/native/BUILD.gn", |
dgn | 47095171 | 2015-04-07 10:37:47 | [diff] [blame] | 291 | |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 292 | "//components/domain_reliability/BUILD.gn", |
jochen | 83c639f0 | 2015-04-22 17:07:37 | [diff] [blame] | 293 | "//components/scheduler/scheduler.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 294 | "//content/browser/browser.gni", |
| 295 | "//content/child/child.gni", |
| 296 | "//content/common/common.gni", |
| 297 | "//content/content.gni", |
| 298 | "//content/public/android/BUILD.gn", |
| 299 | "//content/renderer/renderer.gni", |
| 300 | "//content/test/BUILD.gn", |
rockot | 7b6128a | 2015-05-18 20:18:00 | [diff] [blame] | 301 | "//content/utility/utility.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 302 | "//extensions/common/api/schemas.gni", |
| 303 | "//extensions/extensions.gni", |
| 304 | "//extensions/shell/app_shell.gni", |
| 305 | "//extensions/shell/common/api/schemas.gni", |
| 306 | "//google_apis/BUILD.gn", |
| 307 | "//gpu/gles2_conform_support/BUILD.gn", |
ullysses.a.eoff | cfd8141 | 2015-10-29 17:04:53 | [diff] [blame] | 308 | "//gpu/khronos_glcts_support/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 309 | "//jingle/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 310 | "//net/BUILD.gn", |
| 311 | "//ppapi/ppapi_sources.gni", |
| 312 | "//printing/BUILD.gn", |
| 313 | "//remoting/host/BUILD.gn", |
| 314 | "//remoting/remoting_srcs.gni", |
| 315 | "//remoting/remoting_version.gni", |
| 316 | "//skia/BUILD.gn", |
| 317 | "//third_party/android_platform/BUILD.gn", |
| 318 | "//third_party/angle/BUILD.gn", |
cwallez | 4c57af3 | 2015-09-03 14:54:49 | [diff] [blame] | 319 | "//third_party/angle/src/tests/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 320 | "//third_party/boringssl/BUILD.gn", |
sullivan | 0cf8767 | 2015-08-04 17:10:32 | [diff] [blame] | 321 | "//third_party/catapult/tracing/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 322 | "//third_party/cld_2/BUILD.gn", |
| 323 | "//third_party/cython/rules.gni", |
| 324 | "//third_party/google_input_tools/inputview.gni", |
| 325 | "//third_party/harfbuzz-ng/BUILD.gn", |
| 326 | "//third_party/libaddressinput/BUILD.gn", |
| 327 | "//third_party/opus/BUILD.gn", |
| 328 | "//third_party/WebKit/Source/bindings/bindings.gni", |
| 329 | "//third_party/WebKit/Source/bindings/scripts/scripts.gni", |
| 330 | "//third_party/WebKit/Source/config.gni", |
| 331 | "//third_party/WebKit/Source/core/core.gni", |
| 332 | "//third_party/WebKit/Source/devtools/BUILD.gn", |
| 333 | "//third_party/WebKit/Source/modules/modules.gni", |
| 334 | "//third_party/WebKit/Source/platform/BUILD.gn", |
| 335 | "//third_party/WebKit/Source/platform/platform.gni", |
| 336 | "//third_party/WebKit/Source/web/BUILD.gn", |
| 337 | "//third_party/WebKit/Source/wtf/BUILD.gn", |
mcasas | 4337d5d3 | 2015-09-14 22:43:02 | [diff] [blame] | 338 | "//third_party/WebKit/public/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 339 | "//tools/gn/BUILD.gn", |
| 340 | "//tools/gn/build_settings.h", |
| 341 | "//tools/gn/command_help.cc", |
| 342 | "//tools/gn/docs/language.md", |
| 343 | "//tools/gn/format_test_data/053.gn", |
| 344 | "//tools/gn/format_test_data/053.golden", |
| 345 | "//tools/gn/format_test_data/055.gn", |
| 346 | "//tools/gn/format_test_data/055.golden", |
| 347 | "//tools/gn/function_exec_script.cc", |
| 348 | "//tools/gn/gn.gyp", |
| 349 | "//tools/gn/input_conversion.cc", |
| 350 | "//tools/gn/misc/emacs/gn.el", |
| 351 | "//tools/gn/misc/vim/syntax/gn.vim", |
| 352 | "//tools/gn/setup.cc", |
lionel.g.landwerlin | 991e92d7 | 2015-07-09 08:46:25 | [diff] [blame] | 353 | "//ui/accessibility/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 354 | "//ui/views/BUILD.gn", |
| 355 | ] |