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. |
| 20 | #"//base/*", # Needs GN binary changes to work on Android. |
| 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 | 74a2a34f | 2015-05-21 04:43:40 | [diff] [blame] | 27 | "//chrome/installer/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 28 | "//chromecast/*", |
binjin | 41efe08 | 2015-02-23 12:34:50 | [diff] [blame] | 29 | |
| 30 | # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following |
| 31 | # line. |
| 32 | #"//chrome_elf/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 33 | "//cloud_print/*", |
| 34 | |
| 35 | #"//components/*", # Lots of errors. |
tfarina | 4a0c59488 | 2015-07-02 14:39:41 | [diff] [blame] | 36 | "//components/app_modal/*", |
jackhou | cfa3902 | 2015-06-24 00:19:01 | [diff] [blame] | 37 | "//components/autofill/*", |
tfarina | 3de8194 | 2015-06-12 13:54:49 | [diff] [blame] | 38 | "//components/bookmarks/*", |
tfarina | c312b42 | 2015-07-21 18:17:52 | [diff] [blame] | 39 | "//components/google/*", |
sky | 8131b22 | 2015-08-14 17:47:35 | [diff] [blame] | 40 | "//components/history/*", |
sky | 576cb0e | 2015-08-10 23:38:31 | [diff] [blame] | 41 | "//components/html_viewer/*", |
fsamuel | 80ad950 | 2015-09-14 22:10:17 | [diff] [blame] | 42 | "//components/mus/*", |
tfarina | c312b42 | 2015-07-21 18:17:52 | [diff] [blame] | 43 | "//components/omnibox/*", |
tfarina | d016bd2 | 2015-06-26 18:19:21 | [diff] [blame] | 44 | "//components/os_crypt/*", |
tfarina | dfa9bd7 | 2015-06-15 16:49:34 | [diff] [blame] | 45 | "//components/pref_registry/*", |
tfarina | a6fc3a2 | 2015-06-17 15:00:54 | [diff] [blame] | 46 | "//components/undo/*", |
tfarina | 0c06ad6 | 2015-07-08 01:50:55 | [diff] [blame] | 47 | "//components/update_client/*", |
rsleevi | 24f64dc2 | 2015-08-07 21:39:21 | [diff] [blame] | 48 | "//components/url_formatter/*", |
tfarina | 0c06ad6 | 2015-07-08 01:50:55 | [diff] [blame] | 49 | "//components/url_matcher/*", |
| 50 | "//components/user_manager/*", |
tfarina | d016bd2 | 2015-06-26 18:19:21 | [diff] [blame] | 51 | "//components/user_prefs/*", |
tfarina | 0c06ad6 | 2015-07-08 01:50:55 | [diff] [blame] | 52 | "//components/variations/*", |
| 53 | "//components/wallpaper/*", |
tfarina | 224aefb | 2015-07-29 14:38:44 | [diff] [blame] | 54 | "//components/web_cache/*", |
tfarina | a6fc3a2 | 2015-06-17 15:00:54 | [diff] [blame] | 55 | "//components/webcrypto/*", |
tfarina | 224aefb | 2015-07-29 14:38:44 | [diff] [blame] | 56 | "//components/web_modal/*", |
sky | 919ca82 | 2015-09-03 23:55:18 | [diff] [blame] | 57 | "//components/web_view/*", |
tfarina | 224aefb | 2015-07-29 14:38:44 | [diff] [blame] | 58 | "//components/webdata/*", |
| 59 | "//components/webdata_services/*", |
tfarina | 3de8194 | 2015-06-12 13:54:49 | [diff] [blame] | 60 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 61 | #"//content/*", # A whole lot of errors. |
| 62 | "//courgette/*", |
| 63 | "//crypto/*", |
| 64 | "//data/*", |
| 65 | "//dbus/*", |
reillyg | 279c98b1 | 2015-06-24 06:20:29 | [diff] [blame] | 66 | |
| 67 | #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 68 | |
| 69 | #"//extensions/*", # Lots of errors. |
| 70 | #"//gin/*", # Easy. |
tfarina | 9ee68196 | 2015-03-02 03:20:13 | [diff] [blame] | 71 | "//google_apis/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 72 | "//google_update/*", |
| 73 | |
| 74 | #"//gpu/*", # Lots of errors. |
tfarina | f8972243 | 2015-05-15 19:30:19 | [diff] [blame] | 75 | "//gpu:*", |
| 76 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 77 | #"//ios/*", |
brettw | e75311d | 2015-02-17 23:56:46 | [diff] [blame] | 78 | "//ipc/*", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 79 | |
| 80 | #"//jingle/*", |
sky | 88d7709e | 2015-08-12 19:19:49 | [diff] [blame] | 81 | "//mandoline/*", |
| 82 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 83 | #"//media/*", # Lots of errors. |
sky | 34393143 | 2015-08-10 19:22:19 | [diff] [blame] | 84 | "mojo/*", |
sky | d412f6e | 2015-07-22 17:22:13 | [diff] [blame] | 85 | |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame] | 86 | #"//native_client/*", |
| 87 | #"//net/*", # Needs GN binary changes to work on Android. |
| 88 | |
| 89 | #"//pdf/*", # Medium-hard. |
| 90 | #"//ppapi/*", # Lots of errors. |
| 91 | "//printing/*", |
| 92 | |
| 93 | #"//remoting/*", # Medium-hard. |
| 94 | #"//rlz/*", # Needs checking on Windows. |
| 95 | #"//sandbox/*", # Medium-hard. |
| 96 | "//sdch/*", |
| 97 | "//skia/*", |
| 98 | "//sql/*", |
| 99 | "//storage/*", |
| 100 | "//sync/*", |
| 101 | "//testing/*", |
| 102 | |
| 103 | #"//third_party/*", # May not ever want this. |
| 104 | "//tools/*", |
| 105 | |
| 106 | #"//ui/*", # Just a few problems. |
| 107 | "//url/*", |
| 108 | "//v8/*", |
brettw | e75311d | 2015-02-17 23:56:46 | [diff] [blame] | 109 | ] |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 110 | |
| 111 | # These are the list of GN files that run exec_script. This whitelist exists |
| 112 | # to force additional review for new uses of exec_script, which is strongly |
| 113 | # discouraged except for gypi_to_gn calls. |
| 114 | exec_script_whitelist = [ |
| 115 | "//ash/BUILD.gn", |
| 116 | "//build/config/android/BUILD.gn", |
| 117 | "//build/config/android/config.gni", |
| 118 | "//build/config/android/internal_rules.gni", |
| 119 | "//build/config/android/rules.gni", |
| 120 | "//build/config/compiler/BUILD.gn", |
| 121 | "//build/config/gcc/gcc_version.gni", |
| 122 | "//build/config/ios/ios_sdk.gni", |
| 123 | "//build/config/linux/BUILD.gn", |
| 124 | "//build/config/linux/pkg_config.gni", |
| 125 | "//build/config/mac/mac_sdk.gni", |
| 126 | "//build/config/win/visual_studio_version.gni", |
| 127 | "//build/gn_helpers.py", |
| 128 | "//build/gypi_to_gn.py", |
dpranke | ad0c1f4 | 2015-08-28 21:48:04 | [diff] [blame] | 129 | "//build/linux/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 130 | "//build/toolchain/gcc_toolchain.gni", |
| 131 | "//build/toolchain/mac/BUILD.gn", |
dpranke | fa6ffe2f | 2015-08-31 20:17:52 | [diff] [blame] | 132 | "//build/toolchain/nacl/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 133 | "//build/toolchain/win/BUILD.gn", |
brettw | 983c0562 | 2015-07-22 04:26:49 | [diff] [blame] | 134 | "//build/util/version.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 135 | "//chrome/android/BUILD.gn", |
| 136 | "//chrome/browser/BUILD.gn", |
| 137 | "//chrome/browser/chromeos/BUILD.gn", |
| 138 | "//chrome/browser/extensions/BUILD.gn", |
plundblad | 70028e5c | 2015-07-09 09:01:05 | [diff] [blame] | 139 | "//chrome/browser/resources/chromeos/chromevox/BUILD.gn", |
imcheng | b6b09239f | 2015-05-15 21:41:55 | [diff] [blame] | 140 | "//chrome/browser/media/router/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 141 | "//chrome/browser/ui/BUILD.gn", |
| 142 | "//chrome/chrome_tests.gni", |
| 143 | "//chrome/common/BUILD.gn", |
| 144 | "//chrome/common/extensions/api/schemas.gni", |
| 145 | "//chrome/renderer/BUILD.gn", |
| 146 | "//chrome/test/BUILD.gn", |
| 147 | "//chrome/utility/BUILD.gn", |
| 148 | "//chromeos/BUILD.gn", |
dgn | 47095171 | 2015-04-07 10:37:47 | [diff] [blame] | 149 | |
| 150 | # TODO(dgn): Layer violation but breaks the build otherwise, see |
| 151 | # https://crbug.com/474506 |
| 152 | "//clank/java/BUILD.gn", |
Newton Allen | 68f14da | 2015-06-17 20:48:34 | [diff] [blame] | 153 | "//clank/native/BUILD.gn", |
dgn | 47095171 | 2015-04-07 10:37:47 | [diff] [blame] | 154 | |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 155 | "//components/domain_reliability/BUILD.gn", |
jochen | 83c639f0 | 2015-04-22 17:07:37 | [diff] [blame] | 156 | "//components/scheduler/scheduler.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 157 | "//content/browser/browser.gni", |
| 158 | "//content/child/child.gni", |
| 159 | "//content/common/common.gni", |
| 160 | "//content/content.gni", |
| 161 | "//content/public/android/BUILD.gn", |
| 162 | "//content/renderer/renderer.gni", |
| 163 | "//content/test/BUILD.gn", |
rockot | 7b6128a | 2015-05-18 20:18:00 | [diff] [blame] | 164 | "//content/utility/utility.gni", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 165 | "//extensions/common/api/schemas.gni", |
| 166 | "//extensions/extensions.gni", |
| 167 | "//extensions/shell/app_shell.gni", |
| 168 | "//extensions/shell/common/api/schemas.gni", |
| 169 | "//google_apis/BUILD.gn", |
| 170 | "//gpu/gles2_conform_support/BUILD.gn", |
| 171 | "//jingle/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 172 | "//net/BUILD.gn", |
| 173 | "//ppapi/ppapi_sources.gni", |
| 174 | "//printing/BUILD.gn", |
| 175 | "//remoting/host/BUILD.gn", |
| 176 | "//remoting/remoting_srcs.gni", |
| 177 | "//remoting/remoting_version.gni", |
| 178 | "//skia/BUILD.gn", |
| 179 | "//third_party/android_platform/BUILD.gn", |
| 180 | "//third_party/angle/BUILD.gn", |
cwallez | 4c57af3 | 2015-09-03 14:54:49 | [diff] [blame] | 181 | "//third_party/angle/src/tests/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 182 | "//third_party/boringssl/BUILD.gn", |
sullivan | 0cf8767 | 2015-08-04 17:10:32 | [diff] [blame] | 183 | "//third_party/catapult/tracing/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 184 | "//third_party/cld_2/BUILD.gn", |
| 185 | "//third_party/cython/rules.gni", |
| 186 | "//third_party/google_input_tools/inputview.gni", |
| 187 | "//third_party/harfbuzz-ng/BUILD.gn", |
| 188 | "//third_party/libaddressinput/BUILD.gn", |
| 189 | "//third_party/opus/BUILD.gn", |
| 190 | "//third_party/WebKit/Source/bindings/bindings.gni", |
| 191 | "//third_party/WebKit/Source/bindings/scripts/scripts.gni", |
| 192 | "//third_party/WebKit/Source/config.gni", |
| 193 | "//third_party/WebKit/Source/core/core.gni", |
| 194 | "//third_party/WebKit/Source/devtools/BUILD.gn", |
| 195 | "//third_party/WebKit/Source/modules/modules.gni", |
| 196 | "//third_party/WebKit/Source/platform/BUILD.gn", |
| 197 | "//third_party/WebKit/Source/platform/platform.gni", |
| 198 | "//third_party/WebKit/Source/web/BUILD.gn", |
| 199 | "//third_party/WebKit/Source/wtf/BUILD.gn", |
mcasas | 4337d5d3 | 2015-09-14 22:43:02 | [diff] [blame^] | 200 | "//third_party/WebKit/public/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 201 | "//tools/gn/BUILD.gn", |
| 202 | "//tools/gn/build_settings.h", |
| 203 | "//tools/gn/command_help.cc", |
| 204 | "//tools/gn/docs/language.md", |
| 205 | "//tools/gn/format_test_data/053.gn", |
| 206 | "//tools/gn/format_test_data/053.golden", |
| 207 | "//tools/gn/format_test_data/055.gn", |
| 208 | "//tools/gn/format_test_data/055.golden", |
| 209 | "//tools/gn/function_exec_script.cc", |
| 210 | "//tools/gn/gn.gyp", |
| 211 | "//tools/gn/input_conversion.cc", |
| 212 | "//tools/gn/misc/emacs/gn.el", |
| 213 | "//tools/gn/misc/vim/syntax/gn.vim", |
| 214 | "//tools/gn/setup.cc", |
lionel.g.landwerlin | 991e92d7 | 2015-07-09 08:46:25 | [diff] [blame] | 215 | "//ui/accessibility/BUILD.gn", |
brettw | ed99f7b | 2015-04-07 00:22:50 | [diff] [blame] | 216 | "//ui/views/BUILD.gn", |
| 217 | ] |