[email protected] | 37f978c | 2012-01-05 17:58:17 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # Watchlist Rules |
| 6 | # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
| 7 | |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 8 | # IMPORTANT: The regular expression filepath is tested against each path using |
| 9 | # re.search, so it is not usually necessary to add .*. |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 10 | |
| 11 | { |
| 12 | 'WATCHLIST_DEFINITIONS': { |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 13 | 'about_flags': { |
| 14 | 'filepath': 'chrome/browser/about_flags\.cc' |
| 15 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 16 | 'accelerator_table': { |
| 17 | 'filepath': 'ash/accelerators/accelerator_table\.cc' \ |
| 18 | '|chrome/browser/ui/views/accelerator_table\.cc', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 19 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 20 | 'accessibility': { |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 21 | 'filepath': 'accessibility' \ |
| 22 | '|braille' \ |
[email protected] | a4156bfb | 2014-02-27 22:37:47 | [diff] [blame] | 23 | '|chromevox' \ |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 24 | '|iaccessible2' \ |
| 25 | '|isimpledom' \ |
| 26 | '|liblouis' |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 27 | }, |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 28 | 'activity_log': { |
| 29 | 'filepath': 'chrome/browser/extensions/activity_log/' \ |
| 30 | '|chrome/browser/extensions/api/activity_log_private/' |
| 31 | }, |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 32 | 'android_infra': { |
| 33 | 'filepath': 'build/android/' \ |
| 34 | '|testing/android/' \ |
| 35 | '|tools/android/' |
| 36 | }, |
[email protected] | d6af5081 | 2014-04-01 17:18:09 | [diff] [blame] | 37 | 'android_media': { |
| 38 | 'filepath': 'content/browser/media/android' \ |
| 39 | '|content/renderer/media/android' \ |
| 40 | '|media/audio/android' \ |
| 41 | '|media/base/android' \ |
| 42 | '|media/midi/*_android.*' \ |
| 43 | '|media/video/capture/android' |
| 44 | }, |
[email protected] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 45 | 'android_tab': { |
| 46 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
| 47 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 48 | 'android_webview': { |
| 49 | 'filepath': 'android_webview/', |
| 50 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 51 | 'app_list': { |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 52 | 'filepath': 'chrome/browser/ui/app_list'\ |
| 53 | '|chrome/browser/ui/ash/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 54 | '|chrome/browser/ui/views/app_list'\ |
| 55 | '|ui/app_list/' |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 56 | }, |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 57 | 'app_shortcuts': { |
| 58 | 'filepath': 'apps/app_shim/'\ |
| 59 | '|chrome/browser/web_applications/'\ |
| 60 | '|chrome/browser/ui/web_applications/'\ |
| 61 | '|chrome/common/mac/' |
| 62 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 63 | 'appcache': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 64 | 'filepath': 'appcache/', |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 65 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 66 | 'apps': { |
| 67 | 'filepath': '^apps/', |
| 68 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 69 | 'ash': { |
| 70 | 'filepath': 'ash/', |
| 71 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 72 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 73 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 74 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 75 | 'aura_compositor': { |
| 76 | 'filepath': |
| 77 | 'ui/compositor/' \ |
[email protected] | 6dc38f7 | 2014-01-16 22:19:58 | [diff] [blame] | 78 | '|content/browser/compositor/' \ |
| 79 | '|content/browser/renderer_host/compositor_resize_lock_aura' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 80 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 81 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
[email protected] | a6eeeef9 | 2014-03-19 19:06:44 | [diff] [blame] | 82 | '|content/browser/renderer_host/delegated' \ |
| 83 | '|content/browser/renderer_host/software' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 84 | '|content/common/gpu/client/' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 85 | }, |
sullivan | 0171e3c | 2015-03-03 18:47:21 | [diff] [blame] | 86 | 'auto_bisect': { |
| 87 | 'filepath': 'tools/run-bisect-perf-regression.py'\ |
| 88 | '|tools/run-perf-test.cfg'\ |
| 89 | '|tools/auto_bisect/' |
| 90 | }, |
[email protected] | 2a38f0c0 | 2013-05-29 02:27:45 | [diff] [blame] | 91 | 'autofill': { |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 92 | 'filepath': 'chrome/browser/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 93 | 'chrome/browser/resources/options/autofill_|'\ |
| 94 | 'chrome/browser/sync/glue/autofill_|'\ |
| 95 | 'chrome/browser/ui/android/autofill/|'\ |
| 96 | 'chrome/browser/ui/autofill/|'\ |
[email protected] | e3e4ca6 | 2013-05-17 08:50:27 | [diff] [blame] | 97 | 'chrome/browser/ui/cocoa/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 98 | 'chrome/browser/ui/views/autofill/|'\ |
| 99 | 'chrome/browser/ui/webui/options/autofill_|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 100 | 'chrome/renderer/autofill/|'\ |
| 101 | 'chrome/test/data/autofill/|'\ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 102 | 'components/autofill/|'\ |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 103 | 'components/autofill/browser/webdata/|'\ |
| 104 | 'components/webdata/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 105 | 'content/public/common/password_|'\ |
| 106 | 'content/public/renderer/password_|'\ |
| 107 | 'content/renderer/password_', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 108 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 109 | 'automation': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 110 | 'filepath': 'chrome/browser/automation/|chrome/test/automation/', |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 111 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 112 | 'background_sync': { |
| 113 | 'filepath': 'background_sync', |
| 114 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 115 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 116 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 117 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 118 | 'base_allocator': { |
| 119 | 'filepath': '^base/allocator', |
| 120 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 121 | 'base_memory': { |
| 122 | 'filepath': '^base/memory', |
| 123 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 124 | 'base_win': { |
| 125 | 'filepath': '^base/win', |
| 126 | }, |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 127 | 'battery_status': { |
| 128 | 'filepath': 'content/browser/battery_status/|'\ |
timvolodine | 953fde7 | 2014-12-09 16:47:10 | [diff] [blame] | 129 | 'content/renderer/battery_status/|'\ |
| 130 | 'content/test/data/battery_status/|'\ |
| 131 | 'device/battery/', |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 132 | }, |
maniscalco | 44c9975 | 2015-09-09 21:52:04 | [diff] [blame] | 133 | 'blimp': { |
| 134 | 'filepath': '^blimp/', |
| 135 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 136 | 'bookmarks': { |
| 137 | 'filepath': 'chrome/browser/bookmarks/' \ |
[email protected] | 771ad48 | 2013-07-16 17:32:48 | [diff] [blame] | 138 | '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 139 | '|chrome/browser/extensions/api/bookmarks/' \ |
| 140 | '|chrome/browser/resources/bookmark_manager/' \ |
[email protected] | cd869cde | 2013-01-31 15:46:35 | [diff] [blame] | 141 | '|chrome/browser/ui/bookmarks/' \ |
| 142 | '|chrome/browser/ui/cocoa/bookmarks/' \ |
[email protected] | 5cb8b6e1 | 2014-05-19 16:53:46 | [diff] [blame] | 143 | '|chrome/browser/ui/views/bookmarks/' \ |
| 144 | '|components/bookmarks' |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 145 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 146 | 'breakpad_app': { |
sdefresne | 8ba0b88c | 2015-09-18 10:33:13 | [diff] [blame] | 147 | 'filepath': 'components/crash/content/app/', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 148 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 149 | 'browser': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 150 | 'filepath': 'chrome/browser/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 151 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 152 | 'browser_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 153 | 'filepath': 'chrome/browser/chromeos/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 154 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 155 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 156 | 'filepath': 'chrome/browser/autofill/' \ |
| 157 | '|chrome/browser/bookmarks/' \ |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 158 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 159 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 160 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 161 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 162 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 163 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 164 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 165 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 166 | 'browser_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 167 | 'filepath': 'chrome/browser/resources/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 168 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 169 | 'browsing_data': { |
| 170 | 'filepath': 'chrome/browser/browsing_data/', |
| 171 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 172 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 173 | 'filepath': 'ui/views/bubble/|'\ |
rouslan | 8d6a837 | 2015-09-10 19:10:10 | [diff] [blame] | 174 | 'chrome/browser/ui/views/bubble/|'\ |
| 175 | 'components/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 176 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 177 | 'cache_storage': { |
| 178 | 'filepath': 'cache_storage', |
| 179 | }, |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 180 | 'cast': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 181 | 'filepath': 'media/cast/'\ |
| 182 | '|chrome/browser/extensions/api/cast_streaming/'\ |
| 183 | '|chrome/browser/media/cast'\ |
| 184 | '|chrome/renderer/media/cast'\ |
| 185 | '|chrome/test/data/extensions/api_test/cast_'\ |
| 186 | '|content/public/renderer/media_stream_', |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 187 | }, |
[email protected] | 651d999 | 2014-04-09 17:18:41 | [diff] [blame] | 188 | 'chromecast': { |
| 189 | 'filepath': 'chromecast/', |
| 190 | }, |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 191 | 'cc': { |
| 192 | 'filepath': 'cc/|'\ |
[email protected] | 4934d36 | 2012-11-22 22:04:53 | [diff] [blame] | 193 | 'content/common/cc_messages' |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 194 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 195 | 'chrome_elf': { |
| 196 | 'filepath': 'chrome_elf', |
| 197 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 198 | 'chrome_views': { |
| 199 | 'filepath': 'chrome/browser/ui/views', |
| 200 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 201 | 'chromedriver': { |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 202 | 'filepath': 'chrome/test/chromedriver|'\ |
| 203 | 'chrome/test/data/chromedriver|'\ |
| 204 | 'third_party/webdriver' |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 205 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 206 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 207 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 208 | }, |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 209 | 'chromeos_attestation': { |
| 210 | 'filepath': 'chromeos/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 211 | 'chrome/browser/chromeos/attestation/|'\ |
| 212 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 213 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 214 | 'chromeos_calculator': { |
| 215 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 216 | }, |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 217 | 'chromeos_dbus': { |
| 218 | 'filepath': 'chromeos/dbus/', |
| 219 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 220 | 'chromeos_login': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 221 | 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 222 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 223 | 'chrome/browser/resources/chromeos/login/|'\ |
| 224 | 'ui/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 225 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 226 | 'chromeos_net': { |
| 227 | 'filepath': 'chromeos/network/|'\ |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 228 | 'chrome/browser/chromeos/net/|'\ |
| 229 | 'chrome/browser/extensions/api/networking_private/|'\ |
| 230 | 'extensions/browser/api/networking_private/|'\ |
| 231 | 'ui/chromeos/network/', |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 232 | }, |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 233 | 'chromeos_power': { |
[email protected] | c3943ad | 2013-07-03 13:44:56 | [diff] [blame] | 234 | 'filepath': 'ash/system/chromeos/power/|'\ |
| 235 | 'chromeos/dbus/power_.*|'\ |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 236 | 'chrome/browser/chromeos/power/', |
| 237 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 238 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 239 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 240 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 241 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 242 | 'clang_update': { |
| 243 | 'filepath': 'tools/clang/scripts/update.sh' |
| 244 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 245 | 'clipboard': { |
| 246 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 247 | }, |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 248 | 'closure': { |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 249 | 'filepath': 'third_party/closure_(compiler|linter)/|' |
| 250 | 'compiled_resources.gyp', |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 251 | }, |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 252 | 'components_deps': { |
| 253 | 'filepath': 'components/([^/]*/)*DEPS', |
| 254 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 255 | 'content': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 256 | 'filepath': 'content/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 257 | }, |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 258 | 'content_bluetooth': { |
| 259 | 'filepath': 'content/.*bluetooth' |
| 260 | }, |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 261 | 'content_loader': { |
| 262 | 'filepath': 'content/browser/loader|'\ |
| 263 | 'content/child/*loader', |
| 264 | }, |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 265 | 'content_renderer': { |
| 266 | 'filepath': 'content/renderer/', |
| 267 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 268 | 'content_shell': { |
| 269 | 'filepath': 'content/shell/', |
| 270 | }, |
kinuko | a121bce | 2015-01-30 10:04:41 | [diff] [blame] | 271 | 'content_worker': { |
| 272 | 'filepath': 'content/.*worker', |
| 273 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 274 | 'cookie_monster': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 275 | 'filepath': 'net/cookies/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 276 | 'chrome/browser/net/sqlite_persistent_cookie_store', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 277 | }, |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 278 | 'custom_tabs': { |
Newton Allen | 38c6221 | 2015-06-24 21:41:53 | [diff] [blame] | 279 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\ |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 280 | 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/', |
alancutter | cbad651 | 2015-06-19 02:31:28 | [diff] [blame] | 281 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 282 | 'deep_memory_profiler': { |
| 283 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 284 | }, |
Bartosz Fabianowski | 85a82381 | 2015-04-16 10:27:51 | [diff] [blame] | 285 | 'device_bluetooth': { |
| 286 | 'filepath': 'device/.*bluetooth' |
| 287 | }, |
[email protected] | 29ad47c | 2014-04-23 09:12:48 | [diff] [blame] | 288 | 'device_sensors': { |
| 289 | 'filepath': 'content/browser/device_sensors/|'\ |
| 290 | 'content/common/device_sensors/|'\ |
| 291 | 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\ |
| 292 | 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\ |
| 293 | 'content/renderer/device_sensors/', |
[email protected] | 8c66723 | 2013-11-12 19:49:14 | [diff] [blame] | 294 | }, |
scheib | abdd7d3 | 2015-02-11 22:13:08 | [diff] [blame] | 295 | 'developer_recommended_flags': { |
| 296 | 'filepath': 'developer_recommended_flags.gypi', |
| 297 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 298 | 'devtools': { |
| 299 | 'filepath': 'devtools', |
| 300 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 301 | 'disk_cache': { |
| 302 | 'filepath': 'net/disk_cache/|http_cache', |
| 303 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 304 | 'dns': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 305 | 'filepath': 'net/base/host_resolver|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 306 | 'net/base/host_cache|' \ |
| 307 | 'net/dns/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 308 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 309 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 310 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 311 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 312 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 313 | 'downloads_ui': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 314 | 'filepath': 'chrome/browser/resources/downloads/|' \ |
| 315 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 316 | 'chrome/browser/ui/views/download/|' \ |
asanka | 2009f41 | 2015-10-05 17:28:12 | [diff] [blame] | 317 | 'chrome/browser/ui/cocoa/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 318 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 319 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 320 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 321 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 322 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 323 | 'drive_resource_metadata': { |
[email protected] | 2c948e1 | 2013-10-17 03:08:33 | [diff] [blame] | 324 | 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 325 | }, |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 326 | 'eme': { |
| 327 | 'filepath': 'components/cdm/|' \ |
| 328 | 'content/browser/media/cdm/|' \ |
| 329 | 'content/renderer/media/crypto/|' \ |
| 330 | 'media/base/android/*drm*|' \ |
| 331 | 'media/cdm/|' \ |
| 332 | 'third_party/widevine/cdm/' |
| 333 | }, |
noyau | c7f9ea39 | 2014-11-26 11:24:48 | [diff] [blame] | 334 | 'enhanced_bookmarks': { |
| 335 | 'filepath': 'chrome/browser/enhanced_bookmarks/' \ |
| 336 | '|components/enhanced_bookmarks/' |
| 337 | }, |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 338 | 'enhanced_bookmarks_android': { |
Newton Allen | 38c6221 | 2015-06-24 21:41:53 | [diff] [blame] | 339 | 'filepath': 'chrome/android/java/src/org/chromium/'\ |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 340 | 'chrome/browser/enhancedbookmarks/|'\ |
| 341 | 'chrome/android/java/res/layout/eb*.xml' |
| 342 | }, |
[email protected] | 247dcfb9 | 2014-04-23 18:25:59 | [diff] [blame] | 343 | 'events': { |
| 344 | 'filepath': 'ui/events/', |
| 345 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 346 | 'extension': { |
| 347 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 348 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 349 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 350 | 'filepath': 'file_system/|' \ |
| 351 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 352 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 353 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 354 | 'filepath': 'file_browser|' \ |
| 355 | 'file_manager|' \ |
| 356 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 357 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 358 | 'filesapp': { |
[email protected] | 4ff3d9f | 2014-04-24 05:25:20 | [diff] [blame] | 359 | 'filepath': 'ui/file_manager' |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 360 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 361 | 'ftp': { |
| 362 | 'filepath': 'ftp', |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 363 | }, |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 364 | 'gcm': { |
| 365 | 'filepath': 'chrome/browser/services/gcm/|'\ |
| 366 | 'components/gcm_driver/|'\ |
| 367 | 'google_apis/gcm/', |
| 368 | }, |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 369 | 'gcm_crypto': { |
| 370 | 'filepath': 'components/gcm_driver/crypto/', |
| 371 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 372 | 'geolocation': { |
| 373 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 374 | 'content/browser/geolocation|'\ |
| 375 | 'content/public/common/geoposition.*|'\ |
| 376 | 'content/public/browser/geolocation.*|'\ |
| 377 | 'content/renderer/geolocation.*|'\ |
| 378 | 'content/shell/geolocation/', |
| 379 | }, |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 380 | 'gfx_image': { |
| 381 | 'filepath': 'ui/gfx/image/', |
| 382 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 383 | 'gfx_geometry': { |
danakj | 570c133 | 2015-01-06 16:59:36 | [diff] [blame] | 384 | 'filepath': 'ui/gfx/geometry/', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 385 | }, |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 386 | 'gn': { |
| 387 | 'filepath': 'tools/gn', |
| 388 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 389 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 390 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 391 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 392 | 'history_ui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 393 | 'filepath': 'chrome/browser/resources/history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 394 | }, |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 395 | 'hotword': { |
| 396 | 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ |
| 397 | '|chrome/browser/resources/hotword_helper/'\ |
[email protected] | 535980d4 | 2014-08-12 14:31:28 | [diff] [blame] | 398 | '|chrome/browser/resources/hotword/'\ |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 399 | '|chrome/browser/search/hotword*'\ |
| 400 | '|chrome/test/data/extensions/api_test/hotword_private/', |
| 401 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 402 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 403 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
| 404 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 405 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 406 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 407 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 408 | }, |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 409 | 'indexed_db': { |
| 410 | 'filepath': 'content/browser/indexed_db|'\ |
| 411 | 'content/child/indexed_db|'\ |
| 412 | 'content/common/indexed_db|'\ |
| 413 | 'content/public/browser/indexed_db|'\ |
| 414 | 'content/test/data/indexeddb', |
| 415 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 416 | 'installer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 417 | 'filepath': 'chrome/installer/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 418 | }, |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 419 | 'installer_linux': { |
| 420 | 'filepath': 'chrome/installer/linux/', |
| 421 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 422 | 'instant': { |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 423 | 'filepath': 'instant|searchbox|'\ |
| 424 | 'chrome/browser/search/|'\ |
[email protected] | c29b7dae | 2013-03-25 22:29:13 | [diff] [blame] | 425 | 'chrome/browser/ui/search/|'\ |
[email protected] | eb99f8e | 2013-07-10 10:17:39 | [diff] [blame] | 426 | 'chrome/browser/resources/local_ntp/|'\ |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 427 | 'chrome/common/search_types.*', |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 428 | }, |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 429 | 'ios_chrome': { |
| 430 | 'filepath': 'ios/chrome', |
| 431 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 432 | 'ipc': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 433 | 'filepath': 'ipc/ipc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 434 | }, |
mkwst | b0d1b1d | 2014-09-30 11:45:36 | [diff] [blame] | 435 | 'ipc_messages': { |
| 436 | 'filepath': '_message.*.h|'\ |
| 437 | '_messages.cc', |
| 438 | }, |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame^] | 439 | 'login': { |
| 440 | 'filepath': 'chrome/browser/ui/login' |
| 441 | }, |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 442 | 'libwebp': { |
| 443 | 'filepath': 'third_party/libwebp' |
| 444 | }, |
johannkoenig | 5238138 | 2015-09-18 22:35:25 | [diff] [blame] | 445 | 'libvpx': { |
| 446 | 'filepath': 'third_party/libvpx_new' |
| 447 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 448 | 'linux_fonts': { |
| 449 | 'filepath': 'ui/gfx/font_render_params_.*|'\ |
derat | cd2d6fb | 2015-02-12 00:10:41 | [diff] [blame] | 450 | 'ui/gfx/platform_font_linux.*|'\ |
| 451 | 'ui/gfx/render_text_harfbuzz.*', |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 452 | }, |
| 453 | 'linux_sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 454 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 455 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 456 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 457 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 458 | }, |
yzshen | 481e18d | 2015-05-08 16:29:17 | [diff] [blame] | 459 | 'mandoline': { |
| 460 | 'filepath': 'mandoline', |
| 461 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 462 | 'manifest': { |
| 463 | 'filepath': 'content/(browser|renderer)/manifest/'\ |
| 464 | '|content/public/common/manifest*', |
| 465 | }, |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 466 | 'md_settings': { |
orenb | 42e83d2 | 2015-03-07 02:05:15 | [diff] [blame] | 467 | 'filepath': 'ui/webui/resources/cr_element'\ |
michaelpg | 9bc6629 | 2015-09-04 22:35:19 | [diff] [blame] | 468 | '|chrome/browser/resources/settings/'\ |
| 469 | '|chrome/browser/ui/webui/settings/', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 470 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 471 | 'media': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 472 | 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
[email protected] | 034548d | 2012-07-31 20:34:00 | [diff] [blame] | 473 | 'audio_message_filter|video_layer|media_internals', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 474 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 475 | 'media_galleries': { |
| 476 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 477 | '|chrome/browser/media_galleries/'\ |
| 478 | '|chrome/browser/storage_monitor/'\ |
| 479 | '|chrome/common/media_galleries/'\ |
| 480 | '|chrome/test/data/extensions/api_test/media_galleries/'\ |
| 481 | '|chrome/utility/itunes*'\ |
| 482 | '|chrome/utility/picasa*', |
| 483 | }, |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 484 | 'media_router': { |
| 485 | 'filepath': 'chrome/browser/media/router/*' \ |
| 486 | '|chrome/app/theme/*/common/media_router*' \ |
| 487 | '|chrome/browser/resources/media_router/' \ |
| 488 | '|chrome/browser/ui/webui/media_router/' \ |
| 489 | '|chrome/test/media_router/', |
| 490 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 491 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 492 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 493 | }, |
| 494 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 495 | 'filepath': 'base/metrics/'\ |
| 496 | '|chrome/browser/metrics/'\ |
| 497 | '|chrome/common/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 498 | '|chrome/browser/chromeos/external_metrics'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 499 | '|chrome/browser/extensions/api/metrics_private/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 500 | '|chrome/browser/ui/webui/metrics_handler'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 501 | '|content/browser/user_metrics.cc'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 502 | '|components/metrics/'\ |
[email protected] | ce6b855a | 2014-03-12 19:51:39 | [diff] [blame] | 503 | '|components/rappor/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 504 | '|components/variations/'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 505 | '|content/public/browser/user_metrics.h'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 506 | # Exclude XML files; in particular, histograms.xml. |
| 507 | '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
| 508 | }, |
| 509 | 'metrics_xml_files': { |
| 510 | # Subscribe to this to watch for changes to histograms.xml. |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 511 | 'filepath': 'tools/metrics/.*\.xml$', |
| 512 | }, |
| 513 | 'midi': { |
| 514 | 'filepath': 'midi', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 515 | }, |
[email protected] | 341f218a | 2013-09-24 22:16:10 | [diff] [blame] | 516 | 'mojo': { |
| 517 | 'filepath': 'mojo', |
| 518 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 519 | 'mouse_lock': { |
| 520 | 'filepath': 'mouse_lock', |
| 521 | }, |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 522 | 'mus': { |
| 523 | 'filepath': 'components/mus/'\ |
| 524 | '|mojo/gles2/'\ |
| 525 | '|mojo/gpu/', |
| 526 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 527 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 528 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 529 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 530 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 531 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 532 | 'native_client_sdk': { |
| 533 | 'filepath': '^native_client_sdk/', |
| 534 | }, |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 535 | 'navigation': { |
| 536 | 'filepath': 'content/browser/frame_host|'\ |
| 537 | 'content/browser/renderer_host/render_process_host.*|'\ |
| 538 | 'content/browser/renderer_host/render_view_host.*|'\ |
| 539 | 'content/browser/web_contents/web_contents_impl.*|'\ |
| 540 | 'content/renderer/render_frame.*|'\ |
| 541 | 'content/renderer/render_view.*' |
| 542 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 543 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 544 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 545 | }, |
| 546 | 'net_error_list': { |
| 547 | 'filepath': 'net/base/net_error_list.h', |
| 548 | }, |
| 549 | 'net_log': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 550 | 'filepath': 'net/base/net_log|' \ |
| 551 | 'chrome/browser/net/.*net_log|' \ |
| 552 | 'chrome/browser/net/passive_log_collector|' \ |
| 553 | 'chrome/browser/resources/net_internals/|' \ |
| 554 | 'chrome/browser/ui/webui/net_internals/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 555 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 556 | 'netinfo': { |
| 557 | 'filepath': 'netinfo', |
| 558 | }, |
rdsmith | 2fcbee8 | 2015-07-22 00:20:13 | [diff] [blame] | 559 | 'network_quality': { |
| 560 | 'filepath': 'net/base/network_quality*', |
| 561 | }, |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 562 | 'notifications': { |
| 563 | 'filepath': 'chrome/browser/extensions/api/notifications/|' \ |
| 564 | 'chrome/browser/notifications/|' \ |
peter | 8ab156b | 2015-03-29 15:44:12 | [diff] [blame] | 565 | 'chrome/test/data/notifications/|' \ |
| 566 | 'content/browser/notifications/|' \ |
| 567 | 'content/child/notifications/|' \ |
| 568 | 'content/common/platform_notification|' \ |
| 569 | 'content/public/browser/platform_notification|' \ |
| 570 | 'content/public/common/platform_notification|' \ |
| 571 | 'content/renderer/notification_|' \ |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 572 | 'ui/message_center/' |
| 573 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 574 | 'npapi_headers': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 575 | 'filepath': 'third_party/npapi/bindings/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 576 | }, |
| 577 | 'ntp': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 578 | 'filepath': 'chrome/browser/resources/ntp4/|'\ |
[email protected] | b7ecd5f | 2013-02-14 21:04:16 | [diff] [blame] | 579 | 'chrome/browser/resources/ntp_android/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 580 | 'chrome/browser/ui/webui/ntp/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 581 | }, |
| 582 | 'omnibox': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 583 | 'filepath': 'chrome/browser/autocomplete/'\ |
| 584 | '|chrome/browser/ui/.*/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 585 | }, |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 586 | 'options': { |
| 587 | 'filepath': 'chrome/browser/resources/options/|'\ |
| 588 | 'chrome/browser/ui/webui/options/', |
| 589 | }, |
[email protected] | 2fc9a7b6 | 2014-04-16 17:10:12 | [diff] [blame] | 590 | 'overview_mode': { |
| 591 | 'filepath': 'ash/wm/overview/', |
| 592 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 593 | 'ozone': { |
[email protected] | f93c2c9 | 2013-10-31 18:22:44 | [diff] [blame] | 594 | 'filepath': 'ui/ozone/|'\ |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 595 | 'ui/events/ozone/|'\ |
| 596 | 'ui/gfx/ozone/|'\ |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 597 | 'ui/gl/gl_.*egl.*|'\ |
| 598 | 'ui/gl/gl_.*ozone.*' |
| 599 | }, |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 600 | 'page_load_metrics' : { |
| 601 | 'filepath': 'components/page_load_metrics/' |
| 602 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 603 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 604 | 'filepath': 'chrome/browser/ui/panels'\ |
| 605 | '|chrome/browser/ui/cocoa/panels'\ |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 606 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 607 | }, |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 608 | 'password_manager': { |
| 609 | 'filepath': 'chrome/.*/password_'\ |
| 610 | '|chrome/browser/ui/passwords'\ |
| 611 | '|chrome/browser/ui/views/passwords'\ |
| 612 | '|chrome/test/data/password'\ |
| 613 | '|components/autofill.*password' |
| 614 | '|components/password_'\ |
| 615 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 616 | 'pepper_api': { |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 617 | 'filepath': 'ppapi/api'\ |
| 618 | '|ppapi/c', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 619 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 620 | 'permissions': { |
| 621 | 'filepath': 'content/(child,browser)/permissions/'\ |
| 622 | '|content/common/permission_*'\ |
| 623 | '|content/public/(common,browser)/permission_*'\ |
| 624 | '|chrome/browser/permissions/'\ |
| 625 | '|chrome/browser/content_settings/permission*'\ |
| 626 | '|permission_context', |
| 627 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 628 | 'plugin': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 629 | 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
Thiago Farina | e067154bb | 2015-05-07 15:37:59 | [diff] [blame] | 630 | 'chrome/common/plugin', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 631 | }, |
tnagel | ad92622a9 | 2015-10-20 10:26:30 | [diff] [blame] | 632 | 'policy_definitions': { |
| 633 | 'filepath': 'components/policy/resources/policy_templates.json', |
| 634 | }, |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 635 | 'polymer': { |
| 636 | 'filepath': 'third_party/polymer/|'\ |
| 637 | 'ui/webui/resources/polymer_resources.grdp', |
| 638 | }, |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 639 | 'precache': { |
| 640 | 'filepath': '[pP]recache' |
| 641 | }, |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 642 | 'predictors': { |
| 643 | 'filepath': 'predictors', |
| 644 | }, |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 645 | 'prepopulated_engines': { |
| 646 | 'filepath': 'components/search_engines/prepopulated_engines.json', |
| 647 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 648 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 649 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 650 | }, |
peter | 884896c7 | 2015-03-12 14:26:20 | [diff] [blame] | 651 | 'push_messaging': { |
| 652 | 'filepath': 'push_messaging' |
| 653 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 654 | 'pyauto': { |
| 655 | 'filepath': 'chrome/test/pyautolib' \ |
| 656 | '|chrome/test/functional' \ |
| 657 | '|chrome/browser/automation/automation_provider_json' |
| 658 | }, |
| 659 | 'remoting': { |
anandc | e1c5537 | 2015-03-04 01:23:10 | [diff] [blame] | 660 | 'filepath': 'remoting/' \ |
| 661 | '|testing/chromoting' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 662 | }, |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 663 | 'rlz_id': { |
| 664 | 'filepath' :'rlz/lib/machine_id.cc|'\ |
| 665 | 'rlz/lib/machine_id.h|'\ |
| 666 | 'rlz/win/lib/machine_id_win.cc', |
| 667 | }, |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 668 | 'safe_browsing': { |
| 669 | 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', |
| 670 | }, |
rickyz | 0a819bfc | 2015-02-04 23:57:22 | [diff] [blame] | 671 | 'sandbox': { |
| 672 | 'filepath': 'sandbox/'\ |
| 673 | '|content/browser/bootstrap_sandbox_mac'\ |
| 674 | '|content/browser/renderer_host/render_sandbox_host_linux'\ |
| 675 | '|content/browser/renderer_host/sandbox_ipc_linux'\ |
| 676 | '|content/browser/zygote_host/'\ |
| 677 | '|content/common/sandbox_'\ |
| 678 | '|content/zygote/'\ |
| 679 | }, |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 680 | 'scheduler': { |
rmcilroy | fa5ac55 | 2015-04-09 12:33:17 | [diff] [blame] | 681 | 'filepath': 'cc/scheduler'\ |
jochen | 83c639f0 | 2015-04-22 17:07:37 | [diff] [blame] | 682 | '|components/scheduler'\ |
rmcilroy | fa5ac55 | 2015-04-09 12:33:17 | [diff] [blame] | 683 | '|content/renderer/scheduler' |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 684 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 685 | 'screen_orientation': { |
| 686 | 'filepath': 'screen_orientation', |
| 687 | }, |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 688 | 'search': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 689 | 'filepath': 'chrome/browser/ui/search/', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 690 | }, |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 691 | 'service_worker': { |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 692 | 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 693 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 694 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 695 | 'filepath': 'content/browser/site_instance|'\ |
| 696 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 697 | }, |
| 698 | 'speech': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 699 | 'filepath': 'chrome/browser/speech/'\ |
| 700 | '|content/browser/speech/'\ |
| 701 | '|content/common/.*speech'\ |
| 702 | '|content/public/.*speech' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 703 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 704 | 'spellcheck': { |
| 705 | 'filepath': 'chrome/browser/spellchecker/'\ |
| 706 | '|chrome/browser/tab_contents/spellchecker'\ |
| 707 | '|chrome/browser/tab_contents/spelling_menu'\ |
| 708 | '|chrome/common/spellcheck_'\ |
| 709 | '|chrome/renderer/spellchecker/'\ |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 710 | '|third_party/hunspell/'\ |
| 711 | '|third_party/hunspell_dictionaries/'\ |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 712 | }, |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 713 | 'streams': { |
| 714 | 'filepath': 'content/browser/streams/', |
| 715 | }, |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 716 | 'supervised_users': { |
| 717 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 718 | '|chrome/browser/.*managed_user'\ |
| 719 | '|chrome/browser/.*supervised_user', |
| 720 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 721 | 'sync': { |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 722 | 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 723 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 724 | 'syncfs': { |
| 725 | 'filepath': 'sync_file_system', |
| 726 | }, |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 727 | 'sync_proto': { |
| 728 | 'filepath': 'sync/protocol/', |
| 729 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 730 | 'tab_capture': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 731 | 'filepath': 'cc/output/copy_output_request'\ |
| 732 | '|chrome/browser/extensions/api/tab_capture/'\ |
| 733 | '|chrome/test/data/extensions/api_test/tab_capture/'\ |
| 734 | '|content/browser/compositor/delegated_frame_host'\ |
| 735 | '|content/browser/media/capture/'\ |
| 736 | '|content/browser/renderer_host/compositing_iosurface'\ |
| 737 | '|content/browser/renderer_host/media/(audio_'\ |
| 738 | '|media_stream_manager|video_)'\ |
| 739 | '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ |
| 740 | '|media/base/video_frame\.h'\ |
| 741 | '|media/video/capture/video_capture_', |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 742 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 743 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 744 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 745 | 'content/browser/tab_contents/|'\ |
| 746 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 747 | }, |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 748 | 'tab_media_indicators': { |
| 749 | 'filepath': 'chrome/browser/media/audio_stream_monitor'\ |
| 750 | '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\ |
| 751 | '|chrome/browser/ui/tabs/tab_utils'\ |
| 752 | '|chrome/browser/ui/views/tabs/tab\.cc'\ |
| 753 | '|chrome/browser/ui/views/tabs/tab_renderer_data'\ |
| 754 | '|media/audio/audio_(output_controller|power_monitor)', |
| 755 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 756 | 'task_manager': { |
| 757 | 'filepath': 'task_manager' |
| 758 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 759 | 'tcmalloc': { |
| 760 | 'filepath': 'third_party/tcmalloc' |
| 761 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 762 | 'telemetry': { |
[email protected] | 5fef30a | 2014-03-12 20:09:19 | [diff] [blame] | 763 | 'filepath': 'tools/perf/|'\ |
| 764 | 'tools/telemetry/' |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 765 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 766 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 767 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 768 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 769 | 'textinput': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 770 | 'filepath': 'content/browser/renderer_host/gtk_im'\ |
| 771 | '|content/browser/renderer_host/gtk_key'\ |
| 772 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 773 | '|content/browser/renderer_host/text_input'\ |
| 774 | '|ui/base/ime/'\ |
| 775 | '|ui/base/gtk/event'\ |
| 776 | '|ui/base/gtk/gtk_im'\ |
| 777 | '|ui/base/keycodes/'\ |
| 778 | '|ui/base/win/ime'\ |
| 779 | '|ui/views/controls/textfield/'\ |
| 780 | '|ui/views/ime/' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 781 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 782 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 783 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 784 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 785 | '|chrome/browser/chromeos/status/input_method'\ |
| 786 | '|chrome/browser/extensions/extension_input_'\ |
| 787 | '|chrome/browser/resources/keyboard'\ |
| 788 | '|chrome/browser/resources/options/language'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 789 | '|chrome/browser/ui/webui/options/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 790 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 791 | '|chrome/browser/ui/webui/options/language'\ |
| 792 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 793 | }, |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 794 | 'timers': { |
| 795 | 'filepath': 'base/timer/'\ |
| 796 | '|components/timers/' |
| 797 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 798 | 'tools': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 799 | 'filepath': 'tools/', |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 800 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 801 | 'tools_emacs': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 802 | 'filepath': 'tools/emacs/', |
[email protected] | 65676d3 | 2012-04-18 14:41:05 | [diff] [blame] | 803 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 804 | 'tracing': { |
| 805 | 'filepath': 'base/debug/trace_event.*'\ |
primiano | bef13b4 | 2015-01-30 15:29:31 | [diff] [blame] | 806 | '|base/trace_event/'\ |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 807 | '|content/browser/tracing/'\ |
| 808 | '|components/tracing/' |
| 809 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 810 | 'ui_compositor': { |
| 811 | 'filepath': 'ui/compositor/layer\.|'\ |
| 812 | 'ui/compositor/layer_unittest|'\ |
| 813 | 'ui/compositor/compositor', |
| 814 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 815 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 816 | 'filepath': 'ui/resources/'\ |
| 817 | '|ui/base/native_theme/resources/'\ |
| 818 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 819 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 820 | 'valgrind': { |
| 821 | 'filepath': 'valgrind', |
| 822 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 823 | 'version_assembly': { |
| 824 | 'filepath': 'chrome/app/version_assembly', |
| 825 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 826 | 'views': { |
| 827 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 828 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 829 | }, |
| 830 | 'views_core': { |
| 831 | 'filepath': 'ui/views/view.h|'\ |
| 832 | 'ui/views/view.cc|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 833 | 'ui/views/widget/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 834 | }, |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 835 | 'views_corewm': { |
| 836 | 'filepath': 'ui/views/corewm/', |
[email protected] | 3fc91814 | 2013-10-12 01:42:17 | [diff] [blame] | 837 | }, |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 838 | 'virtual_keyboard': { |
| 839 | 'filepath': 'ui/keyboard/'\ |
| 840 | 'chrome/test/data/chromeos/virtual_keyboard/'\ |
| 841 | 'chrome/common/extensions/api/virtual_keyboard', |
| 842 | }, |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 843 | 'webrtc_media': { |
| 844 | 'filepath': 'chrome/browser/media/|'\ |
| 845 | 'content/browser/renderer_host/media/|'\ |
[email protected] | 7009805 | 2014-07-01 08:58:10 | [diff] [blame] | 846 | 'content/common/gpu/media/|'\ |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 847 | 'content/renderer/media/|'\ |
mcasas | fec6c75 | 2014-11-11 13:25:58 | [diff] [blame] | 848 | 'media/base/android/|'\ |
mcasas | a5584a0 | 2015-09-11 21:15:28 | [diff] [blame] | 849 | 'media/capture/|'\ |
mcasas | 5302494 | 2014-11-11 12:59:28 | [diff] [blame] | 850 | 'video.*_accelerat', |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 851 | }, |
phoglund | fad6cac | 2015-06-02 09:21:26 | [diff] [blame] | 852 | 'webrtc_browser_tests': { |
| 853 | 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ |
| 854 | 'content/browser/media/.*webrtc.*browsertest', |
| 855 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 856 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 857 | 'filepath': 'chrome/browser/content_settings/'\ |
| 858 | '|chrome/browser/ui/views/website_settings/'\ |
| 859 | '|chrome/browser/ui/website_settings/'\ |
mukai | 077089f | 2014-09-11 18:41:52 | [diff] [blame] | 860 | '|chrome/common/content_settings'\ |
| 861 | '|components/content_settings/', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 862 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 863 | 'windows_sandboxing': { |
| 864 | 'filepath': 'sandbox/win/', |
| 865 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 866 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 867 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 868 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 869 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 870 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 871 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 872 | '|chrome/browser/chromeos/wm_' \ |
| 873 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 874 | }, |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 875 | 'zoom': { |
| 876 | 'filepath': 'chrome/browser/ui/zoom/' \ |
| 877 | '|components/ui/zoom/' \ |
| 878 | '|content/browser/host_zoom_*' \ |
| 879 | '|content/browser/storage_partition_impl*' \ |
| 880 | '|content/public/browser/host_zoom_map.h' \ |
| 881 | '|content/public/browser/storage_partition.h' |
| 882 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 883 | |
| 884 | 'blink': { |
| 885 | 'filepath': 'third_party/WebKit/', |
| 886 | }, |
| 887 | 'blink_accessibility': { |
| 888 | 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)' |
| 889 | }, |
| 890 | 'blink_animation': { |
| 891 | 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)', |
| 892 | }, |
| 893 | 'blink_app_banner': { |
| 894 | 'filepath': 'third_party/WebKit/Source/modules/app_banner' \ |
| 895 | '|third_party/WebKit/public/platform/modules/app_banner', |
| 896 | }, |
| 897 | 'blink_audio': { |
| 898 | 'filepath': 'third_party/WebKit/Source/platform/audio' \ |
| 899 | '|third_party/WebKit/Source/modules/webaudio', |
| 900 | }, |
| 901 | 'blink_battery_status': { |
| 902 | 'filepath': 'third_party/WebKit/Source/modules/battery/' \ |
| 903 | '|third_party/WebKit/LayoutTests/battery-status/' \ |
| 904 | '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' |
| 905 | }, |
| 906 | 'blink_bidi': { |
| 907 | 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \ |
| 908 | '|third_party/WebKit/Source/core/rendering/.*Bidi', |
| 909 | }, |
| 910 | 'blink_bindings': { |
| 911 | 'filepath': 'third_party/WebKit/Source/bindings', |
| 912 | }, |
| 913 | 'blink_bluetooth': { |
| 914 | 'filepath': 'third_party/WebKit/.*[Bb]luetooth' |
| 915 | }, |
| 916 | 'blink_canvas2d': { |
| 917 | 'filepath': 'third_party/WebKit/Source/core/html/canvas' \ |
| 918 | '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \ |
| 919 | '|third_party/WebKit/Source/modules/canvas2d' \ |
| 920 | '|third_party/WebKit/Source/platform/graphics/Canvas2D', |
| 921 | }, |
| 922 | 'blink_clipboard': { |
| 923 | 'filepath': 'third_party/WebKit/Source/core/clipboard' \ |
| 924 | '|third_party/WebKit/Source/core/page/.*Drag' \ |
| 925 | '|third_party/WebKit/Source/platform/.*Drag' \ |
| 926 | '|third_party/WebKit/Source/platform/clipboard' \ |
| 927 | '|third_party/WebKit/Source/web/.*Drag' \ |
| 928 | '|third_party/WebKit/public/platform/.*Drag' \ |
| 929 | '|third_party/WebKit/public/web/.*Drag', |
| 930 | }, |
| 931 | 'blink_content_security_policy': { |
| 932 | 'filepath': 'third_party/WebKit/Source/core/frame/csp' \ |
| 933 | '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \ |
| 934 | '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy' |
| 935 | }, |
| 936 | 'blink_css': { |
| 937 | 'filepath': 'third_party/WebKit/Source/core/css', |
| 938 | }, |
| 939 | 'blink_css_grid_layout': { |
| 940 | 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \ |
| 941 | '|third_party/WebKit/Source/core/paint/.*Grid' \ |
| 942 | '|third_party/WebKit/Source/core/css/.*Grid' \ |
| 943 | '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \ |
| 944 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \ |
| 945 | '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \ |
| 946 | '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/' |
| 947 | }, |
| 948 | 'blink_css_flexbox': { |
| 949 | 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \ |
| 950 | '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \ |
| 951 | '|third_party/WebKit/LayoutTests/css3/flexbox/' \ |
| 952 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/' |
| 953 | }, |
| 954 | 'blink_css_fragmentation_tests': { |
| 955 | 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \ |
| 956 | '|third_party/WebKit/LayoutTests/fast/pagination/' |
| 957 | }, |
| 958 | 'blink_css_regions': { |
| 959 | 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \ |
| 960 | '|third_party/WebKit/Source/core/dom/NodeRendering' \ |
| 961 | '|third_party/WebKit/Source/core/dom/.*NamedFlow' \ |
| 962 | '|third_party/WebKit/Source/core/css/.*Region' \ |
| 963 | '|third_party/WebKit/LayoutTests/compositing/regions/' \ |
| 964 | '|third_party/WebKit/LayoutTests/fast/regions/' \ |
| 965 | '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/' |
| 966 | }, |
| 967 | 'blink_custom_elements': { |
| 968 | 'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \ |
| 969 | '|third_party/WebKit/Source/bindings/v8/.*CustomElement', |
| 970 | }, |
| 971 | 'blink_device_light': { |
| 972 | 'filepath': 'third_party/WebKit/Source/modules/device_light/' \ |
| 973 | '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/' |
| 974 | }, |
| 975 | 'blink_device_orientation': { |
| 976 | 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \ |
| 977 | '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \ |
| 978 | '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \ |
| 979 | '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \ |
| 980 | '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController' |
| 981 | }, |
| 982 | 'blink_devtools': { |
| 983 | 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)', |
| 984 | }, |
| 985 | 'blink_dom': { |
| 986 | 'filepath': 'third_party/WebKit/Source/core/dom/' |
| 987 | }, |
| 988 | 'blink_events': { |
| 989 | 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \ |
| 990 | '|third_party/WebKit/Source/core/dom/.*Event' \ |
| 991 | '|third_party/WebKit/Source/core/css/.*Event' \ |
| 992 | '|third_party/WebKit/Source/platform/.*Event' |
| 993 | }, |
| 994 | 'blink_fetch': { |
| 995 | 'filepath': 'third_party/WebKit/Source/core/fetch', |
| 996 | }, |
| 997 | 'blink_heap': { |
| 998 | 'filepath': 'third_party/WebKit/Source/platform/heap' \ |
| 999 | '|third_party/WebKit/Source/wtf/Partition.*' |
| 1000 | }, |
| 1001 | 'blink_html': { |
| 1002 | 'filepath': 'third_party/WebKit/Source/core/html/' |
| 1003 | }, |
| 1004 | 'blink_loader': { |
| 1005 | 'filepath': 'third_party/WebKit/Source/core/loader', |
| 1006 | }, |
| 1007 | 'blink_notifications': { |
| 1008 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \ |
| 1009 | '|third_party/WebKit/Source/modules/notifications' \ |
| 1010 | '|third_party/WebKit/public/platform/modules/notifications' |
| 1011 | }, |
| 1012 | 'blink_owners': { |
| 1013 | 'filepath': 'third_party/WebKit/.*OWNERS', |
| 1014 | }, |
| 1015 | 'blink_paint': { |
| 1016 | 'filepath': 'third_party/WebKit/Source/core/paint/' |
| 1017 | }, |
| 1018 | 'blink_permissions': { |
| 1019 | 'filepath': 'third_party/WebKit/Source/modules/permissions/' \ |
| 1020 | '|third_party/WebKit/public/platform/modules/permissions/', |
| 1021 | }, |
| 1022 | 'blink_preloadScanner': { |
| 1023 | 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner', |
| 1024 | }, |
| 1025 | 'blink_public_api': { |
| 1026 | 'filepath': 'third_party/WebKit/public' |
| 1027 | }, |
| 1028 | 'blink_push_messaging': { |
| 1029 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \ |
| 1030 | '|third_party/WebKit/Source/modules/push_messaging' \ |
| 1031 | '|third_party/WebKit/public/platform/modules/push_messaging' |
| 1032 | }, |
| 1033 | 'blink_platform_graphics': { |
| 1034 | 'filepath': 'third_party/WebKit/Source/platform/fonts' \ |
| 1035 | '|third_party/WebKit/Source/platform/geometry' \ |
| 1036 | '|third_party/WebKit/Source/platform/graphics' |
| 1037 | }, |
| 1038 | 'blink_indexed_db': { |
| 1039 | 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \ |
| 1040 | '|third_party/WebKit/Source/web/.*IDB' \ |
| 1041 | '|third_party/WebKit/LayoutTests/storage/indexeddb' \ |
| 1042 | '|third_party/WebKit/public/platform/.*IDB' |
| 1043 | }, |
| 1044 | 'blink_layout': { |
| 1045 | 'filepath': 'third_party/WebKit/Source/core/layout' \ |
| 1046 | '|third_party/WebKit/Source/core/rendering' |
| 1047 | }, |
| 1048 | 'blink_layers': { |
| 1049 | 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \ |
| 1050 | '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \ |
| 1051 | '|third_party/WebKit/Source/core/layout/Layer' |
| 1052 | }, |
| 1053 | 'blink_prerender': { |
| 1054 | 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)' |
| 1055 | }, |
| 1056 | 'blink_client_hints': { |
| 1057 | 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \ |
| 1058 | '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \ |
| 1059 | '|third_party/WebKit/Source/core/fetch/FetchContext*' \ |
| 1060 | '|third_party/WebKit/Source/core/fetch/ImageResource*' \ |
| 1061 | '|third_party/WebKit/Source/core/fetch/ResourceFetcher*' |
| 1062 | }, |
| 1063 | 'blink_track': { |
| 1064 | 'filepath': 'third_party/WebKit/Source/core/html/track/' \ |
| 1065 | '|third_party/WebKit/Source/core/loader/TextTrack' \ |
| 1066 | '|third_party/WebKit/Source/core/html/HTMLMediaElement' \ |
| 1067 | '|third_party/WebKit/Source/core/html/HTMLTrackElement' \ |
| 1068 | '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ |
| 1069 | '|third_party/WebKit/Source/core/css/mediaControl' \ |
| 1070 | '|third_party/WebKit/LayoutTests/media/track/' |
| 1071 | }, |
| 1072 | 'blink_media': { |
| 1073 | 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \ |
| 1074 | '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \ |
| 1075 | '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ |
| 1076 | '|third_party/WebKit/Source/core/layout/LayoutMedia' \ |
| 1077 | '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \ |
| 1078 | '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \ |
| 1079 | '|third_party/WebKit/Source/platform/drm/' \ |
| 1080 | '|third_party/WebKit/Source/platform/graphics/media/' \ |
| 1081 | '|third_party/WebKit/Source/web/.*Media' \ |
| 1082 | '|third_party/WebKit/LayoutTests/media/' \ |
| 1083 | '|third_party/WebKit/public/.*Media' |
| 1084 | }, |
| 1085 | 'blink_media_queries': { |
| 1086 | 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \ |
| 1087 | '|third_party/WebKit/Source/core/css/MediaList' \ |
| 1088 | '|third_party/WebKit/Source/core/css/MediaQuery' \ |
| 1089 | '|third_party/WebKit/Source/core/css/parser/MediaQuery' |
| 1090 | }, |
| 1091 | 'blink_navigator_content_utils': { |
| 1092 | 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \ |
| 1093 | '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils' |
| 1094 | }, |
| 1095 | 'blink_out_of_process_frames': { |
| 1096 | 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \ |
| 1097 | '|third_party/WebKit/Source/web/WebFrame' \ |
| 1098 | '|third_party/WebKit/Source/web/WebRemoteFrameImpl' |
| 1099 | }, |
| 1100 | 'blink_fileapi': { |
| 1101 | 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \ |
| 1102 | '|third_party/WebKit/Source/core/fileapi/' \ |
| 1103 | '|third_party/WebKit/Source/platform/.*File' \ |
| 1104 | '|third_party/WebKit/Source/web/.*File' \ |
| 1105 | '|third_party/WebKit/LayoutTests/fast/file' \ |
| 1106 | '|third_party/WebKit/public/.*File' |
| 1107 | }, |
| 1108 | 'blink_quota': { |
| 1109 | 'filepath': 'third_party/WebKit/Source/modules/quota/' \ |
| 1110 | '|third_party/WebKit/Source/web/.*Quota' \ |
| 1111 | '|third_party/WebKit/public/.*Quota' |
| 1112 | }, |
| 1113 | 'blink_mediastream': { |
| 1114 | 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \ |
| 1115 | '|third_party/WebKit/Source/platform/mediastream/' \ |
| 1116 | '|third_party/WebKit/Source/platform/exported/WebMediaStream' \ |
| 1117 | '|third_party/WebKit/Source/platform/exported/WebRTC' \ |
| 1118 | '|third_party/WebKit/LayoutTests/fast/mediastream/' |
| 1119 | }, |
| 1120 | 'blink_geolocation': { |
| 1121 | 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \ |
| 1122 | '|third_party/WebKit/Source/modules/geolocation/' \ |
| 1123 | '|third_party/WebKit/Source/web/.*Geolocation' \ |
| 1124 | '|third_party/WebKit/public/web/.*Geolocation' |
| 1125 | }, |
| 1126 | 'blink_htmlparser': { |
| 1127 | 'filepath': 'third_party/WebKit/Source/core/html/parser/' |
| 1128 | }, |
| 1129 | 'blink_screen_orientation': { |
| 1130 | 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \ |
| 1131 | '|third_party/WebKit/public/platform/modules/screen_orientation', |
| 1132 | }, |
| 1133 | 'blink_scheduler': { |
| 1134 | 'filepath': 'third_party/WebKit/Source/platform/scheduler' \ |
| 1135 | '|third_party/WebKit/Source/core/html/parser/.*Scheduler' |
| 1136 | }, |
| 1137 | 'blink_serviceworkers' : { |
| 1138 | 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \ |
| 1139 | '|third_party/WebKit/LayoutTests/http/tests/serviceworker' |
| 1140 | }, |
| 1141 | 'blink_serviceworkers_tests' : { |
| 1142 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' |
| 1143 | }, |
| 1144 | 'blink_sheriff_o_matic' : { |
| 1145 | 'filepath': 'third_party/WebKit/Tools/GardeningServer' |
| 1146 | }, |
| 1147 | 'blink_spellcheck' : { |
| 1148 | 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck' |
| 1149 | }, |
| 1150 | 'blink_style': { |
| 1151 | 'filepath': 'third_party/WebKit/.*(style/|Style)', |
| 1152 | }, |
| 1153 | 'blink_svg': { |
| 1154 | 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg', |
| 1155 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1156 | 'blink_vibration': { |
| 1157 | 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \ |
| 1158 | '|third_party/WebKit/Source/modules/vibration/' |
| 1159 | }, |
| 1160 | 'blink_viewport_interaction': { |
| 1161 | 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \ |
| 1162 | '|third_party/WebKit/Source/core/dom/ViewportArguments' \ |
| 1163 | '|third_party/WebKit/Source/core/html/HTMLMetaElement' \ |
| 1164 | '|third_party/WebKit/Source/core/page/FrameView' \ |
| 1165 | '|third_party/WebKit/Source/core/page/scrolling' |
| 1166 | }, |
| 1167 | 'blink_w3ctests': { |
| 1168 | 'filepath': 'third_party/WebKit/LayoutTests/imported/' \ |
| 1169 | '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/' |
| 1170 | }, |
| 1171 | 'blink_web_idl': { |
| 1172 | 'filepath': 'third_party/WebKit/Source/core/.*\.idl' |
| 1173 | }, |
| 1174 | 'blink_webcomponents': { |
| 1175 | 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \ |
| 1176 | '|third_party/WebKit/Source/core/dom/custom/' \ |
| 1177 | '|third_party/WebKit/Source/core/html/imports/' \ |
| 1178 | '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \ |
| 1179 | '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers' |
| 1180 | }, |
| 1181 | 'blink_webp': { |
| 1182 | 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \ |
| 1183 | '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP' |
| 1184 | }, |
| 1185 | 'blink_websockets': { |
| 1186 | 'filepath': 'third_party/WebKit/Source/modules/websockets/' |
| 1187 | }, |
| 1188 | 'blink_workers': { |
| 1189 | 'filepath': 'third_party/WebKit/Source/core/workers', |
| 1190 | }, |
| 1191 | 'blink_wtf': { |
| 1192 | 'filepath': 'third_party/WebKit/Source/wtf', |
| 1193 | }, |
| 1194 | 'blink_xmlhttprequest': { |
| 1195 | 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' |
tfarina | d21f947 | 2015-10-13 18:36:01 | [diff] [blame] | 1196 | }, |
| 1197 | 'test_runner': { |
| 1198 | 'filepath': 'components/test_runner/' \ |
| 1199 | '|content/shell/(common|browser|renderer)/layout_test/' \ |
| 1200 | '|content/test/layouttest_support.cc' \ |
| 1201 | '|content/public/test/layouttest_support.h' \ |
| 1202 | '|components/html_viewer/layout_test*' \ |
| 1203 | '|components/html_viewer/web_test_delegate_impl.*' |
| 1204 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1205 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 1206 | |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1207 | 'WATCHLISTS': { |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1208 | 'about_flags': ['[email protected]'], |
mazda | 6471d0e | 2015-10-02 06:32:55 | [diff] [blame] | 1209 | 'accelerator_table': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1210 | '[email protected]'], |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1211 | 'accessibility': ['[email protected]', |
| 1212 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1213 | '[email protected]', |
je_julie.kim | a170bac | 2015-05-06 14:57:54 | [diff] [blame] | 1214 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1215 | '[email protected]', |
[email protected] | bc72bbfc | 2013-10-21 23:08:16 | [diff] [blame] | 1216 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1217 | '[email protected]'], |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 1218 | 'activity_log': ['[email protected]'], |
[email protected] | 5c6d3b2 | 2014-06-27 13:11:13 | [diff] [blame] | 1219 | 'android_infra': ['[email protected]', |
jbudorick | 9b89b5f | 2014-11-05 21:13:08 | [diff] [blame] | 1220 | '[email protected]', |
mikecase | c0ea086 | 2015-10-24 00:14:32 | [diff] [blame] | 1221 | '[email protected]', |
| 1222 | '[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1223 | 'android_media': ['[email protected]', |
| 1224 | '[email protected]'], |
[email protected] | c9ae7a3 | 2014-03-31 22:18:59 | [diff] [blame] | 1225 | 'android_tab': ['[email protected]', '[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 1226 | 'android_webview': ['[email protected]'], |
benwells | e9e22c2 | 2015-03-26 20:26:14 | [diff] [blame] | 1227 | 'app_list': ['[email protected]', |
| 1228 | '[email protected]', |
| 1229 | '[email protected]'], |
| 1230 | 'app_shortcuts': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1231 | 'appcache': ['[email protected]'], |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 1232 | 'apps': ['[email protected]', '[email protected]'], |
ben | 0ee290d0 | 2014-10-28 00:02:52 | [diff] [blame] | 1233 | 'ash': ['[email protected]', |
| 1234 | '[email protected]'], |
| 1235 | 'aura': ['[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 1236 | '[email protected]'], |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 1237 | 'aura_compositor': ['[email protected]', |
| 1238 | '[email protected]', |
| 1239 | '[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 1240 | '[email protected]', |
| 1241 | '[email protected]'], |
sullivan | 0171e3c | 2015-03-03 18:47:21 | [diff] [blame] | 1242 | 'auto_bisect': ['[email protected]'], |
bondd | 355e0f6 | 2015-08-24 23:54:42 | [diff] [blame] | 1243 | 'autofill': ['[email protected]', |
| 1244 | '[email protected]', |
jdonnelly | 40d5545 | 2015-08-31 19:37:03 | [diff] [blame] | 1245 | '[email protected]', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame^] | 1246 | '[email protected]', |
| 1247 | '[email protected]'], |
[email protected] | 121773a | 2013-06-07 22:02:33 | [diff] [blame] | 1248 | 'automation': ['[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1249 | 'background_sync': ['[email protected]'], |
vmpstr | eeb843a | 2015-10-15 18:23:00 | [diff] [blame] | 1250 | 'base': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1251 | 'base_allocator': ['[email protected]', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1252 | '[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 1253 | 'base_memory': ['[email protected]'], |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 1254 | 'base_win': ['[email protected]', '[email protected]'], |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 1255 | 'battery_status': ['[email protected]'], |
nyquist | 0af49ad | 2015-09-16 19:22:35 | [diff] [blame] | 1256 | 'blimp' : ['[email protected]', |
| 1257 | '[email protected]', |
| 1258 | '[email protected]', |
sriramsr | 93d8420 | 2015-10-08 00:06:15 | [diff] [blame] | 1259 | '[email protected]', |
| 1260 | '[email protected]', |
| 1261 | '[email protected]'], |
noyau | c7f9ea39 | 2014-11-26 11:24:48 | [diff] [blame] | 1262 | 'bookmarks': ['[email protected]', '[email protected]'], |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 1263 | 'browser_chromeos': ['[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 1264 | 'browser_components': ['[email protected]'], |
[email protected] | 466af5e | 2013-08-01 19:53:44 | [diff] [blame] | 1265 | 'browser_compositor': ['[email protected]', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 1266 | '[email protected]'], |
[email protected] | 17a2fba | 2013-02-07 18:46:57 | [diff] [blame] | 1267 | 'browser_resources': ['[email protected]'], |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 1268 | 'browsing_data': ['[email protected]'], |
rouslan | 8d6a837 | 2015-09-10 19:10:10 | [diff] [blame] | 1269 | 'bubble': ['[email protected]', |
| 1270 | '[email protected]', |
| 1271 | '[email protected]', |
| 1272 | '[email protected]'], |
nhiroki | 58623d3 | 2015-04-27 07:10:11 | [diff] [blame] | 1273 | 'cache_storage': ['[email protected]', '[email protected]'], |
[email protected] | c9ae7a3 | 2014-03-31 22:18:59 | [diff] [blame] | 1274 | 'cast': ['[email protected]', |
[email protected] | 479180d2 | 2014-03-11 09:47:34 | [diff] [blame] | 1275 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 1276 | '[email protected]', |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 1277 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 1278 | '[email protected]', |
| 1279 | '[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 1280 | 'cc': ['[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 1281 | 'chrome_elf': ['[email protected]',], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 1282 | 'chrome_views': ['[email protected]'], |
halliwell | fa56b3a4 | 2015-09-04 21:42:57 | [diff] [blame] | 1283 | 'chromecast': ['[email protected]', |
| 1284 | '[email protected]', |
| 1285 | '[email protected]'], |
stgao | cea5a9c | 2015-05-29 22:31:39 | [diff] [blame] | 1286 | 'chromedriver': ['[email protected]'], |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 1287 | 'chromeos' : ['[email protected]'], |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 1288 | 'chromeos_attestation' : ['[email protected]'], |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 1289 | 'chromeos_calculator' : ['[email protected]'], |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 1290 | 'chromeos_dbus': ['[email protected]'], |
[email protected] | 2a66f575 | 2013-11-26 04:34:02 | [diff] [blame] | 1291 | 'chromeos_net' : ['[email protected]'], |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 1292 | 'chromeos_power' : ['[email protected]'], |
achuith | d0c0911d | 2015-09-02 11:25:55 | [diff] [blame] | 1293 | 'chromeos_login' : ['[email protected]', |
| 1294 | '[email protected]'], |
[email protected] | e8af07b | 2013-02-13 19:21:25 | [diff] [blame] | 1295 | 'clang_update': ['[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 1296 | '[email protected]', |
| 1297 | '[email protected]', |
hans | 5aeb7d1 | 2015-09-29 20:50:35 | [diff] [blame] | 1298 | '[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 1299 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1300 | 'clipboard': ['[email protected]'], |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 1301 | 'closure': ['[email protected]', |
jlklein | 8cc17cb | 2015-05-14 01:35:10 | [diff] [blame] | 1302 | '[email protected]', |
| 1303 | '[email protected]'], |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 1304 | 'components_deps': ['[email protected]', |
| 1305 | '[email protected]', |
| 1306 | '[email protected]'], |
[email protected] | 7bdda28 | 2014-03-27 16:30:59 | [diff] [blame] | 1307 | 'content': ['[email protected]', |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 1308 | '[email protected]' ], |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 1309 | 'content_bluetooth': ['[email protected]'], |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 1310 | 'content_loader': ['[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 1311 | 'content_renderer': [ '[email protected]', |
| 1312 | '[email protected]'], |
mkwst | 75a31a4 | 2014-09-14 18:32:53 | [diff] [blame] | 1313 | 'content_shell': ['[email protected]', |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 1314 | '[email protected]', |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 1315 | '[email protected]', |
| 1316 | '[email protected]'], |
nhiroki | 90ba010 | 2015-07-21 01:42:24 | [diff] [blame] | 1317 | 'content_worker': ['[email protected]', |
| 1318 | '[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1319 | 'deep_memory_profiler': ['[email protected]'], |
Bartosz Fabianowski | 85a82381 | 2015-04-16 10:27:51 | [diff] [blame] | 1320 | 'device_bluetooth': ['[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 1321 | 'device_sensors': ['[email protected]', |
| 1322 | '[email protected]', |
| 1323 | '[email protected]', |
| 1324 | '[email protected]'], |
scheib | abdd7d3 | 2015-02-11 22:13:08 | [diff] [blame] | 1325 | 'developer_recommended_flags': ['[email protected]'], |
yurys | a0fccaa | 2015-10-26 22:47:10 | [diff] [blame] | 1326 | 'devtools': ['[email protected]', '[email protected]'], |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 1327 | 'disk_cache': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1328 | 'dns': ['[email protected]'], |
benjhayden | dd24d5a64 | 2015-10-05 18:19:51 | [diff] [blame] | 1329 | 'download': ['[email protected]'], |
| 1330 | 'downloads_ui': ['[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 1331 | 'drive': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 1332 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 1333 | 'eme': ['[email protected]'], |
peter | 9fa533255 | 2014-11-26 15:24:13 | [diff] [blame] | 1334 | 'enhanced_bookmarks': ['[email protected]'], |
jdduke | 7edf3ca4 | 2015-10-26 18:20:01 | [diff] [blame] | 1335 | 'events': ['[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 1336 | 'extension': ['[email protected]', |
| 1337 | '[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 1338 | 'fileapi': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 1339 | '[email protected]', |
| 1340 | '[email protected]'], |
yoshiki | 1c0ba278 | 2014-12-08 07:04:26 | [diff] [blame] | 1341 | 'filebrowse': ['[email protected]'], |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 1342 | 'filesapp': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1343 | 'ftp': ['[email protected]'], |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 1344 | 'gcm': ['[email protected]'], |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 1345 | 'gcm_crypto': ['[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 1346 | 'geolocation': ['[email protected]', |
| 1347 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1348 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 1349 | 'gfx_image': ['[email protected]'], |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 1350 | 'gn': ['[email protected]'], |
[email protected] | a615910 | 2013-11-08 23:21:52 | [diff] [blame] | 1351 | 'gpu': ['[email protected]'], |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 1352 | 'history_ui': ['[email protected]', '[email protected]'], |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 1353 | 'hotword': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1354 | 'i18n': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1355 | 'importer': ['[email protected]'], |
[email protected] | 8b25056 | 2014-08-12 19:07:45 | [diff] [blame] | 1356 | 'indexed_db': ['[email protected]', |
[email protected] | 55a6225 | 2014-07-18 17:35:28 | [diff] [blame] | 1357 | '[email protected]', '[email protected]'], |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1358 | 'installer': ['[email protected]', '[email protected]'], |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 1359 | 'installer_linux': [ '[email protected]'], |
[email protected] | f2079e1 | 2013-06-05 00:26:37 | [diff] [blame] | 1360 | 'instant': ['[email protected]', '[email protected]', |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 1361 | '[email protected]', '[email protected]', |
[email protected] | b1ac652d9b | 2013-05-03 16:25:04 | [diff] [blame] | 1362 | '[email protected]', '[email protected]', |
[email protected] | 2cefb69 | 2013-05-14 20:20:38 | [diff] [blame] | 1363 | '[email protected]', '[email protected]', |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 1364 | '[email protected]', '[email protected]'], |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 1365 | 'ios_chrome': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1366 | 'ipc': ['[email protected]', '[email protected]'], |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame^] | 1367 | 'login': ['[email protected]'], |
urvang | 41c8f9b | 2015-01-16 00:42:46 | [diff] [blame] | 1368 | 'libwebp': ['[email protected]', '[email protected]', |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 1369 | '[email protected]', '[email protected]'], |
johannkoenig | 5238138 | 2015-09-18 22:35:25 | [diff] [blame] | 1370 | 'libvpx': ['[email protected]', '[email protected]', |
| 1371 | '[email protected]', '[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 1372 | 'linux_fonts': ['[email protected]'], |
[email protected] | 6d7e0bf | 2014-07-28 22:30:40 | [diff] [blame] | 1373 | 'linux_sandboxing': ['[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 1374 | 'linux_seccomp_bpf': ['[email protected]'], |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 1375 | 'supervised_users': ['[email protected]'], |
penghuang | 7d46021 | 2015-07-21 20:25:06 | [diff] [blame] | 1376 | 'mandoline': ['[email protected]', |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 1377 | '[email protected]', |
| 1378 | '[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1379 | 'manifest': ['[email protected]'], |
dbeam | 7a73456 | 2015-09-15 18:23:17 | [diff] [blame] | 1380 | 'md_settings': ['[email protected]', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 1381 | '[email protected]', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 1382 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1383 | 'media': ['[email protected]'], |
tommycli | 5dee917 | 2015-06-18 19:36:56 | [diff] [blame] | 1384 | 'media_galleries': ['[email protected]', '[email protected]'], |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1385 | 'media_router': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1386 | 'message_loop': ['[email protected]'], |
isherman | 1eee6f1 | 2014-12-09 02:14:30 | [diff] [blame] | 1387 | 'metrics': ['[email protected]'], |
[email protected] | 1d8899ee | 2014-06-10 20:58:12 | [diff] [blame] | 1388 | 'metrics_xml_files': ['[email protected]'], |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 1389 | 'midi': ['[email protected]'], |
[email protected] | c3830c62 | 2013-10-10 22:00:00 | [diff] [blame] | 1390 | 'mojo': ['[email protected]', |
[email protected] | 62bbe81 | 2013-10-24 22:24:16 | [diff] [blame] | 1391 | '[email protected]', |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 1392 | '[email protected]', |
[email protected] | 3bf40cb | 2013-10-11 19:10:49 | [diff] [blame] | 1393 | '[email protected]', |
[email protected] | 0f79ff6 | 2014-04-25 23:35:53 | [diff] [blame] | 1394 | '[email protected]', |
[email protected] | 84003af | 2014-05-02 09:37:13 | [diff] [blame] | 1395 | '[email protected]', |
| 1396 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1397 | 'mouse_lock': ['[email protected]'], |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 1398 | 'mus': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1399 | 'nacl': ['[email protected]'], |
[email protected] | cfe8004 | 2014-04-14 22:11:54 | [diff] [blame] | 1400 | 'native_client_sdk': ['[email protected]', '[email protected]'], |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 1401 | 'navigation': ['[email protected]', '[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 1402 | 'net': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1403 | 'net_error_list': ['[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1404 | 'netinfo': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1405 | 'net_log': ['[email protected]', '[email protected]'], |
rdsmith | 2fcbee8 | 2015-07-22 00:20:13 | [diff] [blame] | 1406 | 'network_quality': ['[email protected]'], |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 1407 | 'notifications': ['[email protected]', |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 1408 | '[email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 1409 | 'npapi_headers': ['[email protected]'], |
Evan Stade | 459d1666 | 2015-07-07 17:04:57 | [diff] [blame] | 1410 | 'ntp': ['[email protected]', |
[email protected] | 0bce10776 | 2012-11-27 11:42:54 | [diff] [blame] | 1411 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1412 | 'omnibox': ['[email protected]'], |
michaelpg | f6260fbd | 2015-02-06 17:59:35 | [diff] [blame] | 1413 | 'options': ['[email protected]', |
| 1414 | '[email protected]'], |
[email protected] | 2fc9a7b6 | 2014-04-16 17:10:12 | [diff] [blame] | 1415 | 'overview_mode': ['[email protected]'], |
Evan Stade | b873f1a | 2014-09-09 00:57:32 | [diff] [blame] | 1416 | 'ozone': ['[email protected]', '[email protected]'], |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 1417 | 'page_load_metrics' : ['[email protected]', |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 1418 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1419 | 'panels': ['[email protected]', '[email protected]', |
| 1420 | '[email protected]', '[email protected]'], |
mkwst | b0a0ccfb | 2014-10-23 12:53:25 | [diff] [blame] | 1421 | 'password_manager': ['[email protected]', |
vabr | 57d7610 | 2015-04-16 09:48:51 | [diff] [blame] | 1422 | '[email protected]', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame^] | 1423 | '[email protected]'], |
bradnelson | 3fdc28cb | 2015-01-23 20:03:25 | [diff] [blame] | 1424 | 'pepper_api': ['[email protected]', |
| 1425 | '[email protected]', '[email protected]', |
raymes | f508463 | 2015-07-02 07:14:15 | [diff] [blame] | 1426 | '[email protected]', '[email protected]', |
| 1427 | '[email protected]', '[email protected]'], |
kcarattini | 72f4fe2 | 2015-10-14 22:58:06 | [diff] [blame] | 1428 | 'permissions': ['[email protected]', |
| 1429 | '[email protected]'], |
stuartmorgan | f8c13292 | 2015-01-23 14:45:34 | [diff] [blame] | 1430 | 'plugin': ['[email protected]'], |
tnagel | ad92622a9 | 2015-10-20 10:26:30 | [diff] [blame] | 1431 | 'policy_definitions': ['[email protected]'], |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 1432 | 'polymer': ['[email protected]'], |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 1433 | 'precache': ['[email protected]'], |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 1434 | 'predictors': ['[email protected]'], |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 1435 | 'prepopulated_engines': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1436 | 'prerender': ['[email protected]', '[email protected]', |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1437 | '[email protected]', '[email protected]'], |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 1438 | 'push_messaging': ['[email protected]', '[email protected]', |
mvanouwerkerk | e9ef38b0 | 2015-04-17 14:38:58 | [diff] [blame] | 1439 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1440 | 'pyauto': ['[email protected]', |
[email protected] | 4f788fd | 2012-10-10 21:43:38 | [diff] [blame] | 1441 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1442 | '[email protected]'], |
[email protected] | c388759 | 2014-02-06 20:02:25 | [diff] [blame] | 1443 | 'remoting': ['[email protected]'], |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 1444 | 'rlz_id': ['[email protected]', |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 1445 | '[email protected]'], |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 1446 | 'safe_browsing': ['[email protected]'], |
rickyz | 0a819bfc | 2015-02-04 23:57:22 | [diff] [blame] | 1447 | 'sandbox': ['[email protected]'], |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 1448 | 'scheduler': ['[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1449 | 'screen_orientation': ['[email protected]'], |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1450 | 'service_worker': ['[email protected]', |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 1451 | '[email protected]', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1452 | '[email protected]', |
[email protected] | dd864bc | 2014-02-24 23:04:09 | [diff] [blame] | 1453 | '[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 1454 | '[email protected]', |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 1455 | '[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 1456 | '[email protected]'], |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 1457 | 'site_instance': ['[email protected]', '[email protected]', |
| 1458 | '[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1459 | 'spellcheck': ['[email protected]', |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 1460 | '[email protected]', |
rouslan | 8d6a837 | 2015-09-10 19:10:10 | [diff] [blame] | 1461 | '[email protected]'], |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 1462 | 'streams': ['[email protected]'], |
zea | 2b40a929 | 2014-10-09 16:45:25 | [diff] [blame] | 1463 | 'sync': ['[email protected]', |
maxbogue | e0237218 | 2014-11-13 00:42:22 | [diff] [blame] | 1464 | '[email protected]', |
pvalenzuela | 77e448730 | 2015-03-16 17:22:10 | [diff] [blame] | 1465 | '[email protected]', |
pvalenzuela | 85758c75 | 2014-09-25 19:34:56 | [diff] [blame] | 1466 | '[email protected]', |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 1467 | '[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 1468 | 'syncfs': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 1469 | '[email protected]', |
| 1470 | '[email protected]'], |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 1471 | 'sync_proto': ['[email protected]'], |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1472 | 'tab_capture': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 1473 | 'tab_contents': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1474 | '[email protected]', '[email protected]'], |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1475 | 'tab_media_indicators': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1476 | 'tcmalloc': ['[email protected]'], |
tonyg | c7f6a4c1 | 2015-01-16 18:32:26 | [diff] [blame] | 1477 | 'telemetry': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1478 | 'tests': [], |
penghuang | 7d46021 | 2015-07-21 20:25:06 | [diff] [blame] | 1479 | 'textinput': ['[email protected]', |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1480 | '[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame] | 1481 | '[email protected]', |
yukishiino | 616672e | 2015-04-02 06:43:10 | [diff] [blame] | 1482 | '[email protected]'], |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1483 | 'textinput_chromeos': ['[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame] | 1484 | '[email protected]', |
yukishiino | 616672e | 2015-04-02 06:43:10 | [diff] [blame] | 1485 | '[email protected]'], |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 1486 | 'timers': ['[email protected]'], |
[email protected] | 0fc48a1 | 2014-06-07 20:26:05 | [diff] [blame] | 1487 | 'tools_emacs': ['[email protected]'], |
sullivan | d4bfaed8 | 2015-02-13 19:43:38 | [diff] [blame] | 1488 | 'tracing': ['[email protected]', '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1489 | 'ui_compositor': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1490 | 'ui_resources': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1491 | 'valgrind': ['[email protected]', |
timurrrr | 5335dbd | 2015-04-15 11:04:55 | [diff] [blame] | 1492 | '[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 1493 | 'version_assembly': ['[email protected]', |
| 1494 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1495 | 'views': ['[email protected]'], |
ben | 0ee290d0 | 2014-10-28 00:02:52 | [diff] [blame] | 1496 | 'views_core': ['[email protected]'], |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1497 | 'virtual_keyboard': ['[email protected]', |
| 1498 | '[email protected]'], |
mcasas | a5584a0 | 2015-09-11 21:15:28 | [diff] [blame] | 1499 | 'webrtc_media': ['[email protected]', |
[email protected] | 7009805 | 2014-07-01 08:58:10 | [diff] [blame] | 1500 | '[email protected]'], |
tnakamura | a9bda96 | 2015-06-03 13:34:02 | [diff] [blame] | 1501 | 'webrtc_browser_tests': ['[email protected]', |
| 1502 | '[email protected]'], |
raymes | f508463 | 2015-07-02 07:14:15 | [diff] [blame] | 1503 | 'website_settings': ['[email protected]', |
msramek | 78c361b7 | 2015-10-20 14:09:15 | [diff] [blame] | 1504 | '[email protected]', |
| 1505 | '[email protected]'], |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1506 | 'windows_sandboxing': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1507 | 'x11': ['[email protected]', |
| 1508 | '[email protected]', |
| 1509 | '[email protected]'], |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 1510 | 'zoom': ['[email protected]'], |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1511 | |
| 1512 | 'blink': ['[email protected]'], |
| 1513 | 'blink_accessibility': ['[email protected]', |
| 1514 | '[email protected]', |
| 1515 | '[email protected]', |
| 1516 | '[email protected]'], |
| 1517 | 'blink_animation': ['[email protected]', |
| 1518 | '[email protected]', |
| 1519 | '[email protected]', |
| 1520 | '[email protected]', |
| 1521 | '[email protected]'], |
| 1522 | 'blink_app_banner': [ '[email protected]' ], |
| 1523 | 'blink_audio': ['[email protected]'], |
| 1524 | 'blink_battery_status': [ '[email protected]', |
| 1525 | '[email protected]' ], |
| 1526 | 'blink_bidi': [ '[email protected]' ], |
| 1527 | 'blink_bindings': [ '[email protected]' ], |
| 1528 | 'blink_bluetooth': [ '[email protected]' ], |
| 1529 | 'blink_canvas2d': [ '[email protected]', |
| 1530 | '[email protected]', |
| 1531 | '[email protected]' ], |
| 1532 | 'blink_clipboard': [ '[email protected]', ], |
| 1533 | 'blink_content_security_policy': [ '[email protected]' ], |
| 1534 | 'blink_css': [ '[email protected]', |
| 1535 | '[email protected]', |
| 1536 | '[email protected]', |
| 1537 | '[email protected]', |
| 1538 | '[email protected]' ], |
| 1539 | 'blink_css_grid_layout': [ '[email protected]', |
| 1540 | '[email protected]', |
| 1541 | '[email protected]' ], |
| 1542 | 'blink_css_flexbox': [ '[email protected]' ], |
| 1543 | 'blink_css_fragmentation_tests': [ '[email protected]' ], |
| 1544 | 'blink_css_regions': [ '[email protected]' ], |
| 1545 | 'blink_custom_elements': [ '[email protected]', |
| 1546 | '[email protected]' ], |
| 1547 | 'blink_dom': [ '[email protected]', |
| 1548 | '[email protected]', |
| 1549 | '[email protected]', |
| 1550 | '[email protected]', |
| 1551 | '[email protected]' ], |
| 1552 | 'blink_device_light': [ '[email protected]', |
| 1553 | '[email protected]' ], |
| 1554 | 'blink_device_orientation': [ '[email protected]', |
| 1555 | '[email protected]', |
| 1556 | '[email protected]', |
| 1557 | '[email protected]' ], |
| 1558 | 'blink_devtools': [ '[email protected]', |
| 1559 | '[email protected]', |
| 1560 | '[email protected]', |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1561 | '[email protected]', |
| 1562 | '[email protected]', |
| 1563 | '[email protected]', |
| 1564 | '[email protected]' ], |
| 1565 | 'blink_events': [ '[email protected]', |
| 1566 | '[email protected]', |
| 1567 | '[email protected]' ], |
| 1568 | 'blink_fetch': [ '[email protected]', |
| 1569 | '[email protected]', |
| 1570 | '[email protected]', |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 1571 | '[email protected]' ], |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1572 | 'blink_layers': [ '[email protected]' ], |
| 1573 | 'blink_loader': [ '[email protected]', |
| 1574 | '[email protected]', |
| 1575 | '[email protected]', |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 1576 | '[email protected]' ], |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1577 | 'blink_owners': [ '[email protected]'], |
| 1578 | 'blink_platform_graphics': [ '[email protected]', |
| 1579 | '[email protected]', |
| 1580 | '[email protected]', |
| 1581 | '[email protected]', |
| 1582 | '[email protected]', |
| 1583 | '[email protected]', |
| 1584 | '[email protected]', |
| 1585 | '[email protected]', |
| 1586 | '[email protected]', |
| 1587 | '[email protected]', |
chrishtr | 3b2ec15 | 2015-09-29 16:27:28 | [diff] [blame] | 1588 | '[email protected]', |
vmpstr | eeb843a | 2015-10-15 18:23:00 | [diff] [blame] | 1589 | '[email protected]', |
chrishtr | 3b2ec15 | 2015-09-29 16:27:28 | [diff] [blame] | 1590 | '[email protected]' ], |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1591 | 'blink_heap': [ '[email protected]', |
| 1592 | '[email protected]', |
| 1593 | '[email protected]', |
| 1594 | '[email protected]' ], |
| 1595 | 'blink_html': [ '[email protected]', |
| 1596 | '[email protected]' ], |
chrishtr | 3b2ec15 | 2015-09-29 16:27:28 | [diff] [blame] | 1597 | 'blink_public_api': [ '[email protected]', |
| 1598 | '[email protected]' ], |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1599 | 'blink_indexed_db': ['[email protected]', |
| 1600 | '[email protected]', |
| 1601 | '[email protected]'], |
| 1602 | 'blink_layout': [ '[email protected]', |
| 1603 | '[email protected]', |
| 1604 | '[email protected]', |
| 1605 | '[email protected]', |
| 1606 | '[email protected]', |
| 1607 | '[email protected]', |
| 1608 | '[email protected]' ], |
| 1609 | 'blink_paint' : [ '[email protected]', |
| 1610 | '[email protected]', |
| 1611 | '[email protected]' ], |
| 1612 | 'blink_permissions': [ '[email protected]' ], |
| 1613 | 'blink_prerender': [ '[email protected]', |
| 1614 | '[email protected]' ], |
| 1615 | 'blink_preloadScanner': [ '[email protected]' ], |
| 1616 | 'blink_push_messaging': [ '[email protected]', |
| 1617 | '[email protected]', |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 1618 | '[email protected]' ], |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1619 | 'blink_client_hints': [ '[email protected]' ], |
| 1620 | 'blink_scheduler': [ '[email protected]' ], |
| 1621 | 'blink_track': [ '[email protected]', |
| 1622 | '[email protected]', |
| 1623 | '[email protected]', |
| 1624 | '[email protected]', |
| 1625 | '[email protected]', |
| 1626 | '[email protected]' ], |
| 1627 | 'blink_media': [ '[email protected]', |
| 1628 | '[email protected]', |
| 1629 | '[email protected]', |
| 1630 | '[email protected]' ], |
| 1631 | 'blink_media_queries': [ '[email protected]', |
| 1632 | '[email protected]' ], |
| 1633 | 'blink_fileapi': [ '[email protected]', |
| 1634 | '[email protected]', |
| 1635 | '[email protected]' ], |
| 1636 | 'blink_quota': [ '[email protected]', |
| 1637 | '[email protected]', |
| 1638 | '[email protected]' ], |
| 1639 | 'blink_viewport_interaction': [ '[email protected]' ], |
| 1640 | 'blink_webcomponents': [ '[email protected]', |
| 1641 | '[email protected]' ], |
| 1642 | 'blink_mediastream': [ '[email protected]' ], |
| 1643 | 'blink_navigator_content_utils': [ '[email protected]' ], |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 1644 | 'blink_notifications': [ '[email protected]' ], |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1645 | 'blink_geolocation': [ '[email protected]', |
| 1646 | '[email protected]', |
| 1647 | '[email protected]' ], |
| 1648 | 'blink_htmlparser': [ '[email protected]' ], |
| 1649 | 'blink_vibration': [ '[email protected]', |
| 1650 | '[email protected]' ], |
| 1651 | 'blink_serviceworkers': [ '[email protected]', |
| 1652 | '[email protected]', |
| 1653 | '[email protected]', |
| 1654 | '[email protected]', |
| 1655 | '[email protected]', |
| 1656 | '[email protected]', |
| 1657 | '[email protected]', |
| 1658 | '[email protected]' ], |
| 1659 | 'blink_serviceworkers_tests': [ '[email protected]' ], |
| 1660 | 'blink_sheriff_o_matic': [ '[email protected]', |
| 1661 | '[email protected]', |
| 1662 | '[email protected]', |
| 1663 | '[email protected]', |
| 1664 | '[email protected]', |
| 1665 | '[email protected]', |
| 1666 | '[email protected]', |
| 1667 | '[email protected]' ], |
| 1668 | 'blink_spellcheck' : [ '[email protected]' ], |
| 1669 | 'blink_style': [ '[email protected]' ], |
| 1670 | 'blink_svg': [ '[email protected]', |
| 1671 | '[email protected]', |
| 1672 | '[email protected]', |
| 1673 | '[email protected]', |
| 1674 | '[email protected]', |
| 1675 | '[email protected]', |
| 1676 | '[email protected]', |
| 1677 | '[email protected]' ], |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1678 | 'blink_w3ctests' : [ '[email protected]' ], |
| 1679 | 'blink_webp': [ '[email protected]', |
| 1680 | '[email protected]', |
| 1681 | '[email protected]', |
| 1682 | '[email protected]' ], |
| 1683 | 'blink_out_of_process_frames': [ '[email protected]', |
| 1684 | '[email protected]' ], |
| 1685 | 'blink_screen_orientation': [ '[email protected]' ], |
| 1686 | 'blink_web_idl': [ '[email protected]', |
| 1687 | '[email protected]', |
| 1688 | '[email protected]' ], |
| 1689 | 'blink_websockets': [ '[email protected]', |
| 1690 | '[email protected]' ], |
| 1691 | 'blink_workers': [ '[email protected]', |
| 1692 | '[email protected]', |
| 1693 | '[email protected]', |
| 1694 | '[email protected]' ], |
| 1695 | 'blink_wtf': [ '[email protected]', |
| 1696 | '[email protected]' ], |
| 1697 | 'blink_xmlhttprequest': [ '[email protected]' ], |
tfarina | d21f947 | 2015-10-13 18:36:01 | [diff] [blame] | 1698 | 'test_runner': [ '[email protected]', |
| 1699 | '[email protected]' ], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1700 | }, |
| 1701 | } |