[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 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 32 | 'add_to_homescreen': { |
| 33 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\ |
| 34 | 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\ |
| 35 | 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\ |
| 36 | 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\ |
| 37 | 'chrome/browser/android/shortcut_.*|'\ |
| 38 | 'chrome/browser/android/webapps/', |
| 39 | }, |
ortuno | e624054 | 2017-04-05 00:48:52 | [diff] [blame] | 40 | 'android_item_chooser_dialogs': { |
| 41 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\ |
ortuno | c112e8d | 2017-04-05 02:41:39 | [diff] [blame] | 42 | 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java' |
ortuno | e624054 | 2017-04-05 00:48:52 | [diff] [blame] | 43 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 44 | 'android_crash_reporting': { |
| 45 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' |
| 46 | }, |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 47 | 'android_crazy_linker': { |
| 48 | 'filepath': 'third_party/android_crazy_linker/' |
| 49 | }, |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 50 | 'android_infobars': { |
| 51 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/' |
| 52 | }, |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 53 | 'android_infra': { |
| 54 | 'filepath': 'build/android/' \ |
| 55 | '|testing/android/' \ |
| 56 | '|tools/android/' |
| 57 | }, |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 58 | 'android_java': { |
| 59 | 'filepath': '/java/' |
| 60 | }, |
gabadie | b0d23bb9 | 2016-02-17 11:26:16 | [diff] [blame] | 61 | 'android_loading': { |
| 62 | 'filepath': 'tools/android/loading/' |
| 63 | }, |
[email protected] | d6af5081 | 2014-04-01 17:18:09 | [diff] [blame] | 64 | 'android_media': { |
| 65 | 'filepath': 'content/browser/media/android' \ |
| 66 | '|content/renderer/media/android' \ |
| 67 | '|media/audio/android' \ |
| 68 | '|media/base/android' \ |
| 69 | '|media/midi/*_android.*' \ |
| 70 | '|media/video/capture/android' |
| 71 | }, |
wnwen | a036416 | 2017-02-16 20:37:38 | [diff] [blame] | 72 | 'android_studio': { |
nyquist | 6e560d03 | 2017-02-28 07:49:59 | [diff] [blame] | 73 | 'filepath': 'build/android/gradle/' \ |
| 74 | '|docs/android_studio.md' \ |
| 75 | '|tools/android/android_studio' |
wnwen | a036416 | 2017-02-16 20:37:38 | [diff] [blame] | 76 | }, |
[email protected] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 77 | 'android_tab': { |
| 78 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
| 79 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 80 | 'android_uma_settings': { |
| 81 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\ |
| 82 | 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\ |
| 83 | 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 84 | 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java', |
| 85 | }, |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 86 | 'android_webapk': { |
zpeng | 4c3bc37 | 2016-10-13 03:00:48 | [diff] [blame] | 87 | 'filepath': 'chrome/android/webapk/|'\ |
| 88 | 'chrome/browser/android/webapk/', |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 89 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 90 | 'android_webview': { |
| 91 | 'filepath': 'android_webview/', |
| 92 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 93 | 'app_list': { |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 94 | 'filepath': 'chrome/browser/ui/app_list'\ |
| 95 | '|chrome/browser/ui/ash/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 96 | '|chrome/browser/ui/views/app_list'\ |
| 97 | '|ui/app_list/' |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 98 | }, |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 99 | 'app_shortcuts': { |
| 100 | 'filepath': 'apps/app_shim/'\ |
| 101 | '|chrome/browser/web_applications/'\ |
| 102 | '|chrome/browser/ui/web_applications/'\ |
| 103 | '|chrome/common/mac/' |
| 104 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 105 | 'appcache': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 106 | 'filepath': 'appcache/', |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 107 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 108 | 'apps': { |
| 109 | 'filepath': '^apps/', |
| 110 | }, |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 111 | 'arc': { |
| 112 | 'filepath': 'arc/', |
| 113 | }, |
lhchavez | 61532c9 | 2016-10-18 21:33:37 | [diff] [blame] | 114 | 'arc_auth': { |
| 115 | 'filepath': 'chrome/browser/chromeos/arc/arc_auth' |
| 116 | }, |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 117 | 'arc_kiosk': { |
| 118 | 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\ |
| 119 | '|components/arc/kiosk/'\ |
| 120 | '|arc_kiosk' |
| 121 | }, |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 122 | 'arc_net': { |
| 123 | 'filepath': 'components/arc/net/', |
| 124 | }, |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 125 | 'arc_power': { |
| 126 | 'filepath': 'components/arc/power/', |
| 127 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 128 | 'ash': { |
| 129 | 'filepath': 'ash/', |
| 130 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 131 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 132 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 133 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 134 | 'aura_compositor': { |
| 135 | 'filepath': |
| 136 | 'ui/compositor/' \ |
[email protected] | 6dc38f7 | 2014-01-16 22:19:58 | [diff] [blame] | 137 | '|content/browser/compositor/' \ |
danakj | 479ab50 | 2017-03-31 20:19:09 | [diff] [blame] | 138 | '|content/browser/renderer_host/compositor_resize_lock' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 139 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 140 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
[email protected] | a6eeeef9 | 2014-03-19 19:06:44 | [diff] [blame] | 141 | '|content/browser/renderer_host/delegated' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 142 | '|content/common/gpu/client/' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 143 | }, |
sullivan | 0171e3c | 2015-03-03 18:47:21 | [diff] [blame] | 144 | 'auto_bisect': { |
| 145 | 'filepath': 'tools/run-bisect-perf-regression.py'\ |
| 146 | '|tools/run-perf-test.cfg'\ |
| 147 | '|tools/auto_bisect/' |
| 148 | }, |
[email protected] | 2a38f0c0 | 2013-05-29 02:27:45 | [diff] [blame] | 149 | 'autofill': { |
rouslan | fbfa740 | 2016-11-22 19:36:39 | [diff] [blame] | 150 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\ |
| 151 | 'chrome/browser/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 152 | 'chrome/browser/resources/options/autofill_|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 153 | 'chrome/browser/ui/android/autofill/|'\ |
| 154 | 'chrome/browser/ui/autofill/|'\ |
[email protected] | e3e4ca6 | 2013-05-17 08:50:27 | [diff] [blame] | 155 | 'chrome/browser/ui/cocoa/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 156 | 'chrome/browser/ui/views/autofill/|'\ |
| 157 | 'chrome/browser/ui/webui/options/autofill_|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 158 | 'chrome/renderer/autofill/|'\ |
| 159 | 'chrome/test/data/autofill/|'\ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 160 | 'components/autofill/|'\ |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 161 | 'components/autofill/browser/webdata/|'\ |
vabr | beb0c56 | 2015-12-01 10:48:08 | [diff] [blame] | 162 | 'components/webdata/', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 163 | }, |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 164 | 'background_fetch': { |
| 165 | 'filepath': 'background_fetch', |
| 166 | }, |
| 167 | 'background_sync': { |
| 168 | 'filepath': 'background_sync', |
| 169 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 170 | 'banners': { |
| 171 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\ |
| 172 | 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\ |
| 173 | 'chrome/browser/android/banners/|'\ |
| 174 | 'chrome/browser/banners/|'\ |
| 175 | 'chrome/browser/ui/android/infobars/app_banner_.*|'\ |
| 176 | 'chrome/renderer/banners/|'\ |
| 177 | 'third_party/WebKit/public/platform/modules/app_banner/|'\ |
| 178 | 'third_party/WebKit/Source/modules/app_banner/', |
| 179 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 180 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 181 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 182 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 183 | 'base_allocator': { |
| 184 | 'filepath': '^base/allocator', |
| 185 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 186 | 'base_memory': { |
| 187 | 'filepath': '^base/memory', |
| 188 | }, |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 189 | 'base_task_scheduler': { |
| 190 | 'filepath': '^base/task_scheduler', |
| 191 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 192 | 'base_win': { |
| 193 | 'filepath': '^base/win', |
| 194 | }, |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 195 | 'battery_status': { |
| 196 | 'filepath': 'content/browser/battery_status/|'\ |
timvolodine | 953fde7 | 2014-12-09 16:47:10 | [diff] [blame] | 197 | 'content/test/data/battery_status/|'\ |
| 198 | 'device/battery/', |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 199 | }, |
wnwen | 7268476 | 2017-03-29 13:28:37 | [diff] [blame] | 200 | 'binary_size': { |
| 201 | 'filepath': 'build/android/binary_size/|'\ |
| 202 | 'tools/binary_size/', |
| 203 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 204 | 'bookmarks': { |
| 205 | 'filepath': 'chrome/browser/bookmarks/' \ |
[email protected] | 771ad48 | 2013-07-16 17:32:48 | [diff] [blame] | 206 | '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 207 | '|chrome/browser/extensions/api/bookmarks/' \ |
| 208 | '|chrome/browser/resources/bookmark_manager/' \ |
[email protected] | cd869cde | 2013-01-31 15:46:35 | [diff] [blame] | 209 | '|chrome/browser/ui/bookmarks/' \ |
| 210 | '|chrome/browser/ui/cocoa/bookmarks/' \ |
[email protected] | 5cb8b6e1 | 2014-05-19 16:53:46 | [diff] [blame] | 211 | '|chrome/browser/ui/views/bookmarks/' \ |
| 212 | '|components/bookmarks' |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 213 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 214 | 'bottombar': { |
| 215 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/', |
| 216 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 217 | 'breakpad_app': { |
sdefresne | 8ba0b88c | 2015-09-18 10:33:13 | [diff] [blame] | 218 | 'filepath': 'components/crash/content/app/', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 219 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 220 | 'browser': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 221 | 'filepath': 'chrome/browser/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 222 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 223 | 'browser_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 224 | 'filepath': 'chrome/browser/chromeos/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 225 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 226 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 227 | 'filepath': 'chrome/browser/autofill/' \ |
| 228 | '|chrome/browser/bookmarks/' \ |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 229 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 230 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 231 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 232 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 233 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 234 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 235 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 236 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 237 | 'browser_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 238 | 'filepath': 'chrome/browser/resources/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 239 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 240 | 'browser_resources_md': { |
| 241 | 'filepath': 'chrome/browser/resources/md_'\ |
| 242 | '|chrome/browser/resources/settings/', |
| 243 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 244 | 'browsing_data': { |
| 245 | 'filepath': 'chrome/browser/browsing_data/', |
| 246 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 247 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 248 | 'filepath': 'ui/views/bubble/|'\ |
rouslan | 8d6a837 | 2015-09-10 19:10:10 | [diff] [blame] | 249 | 'chrome/browser/ui/views/bubble/|'\ |
| 250 | 'components/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 251 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 252 | 'cache_storage': { |
| 253 | 'filepath': 'cache_storage', |
| 254 | }, |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 255 | 'cast': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 256 | 'filepath': 'media/cast/'\ |
| 257 | '|chrome/browser/extensions/api/cast_streaming/'\ |
| 258 | '|chrome/browser/media/cast'\ |
| 259 | '|chrome/renderer/media/cast'\ |
| 260 | '|chrome/test/data/extensions/api_test/cast_'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 261 | '|content/public/renderer/media_stream_'\ |
| 262 | '|content/renderer/media/(media_stream|(.+audio_source))', |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 263 | }, |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 264 | 'cast_certificate': { |
| 265 | 'filepath': 'components/cast_certificate/'\ |
| 266 | '|components/test/data/cast_certificate/', |
| 267 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 268 | 'cast_channel': { |
| 269 | 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \ |
| 270 | '|extensions/(browser|common)/api/cast_channel' |
| 271 | }, |
eranm | c2a9f61 | 2015-11-24 16:41:34 | [diff] [blame] | 272 | 'certificate_transparency': { |
| 273 | 'filepath': 'components/certificate_transparency/'\ |
| 274 | '|components/packed_ct_ev_whitelist/'\ |
| 275 | '|net/cert/ct_'\ |
| 276 | '|net/cert/multi_log_ct_verifier'\ |
| 277 | '|net/cert/sct_status_flags.h'\ |
| 278 | '|net/cert/signed_certificate_timestamp'\ |
| 279 | '|net/cert/signed_tree_head'\ |
| 280 | '|net/test/ct_', |
| 281 | }, |
[email protected] | 651d999 | 2014-04-09 17:18:41 | [diff] [blame] | 282 | 'chromecast': { |
| 283 | 'filepath': 'chromecast/', |
| 284 | }, |
gfhuang | 2548f90 | 2016-02-26 02:29:21 | [diff] [blame] | 285 | 'chromecast_public': { |
| 286 | 'filepath': 'chromecast/public/', |
| 287 | }, |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 288 | 'cc': { |
| 289 | 'filepath': 'cc/|'\ |
danakj | 1c6df46 | 2017-04-27 15:20:43 | [diff] [blame] | 290 | 'components/viz/' |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 291 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 292 | 'chrome_elf': { |
| 293 | 'filepath': 'chrome_elf', |
| 294 | }, |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 295 | 'chrome_grc': { |
| 296 | 'filepath': 'services/resource_coordinator', |
| 297 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 298 | 'chrome_views': { |
| 299 | 'filepath': 'chrome/browser/ui/views', |
| 300 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 301 | 'chromedriver': { |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 302 | 'filepath': 'chrome/test/chromedriver|'\ |
| 303 | 'chrome/test/data/chromedriver|'\ |
| 304 | 'third_party/webdriver' |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 305 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 306 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 307 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 308 | }, |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 309 | 'chromeos_attestation': { |
| 310 | 'filepath': 'chromeos/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 311 | 'chrome/browser/chromeos/attestation/|'\ |
| 312 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 313 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 314 | 'chromeos_calculator': { |
| 315 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 316 | }, |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 317 | 'chromeos_dbus': { |
| 318 | 'filepath': 'chromeos/dbus/', |
| 319 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 320 | 'chromeos_geolocation': { |
| 321 | 'filepath': 'chromeos/geolocation/', |
| 322 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 323 | 'chromeos_login': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 324 | 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 325 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 326 | 'chrome/browser/resources/chromeos/login/|'\ |
| 327 | 'ui/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 328 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 329 | 'chromeos_net': { |
| 330 | 'filepath': 'chromeos/network/|'\ |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 331 | 'chrome/browser/chromeos/net/|'\ |
| 332 | 'chrome/browser/extensions/api/networking_private/|'\ |
| 333 | 'extensions/browser/api/networking_private/|'\ |
| 334 | 'ui/chromeos/network/', |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 335 | }, |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 336 | 'chromeos_power': { |
James Cook | a35a1e2 | 2017-04-08 02:33:08 | [diff] [blame] | 337 | 'filepath': 'ash/system/power/|'\ |
[email protected] | c3943ad | 2013-07-03 13:44:56 | [diff] [blame] | 338 | 'chromeos/dbus/power_.*|'\ |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 339 | 'chrome/browser/chromeos/power/', |
| 340 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 341 | 'chromeos_timezone': { |
| 342 | 'filepath': 'chromeos/timezone/', |
| 343 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 344 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 345 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 346 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 347 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 348 | 'clang_update': { |
Nico Weber | e250e6a | 2015-12-02 19:31:56 | [diff] [blame] | 349 | 'filepath': 'tools/clang/scripts/update.py' |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 350 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 351 | 'clipboard': { |
| 352 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 353 | }, |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 354 | 'closure': { |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 355 | 'filepath': 'third_party/closure_(compiler|linter)/|' |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 356 | 'compiled_resources2?.gyp', |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 357 | }, |
Aaron Gable | 64f27358 | 2017-03-30 18:02:00 | [diff] [blame] | 358 | 'codereview_settings': { |
| 359 | 'filepath': 'codereview.settings', |
| 360 | }, |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 361 | 'components_deps': { |
| 362 | 'filepath': 'components/([^/]*/)*DEPS', |
| 363 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 364 | 'content': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 365 | 'filepath': 'content/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 366 | }, |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 367 | 'content_bluetooth': { |
| 368 | 'filepath': 'content/.*bluetooth' |
| 369 | }, |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 370 | 'content_loader': { |
mmenke | faa97d3b | 2016-09-25 14:24:02 | [diff] [blame] | 371 | 'filepath': 'chrome/browser/loader|' \ |
| 372 | 'content/browser/loader|' \ |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 373 | 'content/child/*loader', |
| 374 | }, |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 375 | 'content_renderer': { |
| 376 | 'filepath': 'content/renderer/', |
| 377 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 378 | 'content_shell': { |
| 379 | 'filepath': 'content/shell/', |
| 380 | }, |
kinuko | a121bce | 2015-01-30 10:04:41 | [diff] [blame] | 381 | 'content_worker': { |
| 382 | 'filepath': 'content/.*worker', |
| 383 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 384 | 'contextual_search': { |
| 385 | 'filepath': 'chrome/browser/android/contextualsearch/|' \ |
| 386 | 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 387 | 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 388 | 'components/contextual_search/', |
| 389 | }, |
rdsmith | eed6d93 | 2017-04-19 02:49:16 | [diff] [blame] | 390 | 'content_network' : { |
| 391 | 'filepath': 'content/network/', |
| 392 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 393 | 'cookie_monster': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 394 | 'filepath': 'net/cookies/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 395 | 'chrome/browser/net/sqlite_persistent_cookie_store', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 396 | }, |
wfh | 792b71c | 2016-05-04 23:33:41 | [diff] [blame] | 397 | 'courgette': { |
| 398 | 'filepath': 'courgette/', |
| 399 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 400 | 'cr_elements': { |
| 401 | 'filepath': 'ui/webui/resources/cr_element', |
| 402 | }, |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 403 | 'custom_tabs': { |
Newton Allen | 38c6221 | 2015-06-24 21:41:53 | [diff] [blame] | 404 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\ |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 405 | 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/', |
alancutter | cbad651 | 2015-06-19 02:31:28 | [diff] [blame] | 406 | }, |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 407 | 'data_reduction_proxy': { |
| 408 | 'filepath': 'chrome/browser/net/spdyproxy/|'\ |
| 409 | 'data_reduction_proxy|'\ |
| 410 | 'chrome_proxy', |
| 411 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 412 | 'deep_memory_profiler': { |
| 413 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 414 | }, |
Bartosz Fabianowski | 85a82381 | 2015-04-16 10:27:51 | [diff] [blame] | 415 | 'device_bluetooth': { |
| 416 | 'filepath': 'device/.*bluetooth' |
| 417 | }, |
juncai | c08f41d | 2017-05-04 20:36:58 | [diff] [blame^] | 418 | 'device_chooser': { |
| 419 | 'filepath': 'chrome/browser/chooser_controller/|'\ |
| 420 | 'chrome/browser/ui/android/bluetooth_chooser_.*|'\ |
| 421 | 'chrome/browser/ui/android/usb_chooser_.*|'\ |
| 422 | 'chrome/browser/ui/bluetooth/|'\ |
| 423 | 'chrome/browser/ui/cocoa/device_chooser_.*|'\ |
| 424 | 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\ |
| 425 | 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\ |
| 426 | 'chrome/browser/ui/views/device_chooser_.*|'\ |
| 427 | 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\ |
| 428 | 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\ |
| 429 | 'chrome/browser/usb/usb_chooser_.*', |
| 430 | }, |
[email protected] | 29ad47c | 2014-04-23 09:12:48 | [diff] [blame] | 431 | 'device_sensors': { |
| 432 | 'filepath': 'content/browser/device_sensors/|'\ |
| 433 | 'content/common/device_sensors/|'\ |
| 434 | 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\ |
| 435 | 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 436 | 'content/renderer/device_sensors/|'\ |
| 437 | 'content/test/data/device_sensors/|'\ |
| 438 | 'device/sensors/', |
[email protected] | 8c66723 | 2013-11-12 19:49:14 | [diff] [blame] | 439 | }, |
scheib | abdd7d3 | 2015-02-11 22:13:08 | [diff] [blame] | 440 | 'developer_recommended_flags': { |
| 441 | 'filepath': 'developer_recommended_flags.gypi', |
| 442 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 443 | 'devtools': { |
| 444 | 'filepath': 'devtools', |
| 445 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 446 | 'dial': { |
| 447 | 'filepath': 'chrome/(browser|common)/extensions/api/dial' \ |
| 448 | '|chrome/browser/media/router/discovery/dial/' \ |
| 449 | '|chrome/test/data/extensions/api_test/dial/' |
| 450 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 451 | 'disk_cache': { |
| 452 | 'filepath': 'net/disk_cache/|http_cache', |
| 453 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 454 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 455 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 456 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 457 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 458 | 'downloads_ui': { |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 459 | 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 460 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 461 | 'chrome/browser/ui/views/download/|' \ |
asanka | 2009f41 | 2015-10-05 17:28:12 | [diff] [blame] | 462 | 'chrome/browser/ui/cocoa/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 463 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 464 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 465 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 466 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 467 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 468 | 'drive_resource_metadata': { |
[email protected] | 2c948e1 | 2013-10-17 03:08:33 | [diff] [blame] | 469 | 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 470 | }, |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 471 | 'eme': { |
| 472 | 'filepath': 'components/cdm/|' \ |
| 473 | 'content/browser/media/cdm/|' \ |
| 474 | 'content/renderer/media/crypto/|' \ |
| 475 | 'media/base/android/*drm*|' \ |
| 476 | 'media/cdm/|' \ |
| 477 | 'third_party/widevine/cdm/' |
| 478 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 479 | 'extension': { |
| 480 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 481 | }, |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 482 | 'feature_policy': { |
| 483 | 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \ |
| 484 | 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures', |
| 485 | }, |
apacible | c4093a9 | 2016-04-19 19:21:58 | [diff] [blame] | 486 | 'feedback_ui': { |
| 487 | 'filepath': 'chrome/browser/resources/(md_)?feedback/' |
| 488 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 489 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 490 | 'filepath': 'file_system/|' \ |
| 491 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 492 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 493 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 494 | 'filepath': 'file_browser|' \ |
| 495 | 'file_manager|' \ |
| 496 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 497 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 498 | 'filesapp': { |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 499 | 'filepath': 'chrome/browser/chromeos/drive|' \ |
| 500 | 'chrome/browser/chromeos/extensions/file_manager|' \ |
| 501 | 'chrome/browser/chromeos/extensions/file_system_provider|' \ |
| 502 | 'chrome/browser/chromeos/file_manager|' \ |
| 503 | 'chrome/browser/chromeos/file_system_provider|' \ |
| 504 | 'chrome/browser/drive|' \ |
| 505 | 'chrome/test/data/extensions/api_test/file_system_provider|' \ |
| 506 | 'components/drive|' \ |
| 507 | 'google_apis/drive|' \ |
| 508 | 'ui/file_manager' |
| 509 | }, |
| 510 | 'filesapp_ui': { |
[email protected] | 4ff3d9f | 2014-04-24 05:25:20 | [diff] [blame] | 511 | 'filepath': 'ui/file_manager' |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 512 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 513 | 'ftp': { |
| 514 | 'filepath': 'ftp', |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 515 | }, |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 516 | 'fuzzing': { |
| 517 | 'filepath': 'fuzz|Fuzz', |
| 518 | }, |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 519 | 'gcm': { |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 520 | 'filepath': 'chrome/browser/gcm/|'\ |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 521 | 'components/gcm_driver/|'\ |
| 522 | 'google_apis/gcm/', |
| 523 | }, |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 524 | 'generic_sensor': { |
| 525 | 'filepath': 'device/generic_sensor/|'\ |
| 526 | 'third_party/WebKit/Source/modules/sensor/', |
| 527 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 528 | 'geolocation': { |
| 529 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 530 | 'content/browser/geolocation|'\ |
| 531 | 'content/public/common/geoposition.*|'\ |
| 532 | 'content/public/browser/geolocation.*|'\ |
| 533 | 'content/renderer/geolocation.*|'\ |
| 534 | 'content/shell/geolocation/', |
| 535 | }, |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 536 | 'gfx_image': { |
| 537 | 'filepath': 'ui/gfx/image/', |
| 538 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 539 | 'gfx_geometry': { |
danakj | 570c133 | 2015-01-06 16:59:36 | [diff] [blame] | 540 | 'filepath': 'ui/gfx/geometry/', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 541 | }, |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 542 | 'gn': { |
| 543 | 'filepath': 'tools/gn', |
| 544 | }, |
tikuta | 9a7046f | 2017-02-16 09:22:45 | [diff] [blame] | 545 | 'goma': { |
| 546 | 'filepath': 'infra/config/cq.cfg', |
| 547 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 548 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 549 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 550 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 551 | 'history_ui': { |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 552 | 'filepath': 'chrome/browser/resources/(md_)?history|'\ |
| 553 | 'chrome/browser/ui/webui/.*history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 554 | }, |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 555 | 'hotword': { |
| 556 | 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ |
| 557 | '|chrome/browser/resources/hotword_helper/'\ |
[email protected] | 535980d4 | 2014-08-12 14:31:28 | [diff] [blame] | 558 | '|chrome/browser/resources/hotword/'\ |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 559 | '|chrome/browser/search/hotword*'\ |
| 560 | '|chrome/test/data/extensions/api_test/hotword_private/', |
| 561 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 562 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 563 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 564 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 565 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 566 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 567 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 568 | }, |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 569 | 'indexed_db': { |
| 570 | 'filepath': 'content/browser/indexed_db|'\ |
| 571 | 'content/child/indexed_db|'\ |
| 572 | 'content/common/indexed_db|'\ |
| 573 | 'content/public/browser/indexed_db|'\ |
| 574 | 'content/test/data/indexeddb', |
| 575 | }, |
bruthig | aa8281f | 2016-02-09 17:52:31 | [diff] [blame] | 576 | 'ink_drop': { |
| 577 | 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \ |
| 578 | 'ui/views/animation/.*ink_drop.*' |
| 579 | }, |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 580 | 'input': { |
| 581 | 'filepath': 'content/browser/renderer_host/input|'\ |
| 582 | 'content/renderer/input|'\ |
| 583 | 'ui/events/blink/' |
| 584 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 585 | 'installer': { |
grt | 6b46a16 | 2017-01-24 17:39:11 | [diff] [blame] | 586 | 'filepath': 'chrome/install(_static|er)/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 587 | }, |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 588 | 'installer_linux': { |
| 589 | 'filepath': 'chrome/installer/linux/', |
| 590 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 591 | 'instant': { |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 592 | 'filepath': 'instant|searchbox|'\ |
| 593 | 'chrome/browser/search/|'\ |
[email protected] | c29b7dae | 2013-03-25 22:29:13 | [diff] [blame] | 594 | 'chrome/browser/ui/search/|'\ |
[email protected] | eb99f8e | 2013-07-10 10:17:39 | [diff] [blame] | 595 | 'chrome/browser/resources/local_ntp/|'\ |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 596 | 'chrome/common/search_types.*', |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 597 | }, |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 598 | 'ios': { |
| 599 | 'filepath': 'ios', |
| 600 | }, |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 601 | 'ios_chrome': { |
| 602 | 'filepath': 'ios/chrome', |
| 603 | }, |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 604 | 'ios_clean': { |
| 605 | 'filepath': 'ios/clean', |
| 606 | }, |
| 607 | 'ios_showcase': { |
| 608 | 'filepath': 'ios/showcase', |
| 609 | }, |
baxley | 9bfbd3cc | 2017-03-15 21:22:32 | [diff] [blame] | 610 | 'ios_test': { |
| 611 | 'filepath': 'ios/chrome/test|'\ |
| 612 | 'ios/testing|'\ |
| 613 | 'ios/web/public/test|'\ |
| 614 | 'ios/web/test', |
| 615 | }, |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 616 | 'ios_web': { |
| 617 | 'filepath': 'ios/web', |
| 618 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 619 | 'ipc': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 620 | 'filepath': 'ipc/ipc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 621 | }, |
mkwst | b0d1b1d | 2014-09-30 11:45:36 | [diff] [blame] | 622 | 'ipc_messages': { |
| 623 | 'filepath': '_message.*.h|'\ |
| 624 | '_messages.cc', |
| 625 | }, |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 626 | 'login': { |
| 627 | 'filepath': 'chrome/browser/ui/login' |
| 628 | }, |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 629 | 'libwebp': { |
| 630 | 'filepath': 'third_party/libwebp' |
| 631 | }, |
johannkoenig | 5238138 | 2015-09-18 22:35:25 | [diff] [blame] | 632 | 'libvpx': { |
johannkoenig | 8cdf0347 | 2016-03-02 13:54:31 | [diff] [blame] | 633 | 'filepath': 'third_party/libvpx' |
johannkoenig | 5238138 | 2015-09-18 22:35:25 | [diff] [blame] | 634 | }, |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 635 | 'libxml_xslt': { |
| 636 | 'filepath': 'third_party/libxml/' \ |
| 637 | '|third_party/libxslt/', |
| 638 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 639 | 'linux_fonts': { |
| 640 | 'filepath': 'ui/gfx/font_render_params_.*|'\ |
derat | cd2d6fb | 2015-02-12 00:10:41 | [diff] [blame] | 641 | 'ui/gfx/platform_font_linux.*|'\ |
| 642 | 'ui/gfx/render_text_harfbuzz.*', |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 643 | }, |
| 644 | 'linux_sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 645 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 646 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 647 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 648 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 649 | }, |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 650 | 'mac': { |
lgrey | 332339b1 | 2016-12-05 17:16:40 | [diff] [blame] | 651 | 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$', |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 652 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 653 | 'manifest': { |
| 654 | 'filepath': 'content/(browser|renderer)/manifest/'\ |
| 655 | '|content/public/common/manifest*', |
| 656 | }, |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 657 | 'md_settings': { |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 658 | 'filepath': 'chrome/browser/resources/settings/'\ |
michaelpg | 9bc6629 | 2015-09-04 22:35:19 | [diff] [blame] | 659 | '|chrome/browser/ui/webui/settings/', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 660 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 661 | 'media': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 662 | 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
[email protected] | 034548d | 2012-07-31 20:34:00 | [diff] [blame] | 663 | 'audio_message_filter|video_layer|media_internals', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 664 | }, |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 665 | 'media_capture_from_element': { |
alancutter | 4035981 | 2017-03-03 08:20:27 | [diff] [blame] | 666 | 'filepath': 'content/renderer/media_capture_from_element/' \ |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 667 | '|third_party/WebKit/Source/modules/mediacapture/' \ |
| 668 | '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \ |
| 669 | '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \ |
| 670 | '|third_party/WebKit/public/platform/WebCanvasCapture' |
| 671 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 672 | 'media_galleries': { |
| 673 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 674 | '|chrome/browser/media_galleries/'\ |
| 675 | '|chrome/browser/storage_monitor/'\ |
| 676 | '|chrome/common/media_galleries/'\ |
| 677 | '|chrome/test/data/extensions/api_test/media_galleries/'\ |
| 678 | '|chrome/utility/itunes*'\ |
| 679 | '|chrome/utility/picasa*', |
| 680 | }, |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 681 | 'media_mojo': { |
| 682 | 'filepath': 'media/mojo/*' |
| 683 | }, |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 684 | 'media_recorder': { |
alancutter | 4035981 | 2017-03-03 08:20:27 | [diff] [blame] | 685 | 'filepath': 'content/renderer/media_recorder/' \ |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 686 | '|third_party/WebKit/Source/modules/mediarecorder/' \ |
| 687 | '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \ |
| 688 | '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \ |
| 689 | '|third_party/WebKit/public/platform/WebMediaRecorder' |
| 690 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 691 | 'media_remoting': { |
| 692 | 'filepath': 'chrome/browser/media/cast_remoting'\ |
| 693 | '|media/blink/webmediaplayer_'\ |
| 694 | '|media/mojo/interfaces/remoting.mojom'\ |
| 695 | '|media/remoting/', |
| 696 | }, |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 697 | 'media_router': { |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 698 | 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \ |
| 699 | '|chrome/browser/media/router/' \ |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 700 | '|chrome/browser/resources/media_router/' \ |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 701 | '|chrome/browser/ui/views/media_router/' \ |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 702 | '|chrome/browser/ui/webui/media_router/' \ |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 703 | '|chrome/common/media/router/' \ |
| 704 | '|chrome/test/data/webui/media_router/' \ |
| 705 | '|chrome/test/media_router/' \ |
| 706 | '|chrome/utility/media_router/' |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 707 | }, |
fmeawad | 4582cd2 | 2017-03-30 20:59:36 | [diff] [blame] | 708 | 'memory_coordinator': { |
| 709 | 'filepath': 'base/memory/memory_|' \ |
fmeawad | d015b23 | 2017-03-31 02:22:45 | [diff] [blame] | 710 | 'content/browser/memory/|' \ |
| 711 | 'content/child/memory/' |
fmeawad | 4582cd2 | 2017-03-30 20:59:36 | [diff] [blame] | 712 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 713 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 714 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 715 | }, |
| 716 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 717 | 'filepath': 'base/metrics/'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 718 | '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 719 | '|chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 720 | '|chrome/browser/chromeos/external_metrics'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 721 | '|chrome/browser/extensions/api/metrics_private/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 722 | '|chrome/browser/ui/webui/metrics_handler'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 723 | '|chromecast/browser/metrics/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 724 | '|components/metrics/'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 725 | '|components/metrics_services_manager/'\ |
[email protected] | ce6b855a | 2014-03-12 19:51:39 | [diff] [blame] | 726 | '|components/rappor/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 727 | '|components/variations/'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 728 | # Exclude XML files; in particular, histograms.xml. |
| 729 | '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
| 730 | }, |
| 731 | 'metrics_xml_files': { |
| 732 | # Subscribe to this to watch for changes to histograms.xml. |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 733 | 'filepath': 'tools/metrics/.*\.xml$', |
| 734 | }, |
| 735 | 'midi': { |
| 736 | 'filepath': 'midi', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 737 | }, |
[email protected] | 341f218a | 2013-09-24 22:16:10 | [diff] [blame] | 738 | 'mojo': { |
| 739 | 'filepath': 'mojo', |
| 740 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 741 | 'mouse_lock': { |
| 742 | 'filepath': 'mouse_lock', |
| 743 | }, |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 744 | 'mus': { |
ben | 6b0453d1 | 2016-07-02 04:27:19 | [diff] [blame] | 745 | 'filepath': 'services/ui/'\ |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 746 | '|mojo/gpu/', |
| 747 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 748 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 749 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 750 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 751 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 752 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 753 | 'native_client_sdk': { |
| 754 | 'filepath': '^native_client_sdk/', |
| 755 | }, |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 756 | 'navigation': { |
| 757 | 'filepath': 'content/browser/frame_host|'\ |
| 758 | 'content/browser/renderer_host/render_process_host.*|'\ |
| 759 | 'content/browser/renderer_host/render_view_host.*|'\ |
| 760 | 'content/browser/web_contents/web_contents_impl.*|'\ |
| 761 | 'content/renderer/render_frame.*|'\ |
| 762 | 'content/renderer/render_view.*' |
| 763 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 764 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 765 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 766 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 767 | 'net_base': { |
| 768 | 'filepath': 'net/base/', |
| 769 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 770 | 'net_error_list': { |
| 771 | 'filepath': 'net/base/net_error_list.h', |
| 772 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 773 | 'net_http2': { |
| 774 | 'filepath': 'net/http2/', |
| 775 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 776 | 'net_log': { |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 777 | 'filepath': 'net/log/|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 778 | 'chrome/browser/net/.*net_log|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 779 | 'chrome/browser/resources/net_internals/|' \ |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 780 | 'chrome/browser/ui/webui/net_internals/|' \ |
| 781 | 'components/net_log/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 782 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 783 | 'net_spdy': { |
| 784 | 'filepath': 'net/spdy/', |
| 785 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 786 | 'netinfo': { |
| 787 | 'filepath': 'netinfo', |
| 788 | }, |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 789 | 'notifications': { |
| 790 | 'filepath': 'chrome/browser/extensions/api/notifications/|' \ |
| 791 | 'chrome/browser/notifications/|' \ |
peter | 8ab156b | 2015-03-29 15:44:12 | [diff] [blame] | 792 | 'chrome/test/data/notifications/|' \ |
| 793 | 'content/browser/notifications/|' \ |
| 794 | 'content/child/notifications/|' \ |
| 795 | 'content/common/platform_notification|' \ |
| 796 | 'content/public/browser/platform_notification|' \ |
| 797 | 'content/public/common/platform_notification|' \ |
| 798 | 'content/renderer/notification_|' \ |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 799 | 'ui/message_center/' |
| 800 | }, |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 801 | 'nqe': { |
| 802 | 'filepath': 'nqe', |
| 803 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 804 | 'ntp': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 805 | 'filepath': 'chrome/browser/resources/ntp4/|'\ |
[email protected] | b7ecd5f | 2013-02-14 21:04:16 | [diff] [blame] | 806 | 'chrome/browser/resources/ntp_android/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 807 | 'chrome/browser/ui/webui/ntp/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 808 | }, |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 809 | 'ntp_snippets': { |
| 810 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 16a37f90 | 2016-05-16 15:49:36 | [diff] [blame] | 811 | 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 14c8935 | 2016-07-21 13:45:13 | [diff] [blame] | 812 | 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 117ffb32 | 2017-02-06 12:04:20 | [diff] [blame] | 813 | 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\ |
| 814 | 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\ |
mvanouwerkerk | 538dc0b6 | 2016-05-17 14:55:34 | [diff] [blame] | 815 | 'chrome/browser/android/ntp/ntp_snippets|'\ |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 816 | 'chrome/browser/ntp_snippets/|'\ |
mvanouwerkerk | 4164973 | 2016-05-17 13:37:00 | [diff] [blame] | 817 | 'chrome/browser/resources/snippets_internals|'\ |
| 818 | 'chrome/browser/ui/webui/snippets_internals|'\ |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 819 | 'components/ntp_snippets/|'\ |
| 820 | 'chrome/android/java/res/layout/new_tab_page|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 821 | 'chrome/android/java/res/layout/most_visited|'\ |
| 822 | 'ios/chrome/browser/ntp_snippets' |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 823 | }, |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 824 | 'ntp_tiles': { |
| 825 | 'filepath': 'chrome/browser/android/ntp/|'\ |
| 826 | 'chrome/browser/ui/webui/ntp/|'\ |
| 827 | 'chrome/common/search/ntp|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 828 | 'components/ntp_tiles/|'\ |
| 829 | 'ios/chrome/browser/ntp_tiles' |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 830 | }, |
peter | b8ec88f8 | 2017-03-21 13:29:42 | [diff] [blame] | 831 | 'offline_items_collection': { |
| 832 | 'filepath': 'components/offline_items_collection/', |
| 833 | }, |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 834 | 'offline_pages': { |
| 835 | 'filepath': 'components/offline_pages/'\ |
fgorski | 329be5b | 2016-04-19 21:38:11 | [diff] [blame] | 836 | '|chrome/browser/android/offline_pages/'\ |
| 837 | '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/' |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 838 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 839 | 'omnibox': { |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 840 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\ |
| 841 | 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\ |
| 842 | 'chrome/browser/autocomplete/|'\ |
| 843 | 'chrome/browser/ui/omnibox/|'\ |
| 844 | 'chrome/browser/ui/.*/omnibox/|'\ |
| 845 | 'components/omnibox/|'\ |
| 846 | 'ios/chrome/browser/ui/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 847 | }, |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 848 | 'options': { |
| 849 | 'filepath': 'chrome/browser/resources/options/|'\ |
| 850 | 'chrome/browser/ui/webui/options/', |
| 851 | }, |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 852 | 'origin_trials': { |
chasej | 68b8bbd | 2017-01-26 19:26:13 | [diff] [blame] | 853 | 'filepath': 'origin_trials'\ |
| 854 | '|OriginTrial'\ |
| 855 | '|ConditionalFeature', |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 856 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 857 | 'ozone': { |
[email protected] | f93c2c9 | 2013-10-31 18:22:44 | [diff] [blame] | 858 | 'filepath': 'ui/ozone/|'\ |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 859 | 'ui/events/ozone/|'\ |
| 860 | 'ui/gfx/ozone/|'\ |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 861 | 'ui/gl/gl_.*egl.*|'\ |
| 862 | 'ui/gl/gl_.*ozone.*' |
| 863 | }, |
lgarron | 9e25c740 | 2017-03-15 04:03:11 | [diff] [blame] | 864 | 'page_info' : { |
| 865 | 'filepath': 'chrome/browser/ui/page_info/'\ |
| 866 | '|chrome/browser/ui/.*/page_info/'\ |
lgarron | 3428b2d3 | 2017-03-21 18:35:19 | [diff] [blame] | 867 | '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\ |
lgarron | 6cd116a | 2017-04-07 19:42:18 | [diff] [blame] | 868 | '|components/page_info_strings.grdp'\ |
lgarron | 9e25c740 | 2017-03-15 04:03:11 | [diff] [blame] | 869 | '|ios/chrome/browser/ui/omnibox/page_info_' |
lgarron | 6cd116a | 2017-04-07 19:42:18 | [diff] [blame] | 870 | }, |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 871 | 'page_load_metrics' : { |
bmcquade | 9f43370 | 2016-07-26 23:33:50 | [diff] [blame] | 872 | 'filepath': 'chrome/browser/page_load_metrics/'\ |
| 873 | '|chrome/common/page_load_metrics/'\ |
| 874 | '|chrome/renderer/page_load_metrics/' |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 875 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 876 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 877 | 'filepath': 'chrome/browser/ui/panels'\ |
| 878 | '|chrome/browser/ui/cocoa/panels'\ |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 879 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 880 | }, |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 881 | 'password_manager': { |
| 882 | 'filepath': 'chrome/.*/password_'\ |
| 883 | '|chrome/browser/ui/passwords'\ |
| 884 | '|chrome/browser/ui/views/passwords'\ |
| 885 | '|chrome/test/data/password'\ |
| 886 | '|components/autofill.*password' |
| 887 | '|components/password_'\ |
vabr | ccdb722 | 2016-06-01 14:59:40 | [diff] [blame] | 888 | '|^ios/chrome/browser/passwords'\ |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 889 | }, |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 890 | 'payments': { |
| 891 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\ |
| 892 | '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\ |
mathp | 432cb34 | 2017-01-10 15:45:00 | [diff] [blame] | 893 | '|chrome/test/data/payments'\ |
rouslan | a64ceca | 2016-10-26 01:10:31 | [diff] [blame] | 894 | '|components/payments'\ |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 895 | '|third_party/WebKit/LayoutTests/payments/'\ |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 896 | '|third_party/WebKit/Source/modules/payments'\ |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 897 | '|ios/web/payments/'\ |
| 898 | '|ios/web/public/payments/'\ |
| 899 | '|ios/chrome/browser/payments/' |
| 900 | }, |
| 901 | 'payments_ios': { |
| 902 | 'filepath': 'ios/web/payments/'\ |
| 903 | '|ios/web/public/payments/'\ |
mahmadi | dfac58d | 2016-12-19 19:11:53 | [diff] [blame] | 904 | '|ios/chrome/browser/payments/' |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 905 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 906 | 'pepper_api': { |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 907 | 'filepath': 'ppapi/api'\ |
| 908 | '|ppapi/c', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 909 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 910 | 'permissions': { |
| 911 | 'filepath': 'content/(child,browser)/permissions/'\ |
| 912 | '|content/common/permission_*'\ |
| 913 | '|content/public/(common,browser)/permission_*'\ |
| 914 | '|chrome/browser/permissions/'\ |
| 915 | '|chrome/browser/content_settings/permission*'\ |
| 916 | '|permission_context', |
| 917 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 918 | 'plugin': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 919 | 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
Thiago Farina | e067154bb | 2015-05-07 15:37:59 | [diff] [blame] | 920 | 'chrome/common/plugin', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 921 | }, |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 922 | 'polymer': { |
| 923 | 'filepath': 'third_party/polymer/|'\ |
michaelpg | f94a2a2 | 2017-03-06 22:35:00 | [diff] [blame] | 924 | 'third_party/web-animations-js/|'\ |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 925 | 'tools/polymer|'\ |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 926 | 'ui/webui/resources/polymer_resources.grdp', |
| 927 | }, |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 928 | 'precache': { |
| 929 | 'filepath': '[pP]recache' |
| 930 | }, |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 931 | 'prepopulated_engines': { |
| 932 | 'filepath': 'components/search_engines/prepopulated_engines.json', |
| 933 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 934 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 935 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 936 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 937 | 'presentation': { |
| 938 | 'filepath': 'content/(browser|common|renderer)/presentation/' \ |
| 939 | '|third_party/WebKit/public/platform/modules/presentation/' \ |
| 940 | '|third_party/WebKit/LayoutTests/presentation/' \ |
| 941 | '|third_party/WebKit/Source/modules/presentation/' |
| 942 | }, |
peter | 884896c7 | 2015-03-12 14:26:20 | [diff] [blame] | 943 | 'push_messaging': { |
| 944 | 'filepath': 'push_messaging' |
| 945 | }, |
stkhapugin | 0650314 | 2016-12-07 14:32:12 | [diff] [blame] | 946 | 'reading_list': { |
| 947 | 'filepath': 'components/reading_list|'\ |
| 948 | 'ios/chrome/browser/reading_list|'\ |
| 949 | 'ios/chrome/browser/ui/reading_list', |
| 950 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 951 | 'remoting': { |
sergeyu | 05995a4f | 2017-01-24 21:26:01 | [diff] [blame] | 952 | 'filepath': '^remoting/' \ |
| 953 | '|^testing/chromoting' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 954 | }, |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 955 | 'rlz_id': { |
| 956 | 'filepath' :'rlz/lib/machine_id.cc|'\ |
| 957 | 'rlz/lib/machine_id.h|'\ |
| 958 | 'rlz/win/lib/machine_id_win.cc', |
| 959 | }, |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 960 | 'safe_browsing': { |
timvolodine | 41e9541 | 2017-03-14 02:55:34 | [diff] [blame] | 961 | 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\ |
| 962 | 'components/safe_browsing/', |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 963 | }, |
vakh | f8e14c9 | 2016-10-17 21:29:47 | [diff] [blame] | 964 | 'safe_browsing_db': { |
| 965 | 'filepath': 'components/safe_browsing_db/', |
| 966 | }, |
rickyz | 0a819bfc | 2015-02-04 23:57:22 | [diff] [blame] | 967 | 'sandbox': { |
| 968 | 'filepath': 'sandbox/'\ |
| 969 | '|content/browser/bootstrap_sandbox_mac'\ |
| 970 | '|content/browser/renderer_host/render_sandbox_host_linux'\ |
| 971 | '|content/browser/renderer_host/sandbox_ipc_linux'\ |
| 972 | '|content/browser/zygote_host/'\ |
| 973 | '|content/common/sandbox_'\ |
| 974 | '|content/zygote/'\ |
| 975 | }, |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 976 | 'scheduler': { |
rmcilroy | fa5ac55 | 2015-04-09 12:33:17 | [diff] [blame] | 977 | 'filepath': 'cc/scheduler'\ |
jochen | 83c639f0 | 2015-04-22 17:07:37 | [diff] [blame] | 978 | '|components/scheduler'\ |
rmcilroy | fa5ac55 | 2015-04-09 12:33:17 | [diff] [blame] | 979 | '|content/renderer/scheduler' |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 980 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 981 | 'screen_orientation': { |
| 982 | 'filepath': 'screen_orientation', |
| 983 | }, |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 984 | 'search': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 985 | 'filepath': 'chrome/browser/ui/search/', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 986 | }, |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 987 | 'service_worker': { |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 988 | 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 989 | }, |
alito | c5534d6 | 2017-04-21 01:48:58 | [diff] [blame] | 990 | 'settings_reset_prompt': { |
| 991 | 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\ |
| 992 | '|chrome/browser/ui/views/settings_reset_prompt', |
| 993 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 994 | 'site_engagement': { |
| 995 | 'filepath': 'chrome/browser/engagement/|'\ |
| 996 | 'chrome/browser/ui/webui/engagement/', |
| 997 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 998 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 999 | 'filepath': 'content/browser/site_instance|'\ |
| 1000 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1001 | }, |
| 1002 | 'speech': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1003 | 'filepath': 'chrome/browser/speech/'\ |
| 1004 | '|content/browser/speech/'\ |
| 1005 | '|content/common/.*speech'\ |
| 1006 | '|content/public/.*speech' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1007 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1008 | 'spellcheck': { |
| 1009 | 'filepath': 'chrome/browser/spellchecker/'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 1010 | '|chrome/browser/renderer_context_menu/spelling_'\ |
| 1011 | '|components/spellcheck/'\ |
| 1012 | '|third_party/hunspell/'\ |
| 1013 | '|third_party/hunspell_dictionaries/', |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1014 | }, |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 1015 | 'streams': { |
| 1016 | 'filepath': 'content/browser/streams/', |
| 1017 | }, |
vmpstr | cc1c0830 | 2015-11-18 06:05:51 | [diff] [blame] | 1018 | 'styleguide': { |
| 1019 | 'filepath': '^styleguide/', |
| 1020 | }, |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 1021 | 'subresource_filter': { |
| 1022 | 'filepath': 'subresource_filter|SubresourceFilter', |
| 1023 | }, |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 1024 | 'supervised_users': { |
| 1025 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 1026 | '|chrome/browser/.*managed_user'\ |
| 1027 | '|chrome/browser/.*supervised_user', |
| 1028 | }, |
alito | 438fa433 | 2016-12-20 21:59:17 | [diff] [blame] | 1029 | 'swreporter': { |
alito | f6fcb35 | 2017-05-01 22:34:28 | [diff] [blame] | 1030 | 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\ |
alito | 438fa433 | 2016-12-20 21:59:17 | [diff] [blame] | 1031 | '|chrome/browser/component_updater/sw_reporter_', |
| 1032 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1033 | 'sync': { |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 1034 | 'filepath': '^chrome/android/sync_shell/'\ |
| 1035 | '|^chrome/browser/ui/sync/'\ |
| 1036 | '|^chrome/browser/ui/views/sync/'\ |
| 1037 | '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\ |
| 1038 | '|^ios/chrome/browser/sync/'\ |
| 1039 | '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
| 1040 | '|^chrome/browser/sync/'\ |
| 1041 | '|^components/browser_sync/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1042 | '|^components/sync/'\ |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 1043 | '|^components/sync_bookmarks/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1044 | '|^components/sync_sessions/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1045 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 1046 | 'syncfs': { |
| 1047 | 'filepath': 'sync_file_system', |
| 1048 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1049 | 'tab_alert_indicators': { |
| 1050 | 'filepath': 'content/browser/media/audio_stream_monitor'\ |
| 1051 | '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\ |
| 1052 | '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\ |
| 1053 | '|chrome/browser/ui/tabs/tab_utils'\ |
| 1054 | '|chrome/browser/ui/views/tabs/alert_indicator_button'\ |
| 1055 | '|chrome/browser/ui/views/tabs/tab\.cc'\ |
| 1056 | '|chrome/browser/ui/views/tabs/tab_renderer_data'\ |
| 1057 | '|media/audio/audio_(output_controller|power_monitor)', |
| 1058 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1059 | 'tab_capture': { |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1060 | 'filepath': 'cc/output/copy_output_'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1061 | '|chrome/browser/extensions/api/tab_capture/'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1062 | '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1063 | '|chrome/test/data/extensions/api_test/tab_capture/'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1064 | '|content/browser/media/capture/'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1065 | '|content/browser/renderer_host/delegated_frame_host'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1066 | '|content/browser/renderer_host/media/(audio_'\ |
| 1067 | '|media_stream_manager|video_)'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1068 | '|content/public/renderer/media_stream_'\ |
| 1069 | '|content/renderer/media/(media_stream|(.+audio_source))'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1070 | '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ |
| 1071 | '|media/base/video_frame\.h'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1072 | '|media/capture/', |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1073 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1074 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1075 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 1076 | 'content/browser/tab_contents/|'\ |
| 1077 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1078 | }, |
| 1079 | 'task_manager': { |
| 1080 | 'filepath': 'task_manager' |
| 1081 | }, |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 1082 | 'tbmv2_metrics': { |
| 1083 | 'filepath': 'third_party/catapult/tracing/tracing/metrics' |
| 1084 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 1085 | 'tcmalloc': { |
| 1086 | 'filepath': 'third_party/tcmalloc' |
| 1087 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 1088 | 'telemetry': { |
nednguyen | 79105d42 | 2016-04-18 01:38:42 | [diff] [blame] | 1089 | 'filepath': 'tools/perf/' |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 1090 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1091 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1092 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 1093 | }, |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 1094 | 'tether': { |
| 1095 | 'filepath': 'components/cryptauth/'\ |
| 1096 | '|chromeos/components/tether/'\ |
| 1097 | '|components/proximity_auth/', |
| 1098 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1099 | 'textinput': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1100 | 'filepath': 'content/browser/renderer_host/gtk_im'\ |
| 1101 | '|content/browser/renderer_host/gtk_key'\ |
| 1102 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 1103 | '|content/browser/renderer_host/text_input'\ |
| 1104 | '|ui/base/ime/'\ |
| 1105 | '|ui/base/gtk/event'\ |
| 1106 | '|ui/base/gtk/gtk_im'\ |
| 1107 | '|ui/base/keycodes/'\ |
| 1108 | '|ui/base/win/ime'\ |
| 1109 | '|ui/views/controls/textfield/'\ |
| 1110 | '|ui/views/ime/' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1111 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1112 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1113 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 1114 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 1115 | '|chrome/browser/chromeos/status/input_method'\ |
| 1116 | '|chrome/browser/extensions/extension_input_'\ |
| 1117 | '|chrome/browser/resources/keyboard'\ |
| 1118 | '|chrome/browser/resources/options/language'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 1119 | '|chrome/browser/ui/webui/options/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1120 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1121 | '|chrome/browser/ui/webui/options/language'\ |
| 1122 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1123 | }, |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 1124 | 'timers': { |
| 1125 | 'filepath': 'base/timer/'\ |
| 1126 | '|components/timers/' |
| 1127 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1128 | 'tools': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1129 | 'filepath': 'tools/', |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 1130 | }, |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 1131 | 'tools_win_chromeexts': { |
| 1132 | 'filepath': 'tools/win/chromeexts', |
| 1133 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1134 | 'tracing': { |
| 1135 | 'filepath': 'base/debug/trace_event.*'\ |
primiano | bef13b4 | 2015-01-30 15:29:31 | [diff] [blame] | 1136 | '|base/trace_event/'\ |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1137 | '|content/browser/tracing/'\ |
| 1138 | '|components/tracing/' |
| 1139 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1140 | 'ui_compositor': { |
| 1141 | 'filepath': 'ui/compositor/layer\.|'\ |
| 1142 | 'ui/compositor/layer_unittest|'\ |
| 1143 | 'ui/compositor/compositor', |
| 1144 | }, |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 1145 | 'ui_display_win': { |
| 1146 | 'filepath': '^ui/display/win', |
| 1147 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1148 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1149 | 'filepath': 'ui/resources/'\ |
| 1150 | '|ui/base/native_theme/resources/'\ |
| 1151 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1152 | }, |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 1153 | 'ui_strings': { |
| 1154 | 'filepath': 'chrome/app/generated_resources.grd'\ |
| 1155 | '|chrome/app/google_chrome_strings.grd'\ |
| 1156 | '|chrome/android/java/strings/android_chrome_strings.grd'\ |
| 1157 | '|chrome/app/settings_strings.grdp'\ |
| 1158 | '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\ |
| 1159 | '|ui/strings/ui_strings.grd', |
| 1160 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1161 | 'valgrind': { |
| 1162 | 'filepath': 'valgrind', |
| 1163 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 1164 | 'version_assembly': { |
| 1165 | 'filepath': 'chrome/app/version_assembly', |
| 1166 | }, |
posciak | 62a7227 | 2016-05-11 08:31:24 | [diff] [blame] | 1167 | 'video': { |
| 1168 | 'filepath': 'content/browser/renderer_host/media/|'\ |
| 1169 | 'content/renderer/media/|'\ |
| 1170 | 'media/capture/video/|'\ |
| 1171 | 'media/filters/|'\ |
| 1172 | 'media/gpu/|'\ |
| 1173 | '.*video.*', |
| 1174 | }, |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1175 | 'video_capture': { |
| 1176 | 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\ |
| 1177 | '|content/browser/renderer_host/media/.*(capture|media)'\ |
| 1178 | '|content/renderer/media/.*(capture|media|webrtc)'\ |
| 1179 | '|media/capture/'\ |
chfremer | 2a01a69b | 2017-01-06 02:39:01 | [diff] [blame] | 1180 | '|media/muxers/'\ |
| 1181 | '|services/video_capture/', |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1182 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1183 | 'views': { |
| 1184 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1185 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1186 | }, |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 1187 | 'views_corewm': { |
| 1188 | 'filepath': 'ui/views/corewm/', |
[email protected] | 3fc91814 | 2013-10-12 01:42:17 | [diff] [blame] | 1189 | }, |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1190 | 'virtual_keyboard': { |
| 1191 | 'filepath': 'ui/keyboard/'\ |
oka | 47452c2 | 2017-02-17 05:07:57 | [diff] [blame] | 1192 | '|chrome/test/data/chromeos/virtual_keyboard/'\ |
| 1193 | '|extensions/browser/api/virtual_keyboard_private/'\ |
James Cook | a35a1e2 | 2017-04-08 02:33:08 | [diff] [blame] | 1194 | '|ash/system/virtual_keyboard/'\ |
oka | 47452c2 | 2017-02-17 05:07:57 | [diff] [blame] | 1195 | '|ash/virtual_keyboard', |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1196 | }, |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 1197 | 'virtual_reality': { |
| 1198 | 'filepath': 'vr_shell/|'\ |
| 1199 | '/vr/|'\ |
| 1200 | 'third_party/gvr', |
| 1201 | }, |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1202 | 'webrtc_browser_tests': { |
| 1203 | 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ |
| 1204 | 'content/browser/media/.*webrtc.*browsertest', |
| 1205 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 1206 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1207 | 'filepath': 'chrome/browser/content_settings/'\ |
| 1208 | '|chrome/browser/ui/views/website_settings/'\ |
| 1209 | '|chrome/browser/ui/website_settings/'\ |
mukai | 077089f | 2014-09-11 18:41:52 | [diff] [blame] | 1210 | '|chrome/common/content_settings'\ |
| 1211 | '|components/content_settings/', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 1212 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1213 | 'windows_sandboxing': { |
| 1214 | 'filepath': 'sandbox/win/', |
| 1215 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1216 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1217 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 1218 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 1219 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1220 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1221 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 1222 | '|chrome/browser/chromeos/wm_' \ |
| 1223 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 1224 | }, |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 1225 | 'zoom': { |
| 1226 | 'filepath': 'chrome/browser/ui/zoom/' \ |
| 1227 | '|components/ui/zoom/' \ |
| 1228 | '|content/browser/host_zoom_*' \ |
| 1229 | '|content/browser/storage_partition_impl*' \ |
| 1230 | '|content/public/browser/host_zoom_map.h' \ |
| 1231 | '|content/public/browser/storage_partition.h' |
| 1232 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1233 | |
| 1234 | 'blink': { |
| 1235 | 'filepath': 'third_party/WebKit/', |
| 1236 | }, |
| 1237 | 'blink_accessibility': { |
| 1238 | 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)' |
| 1239 | }, |
| 1240 | 'blink_animation': { |
| 1241 | 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)', |
| 1242 | }, |
| 1243 | 'blink_app_banner': { |
| 1244 | 'filepath': 'third_party/WebKit/Source/modules/app_banner' \ |
| 1245 | '|third_party/WebKit/public/platform/modules/app_banner', |
| 1246 | }, |
| 1247 | 'blink_audio': { |
| 1248 | 'filepath': 'third_party/WebKit/Source/platform/audio' \ |
| 1249 | '|third_party/WebKit/Source/modules/webaudio', |
| 1250 | }, |
| 1251 | 'blink_battery_status': { |
| 1252 | 'filepath': 'third_party/WebKit/Source/modules/battery/' \ |
| 1253 | '|third_party/WebKit/LayoutTests/battery-status/' \ |
| 1254 | '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' |
| 1255 | }, |
| 1256 | 'blink_bidi': { |
| 1257 | 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \ |
| 1258 | '|third_party/WebKit/Source/core/rendering/.*Bidi', |
| 1259 | }, |
| 1260 | 'blink_bindings': { |
| 1261 | 'filepath': 'third_party/WebKit/Source/bindings', |
| 1262 | }, |
jbroman | 9ac2d53 | 2016-09-01 18:20:08 | [diff] [blame] | 1263 | 'blink_bindings_serialization': { |
| 1264 | 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ', |
| 1265 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1266 | 'blink_bluetooth': { |
| 1267 | 'filepath': 'third_party/WebKit/.*[Bb]luetooth' |
| 1268 | }, |
| 1269 | 'blink_canvas2d': { |
| 1270 | 'filepath': 'third_party/WebKit/Source/core/html/canvas' \ |
| 1271 | '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \ |
| 1272 | '|third_party/WebKit/Source/modules/canvas2d' \ |
| 1273 | '|third_party/WebKit/Source/platform/graphics/Canvas2D', |
| 1274 | }, |
| 1275 | 'blink_clipboard': { |
| 1276 | 'filepath': 'third_party/WebKit/Source/core/clipboard' \ |
| 1277 | '|third_party/WebKit/Source/core/page/.*Drag' \ |
| 1278 | '|third_party/WebKit/Source/platform/.*Drag' \ |
| 1279 | '|third_party/WebKit/Source/platform/clipboard' \ |
| 1280 | '|third_party/WebKit/Source/web/.*Drag' \ |
| 1281 | '|third_party/WebKit/public/platform/.*Drag' \ |
| 1282 | '|third_party/WebKit/public/web/.*Drag', |
| 1283 | }, |
| 1284 | 'blink_content_security_policy': { |
| 1285 | 'filepath': 'third_party/WebKit/Source/core/frame/csp' \ |
| 1286 | '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \ |
| 1287 | '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy' |
| 1288 | }, |
| 1289 | 'blink_css': { |
| 1290 | 'filepath': 'third_party/WebKit/Source/core/css', |
| 1291 | }, |
| 1292 | 'blink_css_grid_layout': { |
| 1293 | 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \ |
| 1294 | '|third_party/WebKit/Source/core/paint/.*Grid' \ |
| 1295 | '|third_party/WebKit/Source/core/css/.*Grid' \ |
| 1296 | '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \ |
| 1297 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \ |
| 1298 | '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \ |
| 1299 | '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/' |
| 1300 | }, |
| 1301 | 'blink_css_flexbox': { |
| 1302 | 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \ |
| 1303 | '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \ |
| 1304 | '|third_party/WebKit/LayoutTests/css3/flexbox/' \ |
| 1305 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/' |
| 1306 | }, |
| 1307 | 'blink_css_fragmentation_tests': { |
| 1308 | 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \ |
mstensho | 6471a3d | 2015-11-25 12:31:02 | [diff] [blame] | 1309 | '|third_party/WebKit/LayoutTests/fast/pagination/' \ |
| 1310 | '|third_party/WebKit/LayoutTests/printing/' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1311 | }, |
| 1312 | 'blink_css_regions': { |
| 1313 | 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \ |
| 1314 | '|third_party/WebKit/Source/core/dom/NodeRendering' \ |
| 1315 | '|third_party/WebKit/Source/core/dom/.*NamedFlow' \ |
| 1316 | '|third_party/WebKit/Source/core/css/.*Region' \ |
| 1317 | '|third_party/WebKit/LayoutTests/compositing/regions/' \ |
| 1318 | '|third_party/WebKit/LayoutTests/fast/regions/' \ |
| 1319 | '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/' |
| 1320 | }, |
| 1321 | 'blink_custom_elements': { |
dominicc | 05d120d | 2016-05-16 01:13:40 | [diff] [blame] | 1322 | 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1323 | '|third_party/WebKit/Source/bindings/v8/.*CustomElement', |
| 1324 | }, |
| 1325 | 'blink_device_light': { |
| 1326 | 'filepath': 'third_party/WebKit/Source/modules/device_light/' \ |
| 1327 | '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/' |
| 1328 | }, |
| 1329 | 'blink_device_orientation': { |
| 1330 | 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \ |
tkent | f9e9515 | 2017-02-08 22:39:34 | [diff] [blame] | 1331 | '|third_party/WebKit/LayoutTests/device_orientation/' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1332 | '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \ |
| 1333 | '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController' |
| 1334 | }, |
| 1335 | 'blink_devtools': { |
| 1336 | 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)', |
| 1337 | }, |
| 1338 | 'blink_dom': { |
| 1339 | 'filepath': 'third_party/WebKit/Source/core/dom/' |
| 1340 | }, |
| 1341 | 'blink_events': { |
| 1342 | 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \ |
| 1343 | '|third_party/WebKit/Source/core/dom/.*Event' \ |
| 1344 | '|third_party/WebKit/Source/core/css/.*Event' \ |
| 1345 | '|third_party/WebKit/Source/platform/.*Event' |
| 1346 | }, |
| 1347 | 'blink_fetch': { |
kinuko | c0f5d16 | 2017-01-27 06:26:53 | [diff] [blame] | 1348 | 'filepath': 'third_party/WebKit/Source/platform/loader/fetch' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1349 | }, |
| 1350 | 'blink_heap': { |
| 1351 | 'filepath': 'third_party/WebKit/Source/platform/heap' \ |
haraken | bc02f10 | 2017-01-05 08:46:15 | [diff] [blame] | 1352 | '|base/allocator/partition_allocator/' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1353 | }, |
| 1354 | 'blink_html': { |
| 1355 | 'filepath': 'third_party/WebKit/Source/core/html/' |
| 1356 | }, |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 1357 | 'blink_image_capture': { |
| 1358 | 'filepath': 'third_party/WebKit/Source/modules/imagecapture' \ |
| 1359 | '|third_party/WebKit/LayoutTests/fast/imagecapture/' \ |
| 1360 | '|third_party/WebKit/LayoutTests/imagecapture/' |
| 1361 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1362 | 'blink_loader': { |
kinuko | c0f5d16 | 2017-01-27 06:26:53 | [diff] [blame] | 1363 | 'filepath': 'third_party/WebKit/Source/core/loader', \ |
| 1364 | 'filepath': 'third_party/WebKit/Source/platform/loader' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1365 | }, |
haraken | 04143c6 | 2016-03-31 08:48:56 | [diff] [blame] | 1366 | 'blink_modules': { |
| 1367 | 'filepath': 'third_party/WebKit/Source/modules' |
| 1368 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1369 | 'blink_notifications': { |
| 1370 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \ |
| 1371 | '|third_party/WebKit/Source/modules/notifications' \ |
| 1372 | '|third_party/WebKit/public/platform/modules/notifications' |
| 1373 | }, |
| 1374 | 'blink_owners': { |
| 1375 | 'filepath': 'third_party/WebKit/.*OWNERS', |
| 1376 | }, |
| 1377 | 'blink_paint': { |
| 1378 | 'filepath': 'third_party/WebKit/Source/core/paint/' |
| 1379 | }, |
panicker | e9ffa3f | 2017-04-10 18:26:06 | [diff] [blame] | 1380 | 'blink_performance_timing': { |
| 1381 | 'filepath': 'third_party/WebKit/Source/core/timing/' |
| 1382 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1383 | 'blink_permissions': { |
| 1384 | 'filepath': 'third_party/WebKit/Source/modules/permissions/' \ |
| 1385 | '|third_party/WebKit/public/platform/modules/permissions/', |
| 1386 | }, |
| 1387 | 'blink_preloadScanner': { |
| 1388 | 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner', |
| 1389 | }, |
| 1390 | 'blink_public_api': { |
| 1391 | 'filepath': 'third_party/WebKit/public' |
| 1392 | }, |
| 1393 | 'blink_push_messaging': { |
| 1394 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \ |
| 1395 | '|third_party/WebKit/Source/modules/push_messaging' \ |
| 1396 | '|third_party/WebKit/public/platform/modules/push_messaging' |
| 1397 | }, |
kinuko | 533a169 | 2015-12-21 08:57:25 | [diff] [blame] | 1398 | 'blink_platform': { |
| 1399 | 'filepath': 'third_party/WebKit/Source/platform' |
| 1400 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1401 | 'blink_platform_graphics': { |
| 1402 | 'filepath': 'third_party/WebKit/Source/platform/fonts' \ |
| 1403 | '|third_party/WebKit/Source/platform/geometry' \ |
| 1404 | '|third_party/WebKit/Source/platform/graphics' |
| 1405 | }, |
| 1406 | 'blink_indexed_db': { |
| 1407 | 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \ |
| 1408 | '|third_party/WebKit/Source/web/.*IDB' \ |
| 1409 | '|third_party/WebKit/LayoutTests/storage/indexeddb' \ |
| 1410 | '|third_party/WebKit/public/platform/.*IDB' |
| 1411 | }, |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 1412 | 'blink_input': { |
| 1413 | 'filepath': 'third_party/WebKit/Source/core/input/' |
| 1414 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1415 | 'blink_layout': { |
| 1416 | 'filepath': 'third_party/WebKit/Source/core/layout' \ |
| 1417 | '|third_party/WebKit/Source/core/rendering' |
| 1418 | }, |
ojan | 21576e2 | 2016-08-17 21:43:46 | [diff] [blame] | 1419 | 'blink_layout_ng': { |
| 1420 | 'filepath': 'third_party/WebKit/Source/core/layout/ng', |
| 1421 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1422 | 'blink_layers': { |
| 1423 | 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \ |
| 1424 | '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \ |
| 1425 | '|third_party/WebKit/Source/core/layout/Layer' |
| 1426 | }, |
| 1427 | 'blink_prerender': { |
| 1428 | 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)' |
| 1429 | }, |
| 1430 | 'blink_client_hints': { |
| 1431 | 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \ |
| 1432 | '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \ |
| 1433 | '|third_party/WebKit/Source/core/fetch/FetchContext*' \ |
| 1434 | '|third_party/WebKit/Source/core/fetch/ImageResource*' \ |
| 1435 | '|third_party/WebKit/Source/core/fetch/ResourceFetcher*' |
| 1436 | }, |
| 1437 | 'blink_track': { |
| 1438 | 'filepath': 'third_party/WebKit/Source/core/html/track/' \ |
| 1439 | '|third_party/WebKit/Source/core/loader/TextTrack' \ |
| 1440 | '|third_party/WebKit/Source/core/html/HTMLMediaElement' \ |
| 1441 | '|third_party/WebKit/Source/core/html/HTMLTrackElement' \ |
| 1442 | '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ |
| 1443 | '|third_party/WebKit/Source/core/css/mediaControl' \ |
| 1444 | '|third_party/WebKit/LayoutTests/media/track/' |
| 1445 | }, |
| 1446 | 'blink_media': { |
| 1447 | 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \ |
| 1448 | '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \ |
| 1449 | '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ |
| 1450 | '|third_party/WebKit/Source/core/layout/LayoutMedia' \ |
| 1451 | '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \ |
| 1452 | '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \ |
| 1453 | '|third_party/WebKit/Source/platform/drm/' \ |
| 1454 | '|third_party/WebKit/Source/platform/graphics/media/' \ |
| 1455 | '|third_party/WebKit/Source/web/.*Media' \ |
| 1456 | '|third_party/WebKit/LayoutTests/media/' \ |
| 1457 | '|third_party/WebKit/public/.*Media' |
| 1458 | }, |
| 1459 | 'blink_media_queries': { |
| 1460 | 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \ |
| 1461 | '|third_party/WebKit/Source/core/css/MediaList' \ |
| 1462 | '|third_party/WebKit/Source/core/css/MediaQuery' \ |
| 1463 | '|third_party/WebKit/Source/core/css/parser/MediaQuery' |
| 1464 | }, |
| 1465 | 'blink_navigator_content_utils': { |
| 1466 | 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \ |
| 1467 | '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils' |
| 1468 | }, |
| 1469 | 'blink_out_of_process_frames': { |
| 1470 | 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \ |
dcheng | 10f6a9c | 2016-05-06 16:40:03 | [diff] [blame] | 1471 | '|third_party/WebKit/Source/core/frame/Frame\.' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1472 | '|third_party/WebKit/Source/web/WebFrame' \ |
| 1473 | '|third_party/WebKit/Source/web/WebRemoteFrameImpl' |
| 1474 | }, |
| 1475 | 'blink_fileapi': { |
| 1476 | 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \ |
| 1477 | '|third_party/WebKit/Source/core/fileapi/' \ |
| 1478 | '|third_party/WebKit/Source/platform/.*File' \ |
| 1479 | '|third_party/WebKit/Source/web/.*File' \ |
| 1480 | '|third_party/WebKit/LayoutTests/fast/file' \ |
| 1481 | '|third_party/WebKit/public/.*File' |
| 1482 | }, |
haraken | 98d0827a | 2017-02-27 00:55:19 | [diff] [blame] | 1483 | 'blink_frames': { |
| 1484 | 'filepath': 'third_party/WebKit/Source/core/frame/' |
| 1485 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1486 | 'blink_quota': { |
| 1487 | 'filepath': 'third_party/WebKit/Source/modules/quota/' \ |
| 1488 | '|third_party/WebKit/Source/web/.*Quota' \ |
| 1489 | '|third_party/WebKit/public/.*Quota' |
| 1490 | }, |
| 1491 | 'blink_mediastream': { |
| 1492 | 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \ |
| 1493 | '|third_party/WebKit/Source/platform/mediastream/' \ |
| 1494 | '|third_party/WebKit/Source/platform/exported/WebMediaStream' \ |
| 1495 | '|third_party/WebKit/Source/platform/exported/WebRTC' \ |
| 1496 | '|third_party/WebKit/LayoutTests/fast/mediastream/' |
| 1497 | }, |
| 1498 | 'blink_geolocation': { |
tkent | c5e88f0 | 2017-02-06 22:47:31 | [diff] [blame] | 1499 | 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1500 | '|third_party/WebKit/Source/modules/geolocation/' \ |
| 1501 | '|third_party/WebKit/Source/web/.*Geolocation' \ |
| 1502 | '|third_party/WebKit/public/web/.*Geolocation' |
| 1503 | }, |
| 1504 | 'blink_htmlparser': { |
| 1505 | 'filepath': 'third_party/WebKit/Source/core/html/parser/' |
| 1506 | }, |
| 1507 | 'blink_screen_orientation': { |
| 1508 | 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \ |
| 1509 | '|third_party/WebKit/public/platform/modules/screen_orientation', |
| 1510 | }, |
| 1511 | 'blink_scheduler': { |
| 1512 | 'filepath': 'third_party/WebKit/Source/platform/scheduler' \ |
| 1513 | '|third_party/WebKit/Source/core/html/parser/.*Scheduler' |
| 1514 | }, |
| 1515 | 'blink_serviceworkers' : { |
| 1516 | 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \ |
falken | fc599795 | 2017-03-15 07:09:14 | [diff] [blame] | 1517 | '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \ |
| 1518 | '|third_party/WebKit/LayoutTests/external/wpt/service-workers' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1519 | }, |
| 1520 | 'blink_serviceworkers_tests' : { |
falken | fc599795 | 2017-03-15 07:09:14 | [diff] [blame] | 1521 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \ |
| 1522 | '|third_party/WebKit/LayoutTests/external/wpt/service-workers' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1523 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1524 | 'blink_spellcheck' : { |
| 1525 | 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck' |
| 1526 | }, |
jbroman | a7bdfdb | 2016-02-05 15:10:32 | [diff] [blame] | 1527 | 'blink_spv2_layout_tests': { |
| 1528 | 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2' |
| 1529 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1530 | 'blink_style': { |
| 1531 | 'filepath': 'third_party/WebKit/.*(style/|Style)', |
| 1532 | }, |
| 1533 | 'blink_svg': { |
| 1534 | 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg', |
| 1535 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1536 | 'blink_vibration': { |
| 1537 | 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \ |
| 1538 | '|third_party/WebKit/Source/modules/vibration/' |
| 1539 | }, |
| 1540 | 'blink_viewport_interaction': { |
| 1541 | 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \ |
| 1542 | '|third_party/WebKit/Source/core/dom/ViewportArguments' \ |
| 1543 | '|third_party/WebKit/Source/core/html/HTMLMetaElement' \ |
| 1544 | '|third_party/WebKit/Source/core/page/FrameView' \ |
| 1545 | '|third_party/WebKit/Source/core/page/scrolling' |
| 1546 | }, |
| 1547 | 'blink_w3ctests': { |
tkent | 028ee35 | 2017-01-23 00:39:24 | [diff] [blame] | 1548 | 'filepath': 'third_party/WebKit/LayoutTests/external/' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1549 | '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/' |
| 1550 | }, |
kinuko | a1a7320 | 2016-05-24 06:42:36 | [diff] [blame] | 1551 | 'blink_web': { |
| 1552 | 'filepath': 'third_party/WebKit/Source/web' |
| 1553 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1554 | 'blink_webcomponents': { |
| 1555 | 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \ |
| 1556 | '|third_party/WebKit/Source/core/dom/custom/' \ |
| 1557 | '|third_party/WebKit/Source/core/html/imports/' \ |
| 1558 | '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \ |
| 1559 | '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers' |
| 1560 | }, |
| 1561 | 'blink_webp': { |
| 1562 | 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \ |
| 1563 | '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP' |
| 1564 | }, |
| 1565 | 'blink_websockets': { |
| 1566 | 'filepath': 'third_party/WebKit/Source/modules/websockets/' |
| 1567 | }, |
| 1568 | 'blink_workers': { |
falken | fc599795 | 2017-03-15 07:09:14 | [diff] [blame] | 1569 | 'filepath': 'third_party/WebKit/Source/core/workers' \ |
| 1570 | '|third_party/WebKit/LayoutTests/http/tests/workers' \ |
| 1571 | '|third_party/WebKit/LayoutTests/fast/workers' \ |
| 1572 | '|third_party/WebKit/LayoutTests/external/wpt/workers' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1573 | }, |
| 1574 | 'blink_wtf': { |
| 1575 | 'filepath': 'third_party/WebKit/Source/wtf', |
| 1576 | }, |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 1577 | 'blink_xml': { |
| 1578 | 'filepath': 'third_party/WebKit/Source/core/xml/' |
| 1579 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1580 | 'blink_xmlhttprequest': { |
| 1581 | 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' |
tfarina | d21f947 | 2015-10-13 18:36:01 | [diff] [blame] | 1582 | }, |
| 1583 | 'test_runner': { |
| 1584 | 'filepath': 'components/test_runner/' \ |
| 1585 | '|content/shell/(common|browser|renderer)/layout_test/' \ |
| 1586 | '|content/test/layouttest_support.cc' \ |
| 1587 | '|content/public/test/layouttest_support.h' \ |
tfarina | d21f947 | 2015-10-13 18:36:01 | [diff] [blame] | 1588 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1589 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 1590 | |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1591 | ############################################################################## |
| 1592 | # Please keep alphabetical |
| 1593 | ############################################################################## |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1594 | 'WATCHLISTS': { |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1595 | 'about_flags': ['[email protected]'], |
mazda | 6471d0e | 2015-10-02 06:32:55 | [diff] [blame] | 1596 | 'accelerator_table': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1597 | '[email protected]'], |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1598 | 'accessibility': ['[email protected]', |
| 1599 | '[email protected]', |
dougt | cd8ac01d | 2017-03-24 16:23:40 | [diff] [blame] | 1600 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1601 | '[email protected]', |
je_julie.kim | a170bac | 2015-05-06 14:57:54 | [diff] [blame] | 1602 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1603 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1604 | '[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 1605 | 'add_to_homescreen': ['[email protected]', |
zpeng | 9351f9d | 2016-09-25 14:41:20 | [diff] [blame] | 1606 | '[email protected]', |
pkotwicz | 2ec0b29 | 2016-09-26 17:12:32 | [diff] [blame] | 1607 | '[email protected]', |
zpeng | 9351f9d | 2016-09-25 14:41:20 | [diff] [blame] | 1608 | '[email protected]'], |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1609 | 'android_crash_reporting': ['[email protected]'], |
juncai | c08f41d | 2017-05-04 20:36:58 | [diff] [blame^] | 1610 | 'android_item_chooser_dialogs': ['[email protected]', |
| 1611 | '[email protected]'], |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 1612 | 'android_crazy_linker': ['[email protected]'], |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 1613 | 'android_infobars': ['[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 1614 | 'android_infra': ['[email protected]', |
| 1615 | '[email protected]', |
mikecase | c0ea086 | 2015-10-24 00:14:32 | [diff] [blame] | 1616 | '[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 1617 | 'android_java': ['[email protected]'], |
lizeb | f34f69b | 2016-03-30 16:08:53 | [diff] [blame] | 1618 | 'android_loading': ['[email protected]', |
droger | e76b563 | 2016-03-31 14:14:41 | [diff] [blame] | 1619 | '[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1620 | 'android_media': ['[email protected]', |
| 1621 | '[email protected]'], |
nyquist | f602bd0 | 2017-02-16 23:17:44 | [diff] [blame] | 1622 | 'android_studio': ['[email protected]', |
| 1623 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1624 | 'android_tab': ['[email protected]', |
| 1625 | '[email protected]'], |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1626 | 'android_uma_settings': ['[email protected]', |
| 1627 | '[email protected]'], |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 1628 | 'android_webapk': ['[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 1629 | 'android_webview': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1630 | 'app_list': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1631 | '[email protected]'], |
| 1632 | 'app_shortcuts': ['[email protected]', |
| 1633 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1634 | 'appcache': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1635 | 'apps': ['[email protected]', |
| 1636 | '[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1637 | 'arc': ['[email protected]', |
hidehiko | 49f0b7c | 2016-05-24 10:59:47 | [diff] [blame] | 1638 | '[email protected]', |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1639 | '[email protected]', |
victorhsieh | 52feccd | 2017-02-27 18:27:02 | [diff] [blame] | 1640 | '[email protected]', |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1641 | '[email protected]'], |
lhchavez | 61532c9 | 2016-10-18 21:33:37 | [diff] [blame] | 1642 | 'arc_auth': ['[email protected]'], |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 1643 | 'arc_kiosk': ['[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1644 | 'arc_net': ['[email protected]', |
| 1645 | '[email protected]', |
| 1646 | '[email protected]'], |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 1647 | 'arc_power': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1648 | 'ash': ['[email protected]', |
| 1649 | '[email protected]'], |
| 1650 | 'aura': ['[email protected]', |
| 1651 | '[email protected]'], |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 1652 | 'aura_compositor': ['[email protected]', |
| 1653 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1654 | '[email protected]', |
danakj | 3695c58 | 2016-10-26 21:54:43 | [diff] [blame] | 1655 | '[email protected]'], |
sullivan | 0171e3c | 2015-03-03 18:47:21 | [diff] [blame] | 1656 | 'auto_bisect': ['[email protected]'], |
jdonnelly | 1ec60d9 | 2016-05-25 22:01:39 | [diff] [blame] | 1657 | 'autofill': ['[email protected]', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 1658 | '[email protected]', |
sebsg | bbfbea0 | 2016-10-24 21:54:59 | [diff] [blame] | 1659 | '[email protected]', |
| 1660 | '[email protected]', |
mathp | c204064 | 2017-01-25 14:59:41 | [diff] [blame] | 1661 | '[email protected]', |
| 1662 | '[email protected]'], |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 1663 | 'background_fetch': ['[email protected]', |
| 1664 | '[email protected]', |
| 1665 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1666 | 'background_sync': ['[email protected]', |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 1667 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1668 | '[email protected]', |
| 1669 | '[email protected]'], |
pkotwicz | 2ec0b29 | 2016-09-26 17:12:32 | [diff] [blame] | 1670 | 'banners': ['[email protected]', |
zpeng | 143b479 | 2016-10-06 20:38:12 | [diff] [blame] | 1671 | '[email protected]', |
| 1672 | '[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1673 | 'base_allocator': ['[email protected]', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1674 | '[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 1675 | 'base_memory': ['[email protected]'], |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 1676 | 'base_task_scheduler': ['[email protected]', |
| 1677 | '[email protected]', |
| 1678 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1679 | 'base_win': ['[email protected]', |
| 1680 | '[email protected]'], |
danakj | 479ab50 | 2017-03-31 20:19:09 | [diff] [blame] | 1681 | 'base': ['[email protected]', |
| 1682 | '[email protected]',], |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 1683 | 'battery_status': ['[email protected]'], |
wnwen | 7268476 | 2017-03-29 13:28:37 | [diff] [blame] | 1684 | 'binary_size': ['[email protected]', |
| 1685 | '[email protected]', |
| 1686 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1687 | 'blink': ['[email protected]'], |
| 1688 | 'blink_accessibility': ['[email protected]', |
| 1689 | '[email protected]', |
dougt | cd8ac01d | 2017-03-24 16:23:40 | [diff] [blame] | 1690 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1691 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1692 | '[email protected]'], |
| 1693 | 'blink_animation': ['[email protected]', |
| 1694 | '[email protected]', |
| 1695 | '[email protected]', |
| 1696 | '[email protected]', |
| 1697 | '[email protected]'], |
| 1698 | 'blink_app_banner': ['[email protected]'], |
| 1699 | 'blink_audio': ['[email protected]', |
| 1700 | '[email protected]'], |
| 1701 | 'blink_battery_status': ['[email protected]', |
| 1702 | '[email protected]'], |
| 1703 | 'blink_bidi': ['[email protected]'], |
| 1704 | 'blink_bindings': ['[email protected]'], |
jbroman | 9ac2d53 | 2016-09-01 18:20:08 | [diff] [blame] | 1705 | 'blink_bindings_serialization': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1706 | 'blink_bluetooth': ['[email protected]', |
| 1707 | '[email protected]'], |
ajuma | bd2c9c2 | 2017-05-01 21:29:50 | [diff] [blame] | 1708 | 'blink_canvas2d': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1709 | '[email protected]', |
| 1710 | '[email protected]'], |
| 1711 | 'blink_client_hints': ['[email protected]'], |
| 1712 | 'blink_clipboard': ['[email protected]'], |
| 1713 | 'blink_css': ['[email protected]', |
| 1714 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1715 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1716 | '[email protected]', |
| 1717 | '[email protected]'], |
| 1718 | 'blink_css_flexbox': ['[email protected]'], |
| 1719 | 'blink_css_fragmentation_tests': ['[email protected]'], |
| 1720 | 'blink_css_grid_layout': ['[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1721 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1722 | '[email protected]'], |
| 1723 | 'blink_css_regions': ['[email protected]'], |
| 1724 | 'blink_custom_elements': ['[email protected]', |
| 1725 | '[email protected]'], |
| 1726 | 'blink_device_light': ['[email protected]', |
| 1727 | '[email protected]'], |
| 1728 | 'blink_device_orientation': ['[email protected]', |
| 1729 | '[email protected]'], |
| 1730 | 'blink_devtools': ['[email protected]', |
| 1731 | '[email protected]', |
| 1732 | '[email protected]', |
| 1733 | '[email protected]', |
| 1734 | '[email protected]', |
lushnikov | c5bd7ca | 2016-07-27 17:19:39 | [diff] [blame] | 1735 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1736 | 'blink_dom': ['[email protected]', |
| 1737 | '[email protected]', |
| 1738 | '[email protected]', |
| 1739 | '[email protected]', |
| 1740 | '[email protected]'], |
| 1741 | 'blink_events': ['[email protected]', |
| 1742 | '[email protected]', |
| 1743 | '[email protected]', |
| 1744 | '[email protected]'], |
| 1745 | 'blink_fetch': ['[email protected]', |
| 1746 | '[email protected]', |
| 1747 | '[email protected]', |
| 1748 | '[email protected]'], |
| 1749 | 'blink_fileapi': ['[email protected]', |
| 1750 | '[email protected]', |
| 1751 | '[email protected]'], |
haraken | 98d0827a | 2017-02-27 00:55:19 | [diff] [blame] | 1752 | 'blink_frames': ['[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 1753 | 'blink_geolocation': ['[email protected]', |
| 1754 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1755 | '[email protected]'], |
| 1756 | 'blink_heap': ['[email protected]', |
| 1757 | '[email protected]', |
| 1758 | '[email protected]', |
| 1759 | '[email protected]'], |
| 1760 | 'blink_html': ['[email protected]', |
| 1761 | '[email protected]'], |
csharrison | f357e963 | 2016-07-29 01:27:22 | [diff] [blame] | 1762 | 'blink_htmlparser': ['[email protected]', |
| 1763 | '[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 1764 | 'blink_image_capture': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1765 | 'blink_indexed_db': ['[email protected]', |
| 1766 | '[email protected]'], |
| 1767 | 'blink_input': ['[email protected]', |
nzolghadr | 773a198 | 2016-10-18 21:26:45 | [diff] [blame] | 1768 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1769 | 'blink_layers': ['[email protected]'], |
| 1770 | 'blink_layout': ['[email protected]', |
| 1771 | '[email protected]', |
| 1772 | '[email protected]', |
| 1773 | '[email protected]', |
| 1774 | '[email protected]', |
| 1775 | '[email protected]', |
| 1776 | '[email protected]'], |
cbiesinger | 46ecaae | 2016-09-09 18:44:56 | [diff] [blame] | 1777 | 'blink_layout_ng': ['[email protected]', |
glebl | c60d663 | 2016-09-13 19:49:46 | [diff] [blame] | 1778 | '[email protected]', |
atotic | 30c8eba | 2016-10-28 13:24:07 | [diff] [blame] | 1779 | '[email protected]', |
dgrogan | f9744ea | 2017-01-18 23:23:26 | [diff] [blame] | 1780 | '[email protected]', |
atotic | 30c8eba | 2016-10-28 13:24:07 | [diff] [blame] | 1781 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1782 | 'blink_loader': ['[email protected]', |
| 1783 | '[email protected]', |
| 1784 | '[email protected]', |
| 1785 | '[email protected]'], |
| 1786 | 'blink_media': ['[email protected]', |
| 1787 | '[email protected]', |
srirama.m | dec4f51 | 2016-09-06 08:22:19 | [diff] [blame] | 1788 | '[email protected]', |
| 1789 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1790 | 'blink_media_queries': ['[email protected]', |
| 1791 | '[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 1792 | 'blink_mediastream': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1793 | 'blink_modules': ['[email protected]'], |
| 1794 | 'blink_navigator_content_utils': ['[email protected]'], |
awdf | 2e27024 | 2016-09-06 16:21:34 | [diff] [blame] | 1795 | 'blink_notifications': ['[email protected]', |
| 1796 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1797 | 'blink_out_of_process_frames': ['[email protected]', |
| 1798 | '[email protected]'], |
| 1799 | 'blink_owners': ['[email protected]'], |
| 1800 | 'blink_paint' : ['[email protected]', |
chrishtr | 4030de34 | 2016-10-03 23:57:59 | [diff] [blame] | 1801 | '[email protected]'], |
panicker | e9ffa3f | 2017-04-10 18:26:06 | [diff] [blame] | 1802 | 'blink_performance_timing': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1803 | 'blink_permissions': ['[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 1804 | 'blink_platform': ['[email protected]'], |
ajuma | bd2c9c2 | 2017-05-01 21:29:50 | [diff] [blame] | 1805 | 'blink_platform_graphics': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1806 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1807 | '[email protected]', |
| 1808 | '[email protected]', |
| 1809 | '[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 1810 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1811 | '[email protected]', |
| 1812 | '[email protected]', |
| 1813 | '[email protected]', |
| 1814 | '[email protected]'], |
| 1815 | 'blink_prerender': ['[email protected]', |
| 1816 | '[email protected]'], |
| 1817 | 'blink_preloadScanner': ['[email protected]'], |
| 1818 | 'blink_public_api': ['[email protected]', |
| 1819 | '[email protected]'], |
awdf | 2e27024 | 2016-09-06 16:21:34 | [diff] [blame] | 1820 | 'blink_push_messaging': ['[email protected]', |
| 1821 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1822 | '[email protected]'], |
| 1823 | 'blink_quota': ['[email protected]', |
| 1824 | '[email protected]', |
| 1825 | '[email protected]'], |
| 1826 | 'blink_scheduler': ['[email protected]'], |
| 1827 | 'blink_screen_orientation': ['[email protected]'], |
falken | 6731ece4 | 2016-10-12 01:41:50 | [diff] [blame] | 1828 | 'blink_serviceworkers': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1829 | '[email protected]', |
| 1830 | '[email protected]', |
| 1831 | '[email protected]', |
| 1832 | '[email protected]', |
| 1833 | '[email protected]', |
| 1834 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 1835 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1836 | '[email protected]'], |
| 1837 | 'blink_serviceworkers_tests': ['[email protected]'], |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 1838 | 'blink_spellcheck' : ['[email protected]', |
xiaochengh | 4a3c84e | 2017-03-28 07:15:32 | [diff] [blame] | 1839 | '[email protected]', |
| 1840 | '[email protected]'], |
jbroman | 69166ca8 | 2017-04-04 21:01:36 | [diff] [blame] | 1841 | 'blink_spv2_layout_tests': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1842 | 'blink_style': ['[email protected]'], |
| 1843 | 'blink_svg': ['[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 1844 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1845 | '[email protected]', |
| 1846 | '[email protected]', |
| 1847 | '[email protected]', |
| 1848 | '[email protected]', |
| 1849 | '[email protected]', |
| 1850 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1851 | 'blink_track': ['[email protected]', |
| 1852 | '[email protected]', |
| 1853 | '[email protected]', |
danakj | 40af6b56 | 2017-01-24 15:55:28 | [diff] [blame] | 1854 | '[email protected]'], |
mvanouwerkerk | 38f632c6 | 2017-04-13 10:35:31 | [diff] [blame] | 1855 | 'blink_vibration': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1856 | 'blink_viewport_interaction': ['[email protected]'], |
| 1857 | 'blink_w3ctests': ['[email protected]'], |
| 1858 | 'blink_web': ['[email protected]'], |
| 1859 | 'blink_webcomponents': ['[email protected]', |
| 1860 | '[email protected]'], |
| 1861 | 'blink_webp': ['[email protected]', |
| 1862 | '[email protected]', |
| 1863 | '[email protected]'], |
| 1864 | 'blink_websockets': ['[email protected]', |
| 1865 | '[email protected]'], |
| 1866 | 'blink_workers': ['[email protected]', |
falken | 6731ece4 | 2016-10-12 01:41:50 | [diff] [blame] | 1867 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1868 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 1869 | '[email protected]', |
| 1870 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1871 | 'blink_wtf': ['[email protected]', |
| 1872 | '[email protected]'], |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 1873 | 'blink_xml': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1874 | 'blink_xmlhttprequest': ['[email protected]'], |
noyau | ce46087 | 2016-09-09 11:54:00 | [diff] [blame] | 1875 | 'bookmarks': ['[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 1876 | 'bottombar': ['[email protected]', |
| 1877 | '[email protected]'], |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 1878 | 'browser_chromeos': ['[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 1879 | 'browser_components': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1880 | 'browser_compositor': ['[email protected]', |
| 1881 | '[email protected]'], |
[email protected] | 17a2fba | 2013-02-07 18:46:57 | [diff] [blame] | 1882 | 'browser_resources': ['[email protected]'], |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 1883 | 'browser_resources_md': ['[email protected]'], |
msramek | 878b39d9 | 2016-04-20 07:55:33 | [diff] [blame] | 1884 | 'browsing_data': ['[email protected]', |
| 1885 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1886 | 'bubble': ['[email protected]', |
| 1887 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1888 | '[email protected]'], |
| 1889 | 'cache_storage': ['[email protected]', |
| 1890 | '[email protected]'], |
[email protected] | c9ae7a3 | 2014-03-31 22:18:59 | [diff] [blame] | 1891 | 'cast': ['[email protected]', |
[email protected] | 479180d2 | 2014-03-11 09:47:34 | [diff] [blame] | 1892 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 1893 | '[email protected]', |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 1894 | '[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1895 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 1896 | '[email protected]', |
| 1897 | '[email protected]'], |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 1898 | 'cast_certificate': ['[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1899 | '[email protected]', |
ryanchung | 24f9d7b | 2017-01-12 19:18:34 | [diff] [blame] | 1900 | '[email protected]'], |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1901 | 'cast_channel': ['[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 1902 | 'cc': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1903 | 'certificate_transparency': ['[email protected]', |
| 1904 | '[email protected]', |
martijn | ccdd054 | 2016-11-07 18:49:27 | [diff] [blame] | 1905 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1906 | '[email protected]'], |
| 1907 | 'chrome_elf': ['[email protected]', |
| 1908 | '[email protected]'], |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 1909 | 'chrome_grc': ['[email protected]'], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 1910 | 'chrome_views': ['[email protected]'], |
alokp | 9d869cc1 | 2016-05-27 01:46:31 | [diff] [blame] | 1911 | 'chromecast': ['[email protected]', |
| 1912 | '[email protected]', |
halliwell | fa56b3a4 | 2015-09-04 21:42:57 | [diff] [blame] | 1913 | '[email protected]'], |
gfhuang | 2548f90 | 2016-02-26 02:29:21 | [diff] [blame] | 1914 | 'chromecast_public': ['[email protected]'], |
johnchen | 302ecd6 | 2017-04-25 17:23:11 | [diff] [blame] | 1915 | 'chromedriver': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1916 | 'chromeos': ['[email protected]'], |
| 1917 | 'chromeos_attestation': ['[email protected]'], |
| 1918 | 'chromeos_calculator': ['[email protected]'], |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 1919 | 'chromeos_dbus': ['[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 1920 | 'chromeos_geolocation': ['[email protected]'], |
| 1921 | 'chromeos_login': ['[email protected]', |
| 1922 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1923 | 'chromeos_net': ['[email protected]'], |
| 1924 | 'chromeos_power': ['[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 1925 | 'chromeos_timezone': ['[email protected]'], |
| 1926 | 'chromeos_webui': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1927 | 'clang_update': ['[email protected]', |
thestig | f023ccc | 2016-11-10 14:39:15 | [diff] [blame] | 1928 | '[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 1929 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1930 | '[email protected]', |
rnk | 28bbd177 | 2016-05-04 17:57:58 | [diff] [blame] | 1931 | '[email protected]', |
| 1932 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1933 | '[email protected]', |
thestig | f023ccc | 2016-11-10 14:39:15 | [diff] [blame] | 1934 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1935 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1936 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1937 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1938 | 'clipboard': ['[email protected]'], |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 1939 | 'closure': ['[email protected]', |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 1940 | '[email protected]', |
| 1941 | '[email protected]'], |
Aaron Gable | 64f27358 | 2017-03-30 18:02:00 | [diff] [blame] | 1942 | 'codereview_settings': ['[email protected]'], |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 1943 | 'components_deps': ['[email protected]', |
| 1944 | '[email protected]', |
| 1945 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1946 | 'content': ['[email protected]', |
| 1947 | '[email protected]'], |
| 1948 | 'content_bluetooth': ['[email protected]', |
| 1949 | '[email protected]'], |
| 1950 | 'content_loader': ['[email protected]', |
| 1951 | '[email protected]', |
| 1952 | '[email protected]'], |
rdsmith | eed6d93 | 2017-04-19 02:49:16 | [diff] [blame] | 1953 | 'content_network': ['[email protected]', |
| 1954 | '[email protected]', |
| 1955 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1956 | 'content_renderer': ['[email protected]'], |
mkwst | 75a31a4 | 2014-09-14 18:32:53 | [diff] [blame] | 1957 | 'content_shell': ['[email protected]', |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 1958 | '[email protected]', |
| 1959 | '[email protected]'], |
nhiroki | 90ba010 | 2015-07-21 01:42:24 | [diff] [blame] | 1960 | 'content_worker': ['[email protected]', |
| 1961 | '[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 1962 | 'contextual_search': ['[email protected]', |
| 1963 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1964 | 'courgette': ['[email protected]', |
| 1965 | '[email protected]'], |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 1966 | 'cr_elements': ['[email protected]', |
| 1967 | '[email protected]', |
| 1968 | '[email protected]'], |
lizeb | f34f69b | 2016-03-30 16:08:53 | [diff] [blame] | 1969 | 'custom_tabs': ['[email protected]'], |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 1970 | 'data_reduction_proxy': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1971 | 'deep_memory_profiler': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1972 | 'device_bluetooth': ['[email protected]', |
| 1973 | '[email protected]'], |
juncai | c08f41d | 2017-05-04 20:36:58 | [diff] [blame^] | 1974 | 'device_chooser': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1975 | 'device_sensors': ['[email protected]', |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 1976 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1977 | '[email protected]'], |
scheib | abdd7d3 | 2015-02-11 22:13:08 | [diff] [blame] | 1978 | 'developer_recommended_flags': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1979 | 'devtools': ['[email protected]', |
| 1980 | '[email protected]'], |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1981 | 'dial': ['[email protected]', |
| 1982 | '[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 1983 | 'disk_cache': ['[email protected]'], |
asanka | d8b95e8 | 2017-03-31 19:54:38 | [diff] [blame] | 1984 | 'download': ['[email protected]'], |
| 1985 | 'downloads_ui': ['[email protected]', |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 1986 | '[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 1987 | 'drive': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 1988 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 1989 | 'eme': ['[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 1990 | 'extension': ['[email protected]', |
| 1991 | '[email protected]'], |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 1992 | 'feature_policy': ['[email protected]', |
| 1993 | '[email protected]'], |
apacible | c4093a9 | 2016-04-19 19:21:58 | [diff] [blame] | 1994 | 'feedback_ui': ['[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 1995 | 'fileapi': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 1996 | '[email protected]', |
| 1997 | '[email protected]'], |
yoshiki | 1c0ba278 | 2014-12-08 07:04:26 | [diff] [blame] | 1998 | 'filebrowse': ['[email protected]'], |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 1999 | 'filesapp': ['[email protected]', |
| 2000 | '[email protected]', |
| 2001 | '[email protected]'], |
| 2002 | 'filesapp_ui': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2003 | 'ftp': ['[email protected]'], |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 2004 | 'fuzzing': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2005 | 'gcm': ['[email protected]', |
| 2006 | '[email protected]', |
| 2007 | '[email protected]'], |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 2008 | 'generic_sensor': ['[email protected]', |
| 2009 | '[email protected]', |
| 2010 | '[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2011 | 'geolocation': ['[email protected]', |
mvanouwerkerk | a0863c0 | 2017-04-03 16:19:29 | [diff] [blame] | 2012 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 2013 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 2014 | 'gfx_image': ['[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 2015 | 'gn': ['[email protected]', |
| 2016 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2017 | '[email protected]'], |
tikuta | e392286 | 2017-02-20 03:16:09 | [diff] [blame] | 2018 | 'goma': ['[email protected]', |
| 2019 | '[email protected]', |
| 2020 | '[email protected]', |
| 2021 | '[email protected]'], |
[email protected] | a615910 | 2013-11-08 23:21:52 | [diff] [blame] | 2022 | 'gpu': ['[email protected]'], |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 2023 | 'history_ui': ['[email protected]', |
| 2024 | '[email protected]', |
| 2025 | '[email protected]'], |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 2026 | 'hotword': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2027 | 'i18n': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2028 | 'importer': ['[email protected]'], |
[email protected] | 8b25056 | 2014-08-12 19:07:45 | [diff] [blame] | 2029 | 'indexed_db': ['[email protected]', |
dgrogan | d792a7f | 2016-01-21 00:12:13 | [diff] [blame] | 2030 | '[email protected]'], |
bruthig | aa8281f | 2016-02-09 17:52:31 | [diff] [blame] | 2031 | 'ink_drop': ['[email protected]'], |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 2032 | 'input': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2033 | 'installer': ['[email protected]', |
| 2034 | '[email protected]', |
| 2035 | '[email protected]'], |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 2036 | 'installer_linux': [ '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2037 | 'instant': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2038 | '[email protected]', |
jered | 0bd025a8 | 2017-05-03 20:01:13 | [diff] [blame] | 2039 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2040 | '[email protected]', |
| 2041 | '[email protected]', |
| 2042 | '[email protected]', |
| 2043 | '[email protected]', |
| 2044 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2045 | 'ios': ['[email protected]'], |
| 2046 | 'ios_chrome': ['[email protected]', |
| 2047 | '[email protected]', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 2048 | '[email protected]', |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 2049 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2050 | 'ios_clean': ['[email protected]', |
| 2051 | '[email protected]', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 2052 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2053 | 'ios_showcase': ['[email protected]', |
| 2054 | '[email protected]', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 2055 | '[email protected]'], |
baxley | 9bfbd3cc | 2017-03-15 21:22:32 | [diff] [blame] | 2056 | 'ios_test': ['[email protected]', |
| 2057 | '[email protected]', |
| 2058 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2059 | 'ios_web': ['[email protected]', |
| 2060 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2061 | 'ipc': ['[email protected]', |
| 2062 | '[email protected]'], |
| 2063 | 'libwebp': ['[email protected]', |
| 2064 | '[email protected]', |
| 2065 | '[email protected]'], |
| 2066 | 'libvpx': ['[email protected]', |
| 2067 | '[email protected]', |
| 2068 | '[email protected]', |
| 2069 | '[email protected]'], |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 2070 | 'libxml_xslt': ['[email protected]', |
| 2071 | '[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 2072 | 'linux_fonts': ['[email protected]'], |
[email protected] | 6d7e0bf | 2014-07-28 22:30:40 | [diff] [blame] | 2073 | 'linux_sandboxing': ['[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 2074 | 'linux_seccomp_bpf': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2075 | 'login': ['[email protected]'], |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 2076 | 'mac' : ['[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 2077 | 'manifest': ['[email protected]'], |
dbeam | 7a73456 | 2015-09-15 18:23:17 | [diff] [blame] | 2078 | 'md_settings': ['[email protected]', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 2079 | '[email protected]', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 2080 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2081 | 'media': ['[email protected]'], |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 2082 | 'media_capture_from_element': ['[email protected]', |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2083 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2084 | 'media_galleries': ['[email protected]', |
| 2085 | '[email protected]'], |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 2086 | 'media_mojo': ['[email protected]'], |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 2087 | 'media_recorder': ['[email protected]', |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2088 | '[email protected]'], |
apacible | 01538e0 | 2016-11-04 22:15:31 | [diff] [blame] | 2089 | 'media_remoting': ['[email protected]', |
erickung | c2289dea | 2016-12-13 19:01:28 | [diff] [blame] | 2090 | '[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2091 | '[email protected]', |
apacible | 01538e0 | 2016-11-04 22:15:31 | [diff] [blame] | 2092 | '[email protected]', |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2093 | '[email protected]'], |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2094 | 'media_router': ['[email protected]', |
| 2095 | '[email protected]'], |
fmeawad | 4582cd2 | 2017-03-30 20:59:36 | [diff] [blame] | 2096 | 'memory_coordinator': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2097 | 'message_loop': ['[email protected]'], |
isherman | 1eee6f1 | 2014-12-09 02:14:30 | [diff] [blame] | 2098 | 'metrics': ['[email protected]'], |
[email protected] | 1d8899ee | 2014-06-10 20:58:12 | [diff] [blame] | 2099 | 'metrics_xml_files': ['[email protected]'], |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 2100 | 'midi': ['[email protected]'], |
[email protected] | c3830c62 | 2013-10-10 22:00:00 | [diff] [blame] | 2101 | 'mojo': ['[email protected]', |
[email protected] | 62bbe81 | 2013-10-24 22:24:16 | [diff] [blame] | 2102 | '[email protected]', |
[email protected] | 3bf40cb | 2013-10-11 19:10:49 | [diff] [blame] | 2103 | '[email protected]', |
[email protected] | 0f79ff6 | 2014-04-25 23:35:53 | [diff] [blame] | 2104 | '[email protected]', |
[email protected] | 84003af | 2014-05-02 09:37:13 | [diff] [blame] | 2105 | '[email protected]', |
| 2106 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2107 | 'mouse_lock': ['[email protected]'], |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 2108 | 'mus': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2109 | 'nacl': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2110 | 'native_client_sdk': ['[email protected]', |
| 2111 | '[email protected]'], |
| 2112 | 'navigation': ['[email protected]', |
| 2113 | '[email protected]'], |
csharrison | 27df167d | 2017-01-26 21:42:31 | [diff] [blame] | 2114 | 'net': ['[email protected]', |
| 2115 | '[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2116 | 'net_base': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2117 | 'net_error_list': ['[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2118 | 'net_http2': ['[email protected]'], |
| 2119 | 'net_log': ['[email protected]', |
| 2120 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2121 | '[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2122 | 'net_spdy': ['[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 2123 | 'netinfo': ['[email protected]'], |
awdf | 2e27024 | 2016-09-06 16:21:34 | [diff] [blame] | 2124 | 'notifications': ['[email protected]', |
| 2125 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2126 | '[email protected]'], |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 2127 | 'nqe': ['[email protected]'], |
Evan Stade | 459d1666 | 2015-07-07 17:04:57 | [diff] [blame] | 2128 | 'ntp': ['[email protected]', |
[email protected] | 0bce10776 | 2012-11-27 11:42:54 | [diff] [blame] | 2129 | '[email protected]'], |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 2130 | 'ntp_snippets': ['[email protected]', |
| 2131 | '[email protected]'], |
| 2132 | 'ntp_tiles': ['[email protected]', |
| 2133 | '[email protected]'], |
peter | b8ec88f8 | 2017-03-21 13:29:42 | [diff] [blame] | 2134 | 'offline_items_collection': ['[email protected]', |
| 2135 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2136 | 'offline_pages': ['[email protected]', |
| 2137 | '[email protected]', |
| 2138 | '[email protected]', |
dewittj | 74b23f6f | 2016-04-21 19:29:25 | [diff] [blame] | 2139 | '[email protected]', |
| 2140 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2141 | '[email protected]'], |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 2142 | 'omnibox': ['[email protected]'], |
michaelpg | f6260fbd | 2015-02-06 17:59:35 | [diff] [blame] | 2143 | 'options': ['[email protected]', |
| 2144 | '[email protected]'], |
iclelland | 8b90440 | 2016-10-05 15:01:23 | [diff] [blame] | 2145 | 'origin_trials': ['[email protected]', |
| 2146 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2147 | 'ozone': ['[email protected]', |
| 2148 | '[email protected]'], |
lgarron | 9e25c740 | 2017-03-15 04:03:11 | [diff] [blame] | 2149 | 'page_info' : ['[email protected]', |
| 2150 | '[email protected]'], |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 2151 | 'page_load_metrics' : ['[email protected]', |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 2152 | '[email protected]', |
| 2153 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2154 | 'panels': ['[email protected]', |
| 2155 | '[email protected]', |
| 2156 | '[email protected]', |
| 2157 | '[email protected]'], |
mkwst | 17a9875d | 2016-06-24 10:36:39 | [diff] [blame] | 2158 | 'password_manager': ['[email protected]', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 2159 | '[email protected]'], |
sebsg | bbfbea0 | 2016-10-24 21:54:59 | [diff] [blame] | 2160 | 'payments': ['[email protected]', |
gogerald | e108bcb | 2016-11-24 16:07:22 | [diff] [blame] | 2161 | '[email protected]', |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 2162 | '[email protected]', |
| 2163 | '[email protected]'], |
| 2164 | 'payments_ios': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2165 | 'pepper_api': ['[email protected]', |
| 2166 | '[email protected]', |
| 2167 | '[email protected]', |
| 2168 | '[email protected]', |
| 2169 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2170 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2171 | '[email protected]'], |
raymes | 18e32149 | 2017-01-11 04:21:33 | [diff] [blame] | 2172 | 'permissions': ['[email protected]', |
| 2173 | '[email protected]'], |
stuartmorgan | f8c13292 | 2015-01-23 14:45:34 | [diff] [blame] | 2174 | 'plugin': ['[email protected]'], |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 2175 | 'polymer': ['[email protected]', |
| 2176 | '[email protected]'], |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 2177 | 'precache': ['[email protected]'], |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 2178 | 'prepopulated_engines': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2179 | 'prerender': ['[email protected]', |
| 2180 | '[email protected]', |
| 2181 | '[email protected]'], |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2182 | 'presentation': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2183 | 'push_messaging': ['[email protected]', |
| 2184 | '[email protected]', |
| 2185 | '[email protected]'], |
stkhapugin | 0650314 | 2016-12-07 14:32:12 | [diff] [blame] | 2186 | 'reading_list': ['[email protected]'], |
[email protected] | c388759 | 2014-02-06 20:02:25 | [diff] [blame] | 2187 | 'remoting': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2188 | 'rlz_id': ['[email protected]', |
| 2189 | '[email protected]', |
| 2190 | '[email protected]'], |
timvolodine | 41e9541 | 2017-03-14 02:55:34 | [diff] [blame] | 2191 | 'safe_browsing': ['[email protected]', |
vakh | 125ad86 | 2017-03-17 00:06:25 | [diff] [blame] | 2192 | '[email protected]', |
| 2193 | '[email protected]'], |
| 2194 | 'safe_browsing_db': ['[email protected]', |
| 2195 | '[email protected]'], |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 2196 | 'scheduler': ['[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 2197 | 'screen_orientation': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2198 | 'service_worker': ['[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 2199 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2200 | '[email protected]', |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 2201 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2202 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2203 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 2204 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2205 | '[email protected]'], |
alito | c5534d6 | 2017-04-21 01:48:58 | [diff] [blame] | 2206 | 'settings_reset_prompt': ['[email protected]'], |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 2207 | 'site_engagement': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2208 | 'site_instance': ['[email protected]', |
| 2209 | '[email protected]', |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 2210 | '[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 2211 | 'spellcheck': ['[email protected]', |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 2212 | '[email protected]', |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 2213 | '[email protected]', |
| 2214 | '[email protected]'], |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 2215 | 'streams': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2216 | 'styleguide': ['[email protected]', |
vmpstr | deec20e | 2016-11-18 22:17:32 | [diff] [blame] | 2217 | '[email protected]', |
| 2218 | '[email protected]'], |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 2219 | 'subresource_filter': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2220 | 'supervised_users': ['[email protected]'], |
alito | 438fa433 | 2016-12-20 21:59:17 | [diff] [blame] | 2221 | 'swreporter': ['[email protected]', |
csharp | cfd628d | 2017-04-06 19:12:10 | [diff] [blame] | 2222 | '[email protected]', |
alito | 438fa433 | 2016-12-20 21:59:17 | [diff] [blame] | 2223 | '[email protected]', |
| 2224 | '[email protected]'], |
maxbogue | 65ea263 | 2016-04-04 18:12:58 | [diff] [blame] | 2225 | 'sync': ['[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 2226 | 'syncfs': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 2227 | '[email protected]', |
| 2228 | '[email protected]'], |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2229 | 'tab_alert_indicators': ['[email protected]'], |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2230 | 'tab_capture': ['[email protected]', |
| 2231 | '[email protected]', |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2232 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2233 | 'tab_contents': ['[email protected]', |
| 2234 | '[email protected]', |
| 2235 | '[email protected]'], |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 2236 | 'tbmv2_metrics': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 2237 | 'tcmalloc': ['[email protected]'], |
tonyg | c7f6a4c1 | 2015-01-16 18:32:26 | [diff] [blame] | 2238 | 'telemetry': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2239 | 'test_runner': ['[email protected]', |
einbinder | a29577e | 2016-08-23 01:21:49 | [diff] [blame] | 2240 | '[email protected]', |
| 2241 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2242 | 'tests': [], |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 2243 | 'tether': ['[email protected]', |
| 2244 | '[email protected]', |
| 2245 | '[email protected]', |
khorimoto | c6885b3 | 2017-04-11 22:20:29 | [diff] [blame] | 2246 | '[email protected]', |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 2247 | '[email protected]', |
| 2248 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2249 | 'textinput': ['[email protected]', |
| 2250 | '[email protected]', |
| 2251 | '[email protected]', |
| 2252 | '[email protected]'], |
| 2253 | 'textinput_chromeos': ['[email protected]', |
| 2254 | '[email protected]', |
| 2255 | '[email protected]'], |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 2256 | 'timers': ['[email protected]'], |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 2257 | 'tools_win_chromeexts': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2258 | 'tracing': ['[email protected]', |
| 2259 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 2260 | 'ui_compositor': ['[email protected]'], |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 2261 | 'ui_display_win': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 2262 | 'ui_resources': ['[email protected]'], |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 2263 | 'ui_strings': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2264 | 'valgrind': ['[email protected]', |
timurrrr | 5335dbd | 2015-04-15 11:04:55 | [diff] [blame] | 2265 | '[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 2266 | 'version_assembly': ['[email protected]', |
| 2267 | '[email protected]'], |
posciak | 62a7227 | 2016-05-11 08:31:24 | [diff] [blame] | 2268 | 'video': ['[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2269 | 'video_capture': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2270 | 'views': ['[email protected]'], |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 2271 | 'virtual_keyboard': ['[email protected]', |
oka | bf9f6f0 | 2017-02-17 05:14:29 | [diff] [blame] | 2272 | '[email protected]', |
| 2273 | '[email protected]', |
| 2274 | '[email protected]'], |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 2275 | 'virtual_reality': ['[email protected]'], |
tnakamura | 4353923 | 2016-09-12 14:23:42 | [diff] [blame] | 2276 | 'webrtc_browser_tests': ['[email protected]'], |
raymes | f508463 | 2015-07-02 07:14:15 | [diff] [blame] | 2277 | 'website_settings': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2278 | '[email protected]', |
| 2279 | '[email protected]'], |
| 2280 | 'windows_sandboxing': ['[email protected]', |
| 2281 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2282 | 'x11': ['[email protected]', |
| 2283 | '[email protected]', |
| 2284 | '[email protected]'], |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 2285 | 'zoom': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2286 | }, |
| 2287 | } |