[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 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 28 | 'add_to_homescreen': { |
| 29 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\ |
| 30 | 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\ |
| 31 | 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\ |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 32 | 'chrome/browser/android/shortcut_.*|'\ |
| 33 | 'chrome/browser/android/webapps/', |
| 34 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 35 | 'android_crash_reporting': { |
| 36 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' |
| 37 | }, |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 38 | 'android_crazy_linker': { |
| 39 | 'filepath': 'third_party/android_crazy_linker/' |
| 40 | }, |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 41 | 'android_infobars': { |
| 42 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/' |
| 43 | }, |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 44 | 'android_infra': { |
Andrew Grieve | 5babdbfc | 2017-08-16 01:26:49 | [diff] [blame] | 45 | 'filepath': 'build/config/android/' \ |
Andrew Grieve | fe0c929 | 2017-12-05 15:08:51 | [diff] [blame] | 46 | '|build/android/' \ |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 47 | '|testing/android/' \ |
| 48 | '|tools/android/' |
| 49 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 50 | 'android_item_chooser_dialogs': { |
| 51 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\ |
| 52 | 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java' |
| 53 | }, |
gabadie | b0d23bb9 | 2016-02-17 11:26:16 | [diff] [blame] | 54 | 'android_loading': { |
| 55 | 'filepath': 'tools/android/loading/' |
| 56 | }, |
[email protected] | d6af5081 | 2014-04-01 17:18:09 | [diff] [blame] | 57 | 'android_media': { |
| 58 | 'filepath': 'content/browser/media/android' \ |
| 59 | '|content/renderer/media/android' \ |
| 60 | '|media/audio/android' \ |
| 61 | '|media/base/android' \ |
| 62 | '|media/midi/*_android.*' \ |
| 63 | '|media/video/capture/android' |
| 64 | }, |
Ted Choc | 042d844 | 2018-03-13 16:35:57 | [diff] [blame] | 65 | 'android_search_widget': { |
| 66 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \ |
| 67 | '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/' |
| 68 | }, |
wnwen | a036416 | 2017-02-16 20:37:38 | [diff] [blame] | 69 | 'android_studio': { |
nyquist | 6e560d03 | 2017-02-28 07:49:59 | [diff] [blame] | 70 | 'filepath': 'build/android/gradle/' \ |
| 71 | '|docs/android_studio.md' \ |
| 72 | '|tools/android/android_studio' |
wnwen | a036416 | 2017-02-16 20:37:38 | [diff] [blame] | 73 | }, |
[email protected] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 74 | 'android_tab': { |
| 75 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
| 76 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 77 | 'android_uma_settings': { |
| 78 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\ |
| 79 | 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\ |
| 80 | 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 81 | 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java', |
| 82 | }, |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 83 | 'android_webapk': { |
zpeng | 4c3bc37 | 2016-10-13 03:00:48 | [diff] [blame] | 84 | 'filepath': 'chrome/android/webapk/|'\ |
| 85 | 'chrome/browser/android/webapk/', |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 86 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 87 | 'android_webview': { |
| 88 | 'filepath': 'android_webview/', |
| 89 | }, |
Yi Gu | c1c5468 | 2018-07-23 12:00:00 | [diff] [blame] | 90 | 'animation_worklet': { |
| 91 | 'filepath': 'third_party/blink/renderer/modules/animationworklet/', |
| 92 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 93 | 'app_list': { |
Jiaquan He | 256e6c6b | 2017-11-20 23:02:02 | [diff] [blame] | 94 | 'filepath': 'ash/app_list'\ |
| 95 | '|chrome/browser/ui/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 96 | '|chrome/browser/ui/ash/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 97 | '|chrome/browser/ui/views/app_list'\ |
| 98 | '|ui/app_list/' |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 99 | }, |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 100 | 'app_shortcuts': { |
| 101 | 'filepath': 'apps/app_shim/'\ |
| 102 | '|chrome/browser/web_applications/'\ |
| 103 | '|chrome/browser/ui/web_applications/'\ |
| 104 | '|chrome/common/mac/' |
| 105 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 106 | 'apps': { |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 107 | 'filepath': '^apps/'\ |
| 108 | '|chrome/browser/apps/'\ |
| 109 | '|chrome/browser/chromeos/apps/' |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 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 | }, |
Shuhei Takahashi | af68cff | 2017-07-24 05:17:12 | [diff] [blame] | 117 | 'arc_fileapi': { |
| 118 | 'filepath': 'chrome/browser/chromeos/arc/fileapi' |
| 119 | }, |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 120 | 'arc_kiosk': { |
| 121 | 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\ |
| 122 | '|components/arc/kiosk/'\ |
| 123 | '|arc_kiosk' |
| 124 | }, |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 125 | 'arc_net': { |
| 126 | 'filepath': 'components/arc/net/', |
| 127 | }, |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 128 | 'arc_power': { |
| 129 | 'filepath': 'components/arc/power/', |
| 130 | }, |
Hirokazu Honda | f98a312 | 2018-04-12 11:19:48 | [diff] [blame] | 131 | 'arc_video_accelerator': { |
| 132 | 'filepath': 'components/arc/video_accelerator', |
| 133 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 134 | 'ash': { |
| 135 | 'filepath': 'ash/', |
| 136 | }, |
Xiaohui Chen | f7e70a2 | 2018-02-08 00:36:38 | [diff] [blame] | 137 | 'assistant': { |
Xiaohui Chen | 985c26b | 2018-05-16 18:41:27 | [diff] [blame] | 138 | 'filepath': 'ash/assistant/'\ |
| 139 | '|chromeos/assistant/'\ |
| 140 | '|chromeos/services/assistant/'\ |
| 141 | '|chrome/browser/ui/ash/assistant/' |
Xiaohui Chen | f7e70a2 | 2018-02-08 00:36:38 | [diff] [blame] | 142 | }, |
Max Morin | 2b020631 | 2018-04-06 11:17:40 | [diff] [blame] | 143 | 'audio_service': { |
| 144 | 'filepath': 'services/audio/' |
| 145 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 146 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 147 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 148 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 149 | 'aura_compositor': { |
| 150 | 'filepath': |
| 151 | 'ui/compositor/' \ |
[email protected] | 6dc38f7 | 2014-01-16 22:19:58 | [diff] [blame] | 152 | '|content/browser/compositor/' \ |
danakj | 479ab50 | 2017-03-31 20:19:09 | [diff] [blame] | 153 | '|content/browser/renderer_host/compositor_resize_lock' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 154 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 155 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
[email protected] | a6eeeef9 | 2014-03-19 19:06:44 | [diff] [blame] | 156 | '|content/browser/renderer_host/delegated' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 157 | '|content/common/gpu/client/' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 158 | }, |
[email protected] | 2a38f0c0 | 2013-05-29 02:27:45 | [diff] [blame] | 159 | 'autofill': { |
rouslan | fbfa740 | 2016-11-22 19:36:39 | [diff] [blame] | 160 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\ |
| 161 | 'chrome/browser/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 162 | 'chrome/browser/ui/android/autofill/|'\ |
| 163 | 'chrome/browser/ui/autofill/|'\ |
[email protected] | e3e4ca6 | 2013-05-17 08:50:27 | [diff] [blame] | 164 | 'chrome/browser/ui/cocoa/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 165 | 'chrome/browser/ui/views/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 166 | 'chrome/renderer/autofill/|'\ |
| 167 | 'chrome/test/data/autofill/|'\ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 168 | 'components/autofill/|'\ |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 169 | 'components/autofill/browser/webdata/|'\ |
vabr | beb0c56 | 2015-12-01 10:48:08 | [diff] [blame] | 170 | 'components/webdata/', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 171 | }, |
gogerald | 5d02fde | 2018-08-18 04:30:56 | [diff] [blame] | 172 | 'autofill_assistant': { |
| 173 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill_assistant/|'\ |
| 174 | 'chrome/browser/android/autofill_assistant/|'\ |
| 175 | 'components/autofill_assistant/', |
| 176 | }, |
Jared Saul | 4765c1e | 2018-06-18 13:44:57 | [diff] [blame] | 177 | 'autofill_credit_cards': { |
| 178 | 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\ |
| 179 | 'chrome/browser/ui/autofill/save_card_*|'\ |
| 180 | 'chrome/browser/ui/views/autofill/card_unmask_*|'\ |
| 181 | 'chrome/browser/ui/views/autofill/save_card_*|'\ |
| 182 | 'components/autofill/core/browser/autofill_save_card_infobar_*|'\ |
| 183 | 'components/autofill/core/browser/credit_card_save_manager*|'\ |
| 184 | 'components/autofill/core/browser/form_data_importer*|'\ |
| 185 | 'components/autofill/core/browser/ui/', |
| 186 | }, |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 187 | 'background_fetch': { |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 188 | 'filepath': 'background_fetch|'\ |
| 189 | 'background-fetch', |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 190 | }, |
| 191 | 'background_sync': { |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 192 | 'filepath': '/background_sync/', |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 193 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 194 | 'banners': { |
| 195 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\ |
| 196 | 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\ |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 197 | 'chrome/browser/banners/|'\ |
| 198 | 'chrome/browser/ui/android/infobars/app_banner_.*|'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 199 | 'third_party/blink/public/platform/modules/app_banner/|'\ |
| 200 | 'third_party/blink/renderer/modules/app_banner/', |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 201 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 202 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 203 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 204 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 205 | 'base_allocator': { |
| 206 | 'filepath': '^base/allocator', |
| 207 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 208 | 'base_memory': { |
| 209 | 'filepath': '^base/memory', |
| 210 | }, |
Alexander Timin | 864bf8a0 | 2018-03-12 11:06:28 | [diff] [blame] | 211 | 'base_scheduler': { |
| 212 | 'filepath': '^base/task/', |
| 213 | }, |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 214 | 'base_task_scheduler': { |
Gabriel Charette | 6bf388a | 2018-08-10 22:48:32 | [diff] [blame] | 215 | 'filepath': '^base/task/task_scheduler', |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 216 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 217 | 'base_win': { |
| 218 | 'filepath': '^base/win', |
| 219 | }, |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 220 | 'battery_status': { |
| 221 | 'filepath': 'content/browser/battery_status/|'\ |
timvolodine | 953fde7 | 2014-12-09 16:47:10 | [diff] [blame] | 222 | 'content/test/data/battery_status/|'\ |
| 223 | 'device/battery/', |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 224 | }, |
wnwen | 7268476 | 2017-03-29 13:28:37 | [diff] [blame] | 225 | 'binary_size': { |
| 226 | 'filepath': 'build/android/binary_size/|'\ |
| 227 | 'tools/binary_size/', |
| 228 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 229 | 'blink': { |
Kent Tamura | e9b3a9ec | 2017-08-31 02:20:19 | [diff] [blame] | 230 | 'filepath': 'third_party/(WebKit|blink)/', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 231 | }, |
| 232 | 'blink_accessibility': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 233 | 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 234 | }, |
| 235 | 'blink_animation': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 236 | 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 237 | }, |
| 238 | 'blink_app_banner': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 239 | 'filepath': 'third_party/blink/renderer/modules/app_banner' \ |
| 240 | '|third_party/blink/public/platform/modules/app_banner', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 241 | }, |
| 242 | 'blink_audio': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 243 | 'filepath': 'third_party/blink/renderer/platform/audio' \ |
| 244 | '|third_party/blink/renderer/modules/webaudio' \ |
Raymond Toy | a91cf580 | 2018-03-24 00:05:55 | [diff] [blame] | 245 | '|third_party/WebKit/LayoutTests/external/wpt/webaudio', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 246 | }, |
| 247 | 'blink_battery_status': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 248 | 'filepath': 'third_party/blink/renderer/modules/battery/' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 249 | '|third_party/WebKit/LayoutTests/battery-status/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 250 | '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 251 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 252 | 'blink_bindings': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 253 | 'filepath': 'third_party/blink/renderer/platform/bindings' \ |
| 254 | '|third_party/blink/renderer/bindings', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 255 | }, |
| 256 | 'blink_bindings_serialization': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 257 | 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 258 | }, |
| 259 | 'blink_bluetooth': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 260 | 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 261 | }, |
Fernando Serboncini | fe13f9d | 2018-08-14 13:35:54 | [diff] [blame] | 262 | 'blink_canvas': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 263 | 'filepath': 'third_party/blink/renderer/core/html/canvas' \ |
Fernando Serboncini | fe13f9d | 2018-08-14 13:35:54 | [diff] [blame] | 264 | '|third_party/blink/renderer/core/offscreencanvas' \ |
| 265 | '|third_party/blink/renderer/core/geometry' \ |
| 266 | '|third_party/blink/renderer/modules/canvas' \ |
| 267 | '|third_party/blink/renderer/platform/graphics/canvas', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 268 | }, |
| 269 | 'blink_client_hints': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 270 | 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \ |
| 271 | '|third_party/blink/renderer/core/loader/frame_fetch_context*' \ |
| 272 | '|third_party/blink/renderer/core/loader/resource/image_resource*' \ |
| 273 | '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \ |
| 274 | '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 275 | }, |
| 276 | 'blink_clipboard': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 277 | 'filepath': 'third_party/blink/renderer/core/clipboard' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 278 | '|third_party/blink/renderer/core/page/.*drag' \ |
| 279 | '|third_party/blink/renderer/platform/.*drag' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 280 | '|third_party/blink/public/platform/.*drag' \ |
| 281 | '|third_party/blink/public/web/.*drag', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 282 | }, |
Jeremy Roman | b7b3a6a | 2018-02-07 20:15:32 | [diff] [blame] | 283 | 'blink_common': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 284 | 'filepath': 'third_party/blink/common' |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 285 | '|third_party/blink/public/common' \ |
| 286 | '|third_party/blink/public/mojom', |
Jeremy Roman | b7b3a6a | 2018-02-07 20:15:32 | [diff] [blame] | 287 | }, |
Kentaro Hara | 993b0de | 2017-08-07 02:26:37 | [diff] [blame] | 288 | 'blink_controller': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 289 | 'filepath': 'third_party/blink/renderer/controller', |
Kentaro Hara | 993b0de | 2017-08-07 02:26:37 | [diff] [blame] | 290 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 291 | 'blink_css': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 292 | 'filepath': 'third_party/blink/renderer/core/css', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 293 | }, |
| 294 | 'blink_css_flexbox': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 295 | 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 296 | '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \ |
| 297 | '|third_party/WebKit/LayoutTests/css3/flexbox/' \ |
| 298 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/' |
| 299 | }, |
| 300 | 'blink_css_fragmentation_tests': { |
| 301 | 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \ |
| 302 | '|third_party/WebKit/LayoutTests/fast/pagination/' \ |
Morten Stenshorne | ab6785c | 2017-10-12 21:23:38 | [diff] [blame] | 303 | '|third_party/WebKit/LayoutTests/fragmentation/' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 304 | '|third_party/WebKit/LayoutTests/printing/' |
| 305 | }, |
| 306 | 'blink_css_grid_layout': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 307 | 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \ |
| 308 | '|third_party/blink/renderer/core/paint/.*grid' \ |
| 309 | '|third_party/blink/renderer/core/css/.*grid' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 310 | '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \ |
| 311 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \ |
| 312 | '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \ |
| 313 | '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/' |
| 314 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 315 | 'blink_custom_elements': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 316 | 'filepath': 'third_party/blink/renderer/core/html/custom/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 317 | '|third_party/blink/renderer/bindings/core/v8/.*custom_element', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 318 | }, |
| 319 | 'blink_device_orientation': { |
Oksana Zhuravlova | 5e236ec9 | 2018-07-25 00:16:03 | [diff] [blame] | 320 | 'filepath': 'content/browser/device_sensors/' \ |
| 321 | '|content/test/data/device_sensors/' \ |
| 322 | '|third_party/blink/renderer/modules/device_orientation/' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 323 | '|third_party/WebKit/LayoutTests/device_orientation/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 324 | '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \ |
| 325 | '|third_party/blink/renderer/core/frame/device_single_window_event_controller' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 326 | }, |
| 327 | 'blink_devtools': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 328 | 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 329 | }, |
| 330 | 'blink_dom': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 331 | 'filepath': 'third_party/blink/renderer/core/dom/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 332 | }, |
| 333 | 'blink_dom_events': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 334 | 'filepath': 'third_party/blink/renderer/core/dom/events/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 335 | }, |
| 336 | 'blink_events': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 337 | 'filepath': 'third_party/blink/renderer/core/page/.*event' \ |
| 338 | '|third_party/blink/renderer/core/dom/.*event' \ |
| 339 | '|third_party/blink/renderer/core/css/.*event' \ |
| 340 | '|third_party/blink/renderer/platform/.*event' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 341 | }, |
| 342 | 'blink_fetch': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 343 | 'filepath': 'third_party/blink/renderer/platform/loader/fetch' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 344 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 345 | 'blink_fileapi': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 346 | 'filepath': 'third_party/blink/renderer/modules/filesystem/' \ |
| 347 | '|third_party/blink/renderer/core/fileapi/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 348 | '|third_party/blink/renderer/platform/.*file' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 349 | '|third_party/WebKit/LayoutTests/fast/file' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 350 | '|third_party/blink/public/.*_file' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 351 | }, |
| 352 | 'blink_frames': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 353 | 'filepath': 'third_party/blink/renderer/core/frame/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 354 | }, |
| 355 | 'blink_geolocation': { |
| 356 | 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 357 | '|third_party/blink/renderer/modules/geolocation/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 358 | '|third_party/blink/public/web/.*geolocation' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 359 | }, |
| 360 | 'blink_heap': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 361 | 'filepath': 'third_party/blink/renderer/platform/heap' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 362 | '|base/allocator/partition_allocator/' |
| 363 | }, |
| 364 | 'blink_html': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 365 | 'filepath': 'third_party/blink/renderer/core/html/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 366 | }, |
| 367 | 'blink_htmlparser': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 368 | 'filepath': 'third_party/blink/renderer/core/html/parser/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 369 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 370 | 'blink_indexed_db': { |
Chase Phillips | 7027bd5 | 2018-08-30 17:31:55 | [diff] [blame] | 371 | 'filepath': 'third_party/blink/common/indexeddb' \ |
| 372 | '|third_party/blink/public/common/indexeddb' \ |
| 373 | '|third_party/blink/public/platform/.*_idb' \ |
| 374 | '|third_party/blink/public/platform/modules/indexeddb' \ |
| 375 | '|third_party/blink/public/mojom/indexeddb' \ |
| 376 | '|third_party/blink/renderer/modules/indexeddb/' \ |
| 377 | '|third_party/WebKit/LayoutTests/storage/indexeddb' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 378 | }, |
| 379 | 'blink_input': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 380 | 'filepath': 'third_party/blink/renderer/core/input/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 381 | }, |
| 382 | 'blink_layers': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 383 | 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \ |
| 384 | '|third_party/blink/renderer/platform/graphics/graphics_layer' \ |
| 385 | '|third_party/blink/renderer/core/layout/layer' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 386 | }, |
| 387 | 'blink_layout': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 388 | 'filepath': 'third_party/blink/renderer/core/layout' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 389 | }, |
| 390 | 'blink_layout_ng': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 391 | 'filepath': 'third_party/blink/renderer/core/layout/ng', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 392 | }, |
| 393 | 'blink_loader': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 394 | 'filepath': 'third_party/blink/renderer/core/loader/' \ |
| 395 | '|third_party/blink/renderer/platform/loader/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 396 | }, |
| 397 | 'blink_media': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 398 | 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 399 | '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \ |
| 400 | '|third_party/blink/renderer/core/html/shadow/media_control' \ |
| 401 | '|third_party/blink/renderer/core/layout/layout_media' \ |
| 402 | '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 403 | '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \ |
| 404 | '|third_party/blink/renderer/platform/drm/' \ |
| 405 | '|third_party/blink/renderer/platform/graphics/media/' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 406 | '|third_party/WebKit/LayoutTests/media/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 407 | '|third_party/blink/public/.*_media' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 408 | }, |
| 409 | 'blink_media_queries': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 410 | 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \ |
| 411 | '|third_party/blink/renderer/core/css/media_list' \ |
| 412 | '|third_party/blink/renderer/core/css/media_query' \ |
| 413 | '|third_party/blink/renderer/core/css/parser/media_query' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 414 | }, |
| 415 | 'blink_mediastream': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 416 | 'filepath': 'third_party/blink/renderer/modules/mediastream/' \ |
| 417 | '|third_party/blink/renderer/platform/mediastream/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 418 | '|third_party/blink/renderer/platform/exported/web_media_stream' \ |
| 419 | '|third_party/blink/renderer/platform/exported/web_rtc' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 420 | '|third_party/WebKit/LayoutTests/fast/mediastream/' |
| 421 | }, |
| 422 | 'blink_modules': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 423 | 'filepath': 'third_party/blink/renderer/modules' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 424 | }, |
| 425 | 'blink_navigator_content_utils': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 426 | 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 427 | '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils' |
| 428 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 429 | 'blink_out_of_process_frames': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 430 | 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \ |
| 431 | '|third_party/blink/renderer/core/frame/frame\.' \ |
| 432 | '|third_party/blink/renderer/core/frame/web_frame' \ |
| 433 | '|third_party/blink/renderer/core/exported/web_remote_frame_impl' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 434 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 435 | 'blink_paint': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 436 | 'filepath': 'third_party/blink/renderer/core/paint/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 437 | }, |
Xida Chen | 0ef9278 | 2018-01-17 05:53:35 | [diff] [blame] | 438 | 'blink_paintworklet': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 439 | 'filepath': 'third_party/blink/renderer/modules/csspaint/' \ |
Xida Chen | 0ef9278 | 2018-01-17 05:53:35 | [diff] [blame] | 440 | '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \ |
| 441 | '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/' |
| 442 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 443 | 'blink_performance_timing': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 444 | 'filepath': 'third_party/blink/renderer/core/timing/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 445 | }, |
| 446 | 'blink_permissions': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 447 | 'filepath': 'third_party/blink/renderer/modules/permissions/' \ |
| 448 | '|third_party/blink/public/platform/modules/permissions/', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 449 | }, |
| 450 | 'blink_platform': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 451 | 'filepath': 'third_party/blink/renderer/platform' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 452 | }, |
| 453 | 'blink_platform_graphics': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 454 | 'filepath': 'third_party/blink/renderer/platform/fonts' \ |
| 455 | '|third_party/blink/renderer/platform/geometry' \ |
| 456 | '|third_party/blink/renderer/platform/graphics' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 457 | }, |
| 458 | 'blink_preloadScanner': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 459 | 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 460 | }, |
| 461 | 'blink_prerender': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 462 | 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 463 | }, |
| 464 | 'blink_public_api': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 465 | 'filepath': 'third_party/blink/public' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 466 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 467 | 'blink_quota': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 468 | 'filepath': 'third_party/blink/renderer/modules/quota/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 469 | '|third_party/blink/public/.*quota' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 470 | }, |
| 471 | 'blink_scheduler': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 472 | 'filepath': 'third_party/blink/renderer/platform/scheduler' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 473 | '|third_party/blink/renderer/core/html/parser/.*scheduler' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 474 | }, |
| 475 | 'blink_screen_orientation': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 476 | 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \ |
| 477 | '|third_party/blink/public/platform/modules/screen_orientation', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 478 | }, |
| 479 | 'blink_script': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 480 | 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \ |
| 481 | '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \ |
| 482 | '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \ |
| 483 | '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*' |
| 484 | '|third_party/blink/renderer/core/dom/.*modul.*' \ |
| 485 | '|third_party/blink/renderer/core/dom/.*script.*' \ |
| 486 | '|third_party/blink/renderer/core/html/html_script_element.*' \ |
| 487 | '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 488 | '|third_party/blink/renderer/core/loader/modulescript/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 489 | '|third_party/blink/renderer/core/loader/resource/script_resource.*' \ |
| 490 | '|third_party/blink/renderer/core/svg/svg_script_element.*' \ |
| 491 | '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 492 | }, |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 493 | 'blink_scroll': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 494 | 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \ |
| 495 | '|third_party/blink/renderer/core/input/.*scroll.*' \ |
| 496 | '|third_party/blink/renderer/core/input/event_handler.*' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 497 | '|third_party/blink/renderer/core/page/scrolling/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 498 | '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 499 | '|third_party/blink/renderer/platform/scroll/' |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 500 | }, |
Matt Falkenhagen | ca7fbb6 | 2018-07-10 09:21:43 | [diff] [blame] | 501 | 'blink_service_worker' : { |
| 502 | 'filepath': 'third_party/blink/renderer/modules/service_worker' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 503 | '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \ |
| 504 | '|third_party/WebKit/LayoutTests/external/wpt/service-workers' |
| 505 | }, |
Matt Falkenhagen | ca7fbb6 | 2018-07-10 09:21:43 | [diff] [blame] | 506 | 'blink_service_worker_tests' : { |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 507 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \ |
| 508 | '|third_party/WebKit/LayoutTests/external/wpt/service-workers' |
| 509 | }, |
| 510 | 'blink_shadow_dom': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 511 | 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \ |
| 512 | '|third_party/blink/renderer/core/dom/.*slot' \ |
| 513 | '|third_party/blink/renderer/core/dom/.*insertion_point' \ |
| 514 | '|third_party/blink/renderer/core/dom/.*flat_tree' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 515 | }, |
| 516 | 'blink_spellcheck' : { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 517 | 'filepath': 'third_party/blink/renderer/core/editing/spellcheck' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 518 | }, |
| 519 | 'blink_spv2_layout_tests': { |
| 520 | 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2' |
| 521 | }, |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 522 | 'blink_streams': { |
| 523 | 'filepath': 'third_party/blink/renderer/core/streams/' |
| 524 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 525 | 'blink_style': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 526 | 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 527 | }, |
| 528 | 'blink_svg': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 529 | 'filepath': 'third_party/blink/renderer/core/(layout/)?svg', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 530 | }, |
| 531 | 'blink_track': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 532 | 'filepath': 'third_party/blink/renderer/core/html/track/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 533 | '|third_party/blink/renderer/core/loader/text_track' \ |
| 534 | '|third_party/blink/renderer/core/html/meida/html_media_element' \ |
| 535 | '|third_party/blink/renderer/core/html/shadow/media_control' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 536 | '|third_party/blink/renderer/core/css/mediaControl' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 537 | '|third_party/WebKit/LayoutTests/media/track/' |
| 538 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 539 | 'blink_vibration': { |
| 540 | 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 541 | '|third_party/blink/renderer/modules/vibration/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 542 | }, |
| 543 | 'blink_viewport_interaction': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 544 | 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \ |
| 545 | '|third_party/blink/renderer/core/dom/viewport_arguments' \ |
| 546 | '|third_party/blink/renderer/core/frame/frame_view.*' \ |
| 547 | '|third_party/blink/renderer/core/frame/.*viewport.*' \ |
| 548 | '|third_party/blink/renderer/core/html/html_meta_element' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 549 | }, |
| 550 | 'blink_w3ctests': { |
| 551 | 'filepath': 'third_party/WebKit/LayoutTests/external/' \ |
Kent Tamura | 0101944 | 2018-05-01 22:06:58 | [diff] [blame] | 552 | '|third_party/blink/tools/blinkpy/w3c/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 553 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 554 | 'blink_webp': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 555 | 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 556 | '|third_party/blink/renderer/platform/image-encoders/skia/webp' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 557 | }, |
| 558 | 'blink_websockets': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 559 | 'filepath': 'third_party/blink/renderer/modules/websockets/' \ |
| 560 | '|third_party/blink/renderer/platform/modules/websockets/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 561 | }, |
| 562 | 'blink_workers': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 563 | 'filepath': 'third_party/blink/renderer/core/workers' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 564 | '|third_party/WebKit/LayoutTests/http/tests/workers' \ |
| 565 | '|third_party/WebKit/LayoutTests/fast/workers' \ |
| 566 | '|third_party/WebKit/LayoutTests/external/wpt/workers' |
| 567 | }, |
| 568 | 'blink_wtf': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 569 | 'filepath': 'third_party/blink/renderer/platform/wtf', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 570 | }, |
| 571 | 'blink_xml': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 572 | 'filepath': 'third_party/blink/renderer/core/xml/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 573 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 574 | 'bookmarks': { |
| 575 | 'filepath': 'chrome/browser/bookmarks/' \ |
[email protected] | 771ad48 | 2013-07-16 17:32:48 | [diff] [blame] | 576 | '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 577 | '|chrome/browser/extensions/api/bookmarks/' \ |
Christopher Lam | 3d8828e | 2018-04-30 05:25:11 | [diff] [blame] | 578 | '|chrome/browser/resources/md_bookmarks/' \ |
[email protected] | cd869cde | 2013-01-31 15:46:35 | [diff] [blame] | 579 | '|chrome/browser/ui/bookmarks/' \ |
| 580 | '|chrome/browser/ui/cocoa/bookmarks/' \ |
[email protected] | 5cb8b6e1 | 2014-05-19 16:53:46 | [diff] [blame] | 581 | '|chrome/browser/ui/views/bookmarks/' \ |
| 582 | '|components/bookmarks' |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 583 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 584 | 'bottombar': { |
| 585 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/', |
| 586 | }, |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 587 | 'breve': { |
| 588 | 'filepath': 'chrome/browser/net/spdyproxy|'\ |
| 589 | 'chrome_proxy|'\ |
Tarun Bansal | 129ca784 | 2018-07-31 17:14:12 | [diff] [blame] | 590 | 'client_hints|' |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 591 | 'components/blacklist|'\ |
| 592 | 'components/data_use|'\ |
| 593 | 'data_reduction_proxy|'\ |
Tarun Bansal | 129ca784 | 2018-07-31 17:14:12 | [diff] [blame] | 594 | 'data_use_measurement|'\ |
| 595 | 'lazy_load|' |
| 596 | 'navigation_predictor|'\ |
| 597 | 'net/nqe|'\ |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 598 | 'optimization_guide|'\ |
Tarun Bansal | 129ca784 | 2018-07-31 17:14:12 | [diff] [blame] | 599 | 'optimization_hints|'\ |
| 600 | 'previews' |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 601 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 602 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 603 | 'filepath': 'chrome/browser/autofill/' \ |
| 604 | '|chrome/browser/bookmarks/' \ |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 605 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 606 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 607 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 608 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 609 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 610 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 611 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 612 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 613 | 'browser_resources_md': { |
| 614 | 'filepath': 'chrome/browser/resources/md_'\ |
| 615 | '|chrome/browser/resources/settings/', |
| 616 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 617 | 'browsing_data': { |
Christian Dullweber | 041fddf | 2018-05-08 15:09:42 | [diff] [blame] | 618 | 'filepath': '/browsing_data/', |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 619 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 620 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 621 | 'filepath': 'ui/views/bubble/|'\ |
rouslan | 8d6a837 | 2015-09-10 19:10:10 | [diff] [blame] | 622 | 'chrome/browser/ui/views/bubble/|'\ |
| 623 | 'components/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 624 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 625 | 'cache_storage': { |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 626 | 'filepath': '/cache.storage/' |
| 627 | '|/cachestorage/', |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 628 | }, |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 629 | 'cast': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 630 | 'filepath': 'media/cast/'\ |
| 631 | '|chrome/browser/extensions/api/cast_streaming/'\ |
| 632 | '|chrome/browser/media/cast'\ |
| 633 | '|chrome/renderer/media/cast'\ |
| 634 | '|chrome/test/data/extensions/api_test/cast_'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 635 | '|content/public/renderer/media_stream_'\ |
| 636 | '|content/renderer/media/(media_stream|(.+audio_source))', |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 637 | }, |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 638 | 'cast_certificate': { |
| 639 | 'filepath': 'components/cast_certificate/'\ |
| 640 | '|components/test/data/cast_certificate/', |
| 641 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 642 | 'cast_channel': { |
| 643 | 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \ |
Ryan Ki Sing Chung | 27cc7ed9 | 2017-07-25 21:53:47 | [diff] [blame] | 644 | '|components/cast_channel/' \ |
| 645 | '|extensions/browser/api/cast_channel' |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 646 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 647 | 'cc': { |
danakj | ca57452 | 2017-09-20 16:38:59 | [diff] [blame] | 648 | 'filepath': 'cc/'\ |
| 649 | '|components/viz/' |
| 650 | }, |
Yi Gu | c1c5468 | 2018-07-23 12:00:00 | [diff] [blame] | 651 | 'cc-animation': { |
| 652 | 'filepath': 'cc/animation/' |
| 653 | }, |
danakj | ca57452 | 2017-09-20 16:38:59 | [diff] [blame] | 654 | 'cc-contexts': { |
| 655 | 'filepath': 'components/viz/common/gpu' |
| 656 | }, |
| 657 | 'cc-display': { |
| 658 | 'filepath': 'components/viz/service/display'\ |
| 659 | '|cc/output' |
| 660 | }, |
| 661 | 'cc-paint': { |
| 662 | 'filepath': 'cc/paint' |
| 663 | }, |
| 664 | 'cc-quads': { |
| 665 | 'filepath': 'components/viz/common/quads' |
| 666 | }, |
| 667 | 'cc-resources': { |
| 668 | 'filepath': 'cc/resources'\ |
| 669 | '|components/viz/common/resources' |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 670 | }, |
Alexander Timin | 864bf8a0 | 2018-03-12 11:06:28 | [diff] [blame] | 671 | 'cc-scheduler': { |
| 672 | 'filepath': 'cc/scheduler' |
| 673 | }, |
eranm | c2a9f61 | 2015-11-24 16:41:34 | [diff] [blame] | 674 | 'certificate_transparency': { |
| 675 | 'filepath': 'components/certificate_transparency/'\ |
eranm | c2a9f61 | 2015-11-24 16:41:34 | [diff] [blame] | 676 | '|net/cert/ct_'\ |
| 677 | '|net/cert/multi_log_ct_verifier'\ |
| 678 | '|net/cert/sct_status_flags.h'\ |
| 679 | '|net/cert/signed_certificate_timestamp'\ |
| 680 | '|net/cert/signed_tree_head'\ |
| 681 | '|net/test/ct_', |
| 682 | }, |
Joe Mason | 60ec2f3 | 2018-02-15 15:50:51 | [diff] [blame] | 683 | 'chrome_cleaner': { |
| 684 | 'filepath': 'chrome/browser/component_updater/sw_reporter_'\ |
| 685 | '|chrome/browser/resources/settings/chrome_cleanup_page/'\ |
| 686 | '|chrome/browser/safe_browsing/chrome_cleaner/'\ |
| 687 | '|chrome/browser/ui/views/chrome_cleaner_'\ |
| 688 | '|chrome/browser/ui/webui/settings/chrome_cleanup_'\ |
Joe Mason | 12a0233 | 2018-04-19 14:39:00 | [diff] [blame] | 689 | '|chrome/chrome_cleaner/'\ |
Joe Mason | 60ec2f3 | 2018-02-15 15:50:51 | [diff] [blame] | 690 | '|components/chrome_cleaner/', |
| 691 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 692 | 'chrome_elf': { |
| 693 | 'filepath': 'chrome_elf', |
| 694 | }, |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 695 | 'chrome_grc': { |
lpy | 53b8275 | 2017-05-31 22:30:49 | [diff] [blame] | 696 | 'filepath': 'chrome/browser/resource_coordinator/'\ |
| 697 | '|services/resource_coordinator/', |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 698 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 699 | 'chrome_views': { |
| 700 | 'filepath': 'chrome/browser/ui/views', |
| 701 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 702 | 'chromecast': { |
| 703 | 'filepath': 'chromecast/', |
| 704 | }, |
| 705 | 'chromecast_public': { |
| 706 | 'filepath': 'chromecast/public/', |
| 707 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 708 | 'chromedriver': { |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 709 | 'filepath': 'chrome/test/chromedriver|'\ |
| 710 | 'chrome/test/data/chromedriver|'\ |
Jonathon Kereliuk | 540c7d5 | 2018-01-18 06:22:03 | [diff] [blame] | 711 | 'third_party/webdriver|'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 712 | 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json' |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 713 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 714 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 715 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 716 | }, |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 717 | 'chromeos_attestation': { |
| 718 | 'filepath': 'chromeos/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 719 | 'chrome/browser/chromeos/attestation/|'\ |
| 720 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 721 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 722 | 'chromeos_calculator': { |
| 723 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 724 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 725 | 'chromeos_geolocation': { |
| 726 | 'filepath': 'chromeos/geolocation/', |
| 727 | }, |
Achuith Bhandarkar | 434e2459 | 2018-03-07 23:05:12 | [diff] [blame] | 728 | 'chromeos_lkgm': { |
| 729 | 'filepath': 'chromeos/CHROMEOS_LKGM', |
| 730 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 731 | 'chromeos_login': { |
Jacob Dufault | ed1ef2bc | 2018-08-10 18:21:34 | [diff] [blame] | 732 | 'filepath': 'ash/login/|'\ |
| 733 | 'chrome/browser/chromeos/login/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 734 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 735 | 'chrome/browser/resources/chromeos/login/|'\ |
| 736 | 'ui/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 737 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 738 | 'chromeos_net': { |
| 739 | 'filepath': 'chromeos/network/|'\ |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 740 | 'chrome/browser/chromeos/net/|'\ |
| 741 | 'chrome/browser/extensions/api/networking_private/|'\ |
| 742 | 'extensions/browser/api/networking_private/|'\ |
| 743 | 'ui/chromeos/network/', |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 744 | }, |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 745 | 'chromeos_power': { |
James Cook | a35a1e2 | 2017-04-08 02:33:08 | [diff] [blame] | 746 | 'filepath': 'ash/system/power/|'\ |
[email protected] | c3943ad | 2013-07-03 13:44:56 | [diff] [blame] | 747 | 'chromeos/dbus/power_.*|'\ |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 748 | 'chrome/browser/chromeos/power/', |
| 749 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 750 | 'chromeos_timezone': { |
| 751 | 'filepath': 'chromeos/timezone/', |
| 752 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 753 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 754 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 755 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 756 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 757 | 'clang_update': { |
Nico Weber | e250e6a | 2015-12-02 19:31:56 | [diff] [blame] | 758 | 'filepath': 'tools/clang/scripts/update.py' |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 759 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 760 | 'clipboard': { |
| 761 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 762 | }, |
Aaron Gable | 64f27358 | 2017-03-30 18:02:00 | [diff] [blame] | 763 | 'codereview_settings': { |
| 764 | 'filepath': 'codereview.settings', |
| 765 | }, |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 766 | 'components_deps': { |
| 767 | 'filepath': 'components/([^/]*/)*DEPS', |
| 768 | }, |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 769 | 'content_bluetooth': { |
| 770 | 'filepath': 'content/.*bluetooth' |
| 771 | }, |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 772 | 'content_loader': { |
mmenke | faa97d3b | 2016-09-25 14:24:02 | [diff] [blame] | 773 | 'filepath': 'chrome/browser/loader|' \ |
| 774 | 'content/browser/loader|' \ |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 775 | 'content/child/*loader', |
| 776 | }, |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 777 | 'content_renderer': { |
| 778 | 'filepath': 'content/renderer/', |
| 779 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 780 | 'content_shell': { |
| 781 | 'filepath': 'content/shell/', |
| 782 | }, |
kinuko | a121bce | 2015-01-30 10:04:41 | [diff] [blame] | 783 | 'content_worker': { |
| 784 | 'filepath': 'content/.*worker', |
| 785 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 786 | 'contextual_search': { |
| 787 | 'filepath': 'chrome/browser/android/contextualsearch/|' \ |
| 788 | 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 789 | 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 790 | 'components/contextual_search/', |
| 791 | }, |
wfh | 792b71c | 2016-05-04 23:33:41 | [diff] [blame] | 792 | 'courgette': { |
| 793 | 'filepath': 'courgette/', |
| 794 | }, |
Nico Weber | 6ff639a | 2017-08-11 21:04:50 | [diff] [blame] | 795 | 'cq': { |
Andrii Shyshkalov | 1717624 | 2018-02-24 03:31:32 | [diff] [blame] | 796 | 'filepath': 'infra/config/branch/cq.cfg', |
Nico Weber | 6ff639a | 2017-08-11 21:04:50 | [diff] [blame] | 797 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 798 | 'cr_elements': { |
| 799 | 'filepath': 'ui/webui/resources/cr_element', |
| 800 | }, |
Chung-yih Wang | 7afc64a | 2018-03-06 02:09:04 | [diff] [blame] | 801 | 'cros_benchmarks': { |
| 802 | 'filepath': 'tools/perf/contrib/cros_benchmarks', |
| 803 | }, |
Ben Wells | 03471a7 | 2018-03-22 00:58:46 | [diff] [blame] | 804 | 'crostini': { |
Timothy Loh | ecae1e42 | 2018-06-07 05:53:59 | [diff] [blame] | 805 | 'filepath': 'crostini', |
Ben Wells | 03471a7 | 2018-03-22 00:58:46 | [diff] [blame] | 806 | }, |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 807 | 'custom_tabs': { |
Newton Allen | 38c6221 | 2015-06-24 21:41:53 | [diff] [blame] | 808 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\ |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 809 | 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/', |
alancutter | cbad651 | 2015-06-19 02:31:28 | [diff] [blame] | 810 | }, |
Ryo Hashimoto | 900be52c | 2018-05-24 06:42:26 | [diff] [blame] | 811 | 'dbus': { |
| 812 | 'filepath': 'dbus/', |
| 813 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 814 | 'deep_memory_profiler': { |
| 815 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 816 | }, |
Bartosz Fabianowski | 85a82381 | 2015-04-16 10:27:51 | [diff] [blame] | 817 | 'device_bluetooth': { |
| 818 | 'filepath': 'device/.*bluetooth' |
| 819 | }, |
juncai | c08f41d | 2017-05-04 20:36:58 | [diff] [blame] | 820 | 'device_chooser': { |
| 821 | 'filepath': 'chrome/browser/chooser_controller/|'\ |
| 822 | 'chrome/browser/ui/android/bluetooth_chooser_.*|'\ |
| 823 | 'chrome/browser/ui/android/usb_chooser_.*|'\ |
| 824 | 'chrome/browser/ui/bluetooth/|'\ |
| 825 | 'chrome/browser/ui/cocoa/device_chooser_.*|'\ |
| 826 | 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\ |
| 827 | 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\ |
| 828 | 'chrome/browser/ui/views/device_chooser_.*|'\ |
| 829 | 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\ |
| 830 | 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\ |
| 831 | 'chrome/browser/usb/usb_chooser_.*', |
| 832 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 833 | 'devtools': { |
| 834 | 'filepath': 'devtools', |
| 835 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 836 | 'dial': { |
| 837 | 'filepath': 'chrome/(browser|common)/extensions/api/dial' \ |
| 838 | '|chrome/browser/media/router/discovery/dial/' \ |
| 839 | '|chrome/test/data/extensions/api_test/dial/' |
| 840 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 841 | 'disk_cache': { |
| 842 | 'filepath': 'net/disk_cache/|http_cache', |
| 843 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 844 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 845 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 846 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 847 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 848 | 'downloads_ui': { |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 849 | 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 850 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 851 | 'chrome/browser/ui/views/download/|' \ |
asanka | 2009f41 | 2015-10-05 17:28:12 | [diff] [blame] | 852 | 'chrome/browser/ui/cocoa/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 853 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 854 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 855 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 856 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 857 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 858 | 'drive_resource_metadata': { |
Ryo Hashimoto | 900be52c | 2018-05-24 06:42:26 | [diff] [blame] | 859 | 'filepath': 'drive.*resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 860 | }, |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 861 | 'eme': { |
Xiaohan Wang | 6cbdcdf | 2018-06-12 21:55:54 | [diff] [blame] | 862 | 'filepath': 'chrome/renderer/media/.*key_system|' \ |
| 863 | 'chrome/browser/media/.*(cdm|encrypted)|' \ |
| 864 | 'components/cdm/|' \ |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 865 | 'content/browser/media/cdm/|' \ |
Xiaohan Wang | 6cbdcdf | 2018-06-12 21:55:54 | [diff] [blame] | 866 | 'media/base/android/.*drm|' \ |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 867 | 'media/cdm/|' \ |
| 868 | 'third_party/widevine/cdm/' |
| 869 | }, |
Justin DeWitt | f64d39e | 2018-08-09 21:33:41 | [diff] [blame] | 870 | 'explore_sites': { |
| 871 | 'filepath': 'chrome/browser/android/explore_sites/|' \ |
| 872 | 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/' |
| 873 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 874 | 'extension': { |
| 875 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 876 | }, |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 877 | 'feature_policy': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 878 | 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 879 | 'third_party/blink/renderer/bindings/core/v8/origin_trial_features', |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 880 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 881 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 882 | 'filepath': 'file_system/|' \ |
| 883 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 884 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 885 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 886 | 'filepath': 'file_browser|' \ |
| 887 | 'file_manager|' \ |
| 888 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 889 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 890 | 'filesapp': { |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 891 | 'filepath': 'chrome/browser/chromeos/drive|' \ |
| 892 | 'chrome/browser/chromeos/extensions/file_manager|' \ |
| 893 | 'chrome/browser/chromeos/extensions/file_system_provider|' \ |
| 894 | 'chrome/browser/chromeos/file_manager|' \ |
| 895 | 'chrome/browser/chromeos/file_system_provider|' \ |
| 896 | 'chrome/browser/drive|' \ |
| 897 | 'chrome/test/data/extensions/api_test/file_system_provider|' \ |
| 898 | 'components/drive|' \ |
| 899 | 'google_apis/drive|' \ |
| 900 | 'ui/file_manager' |
| 901 | }, |
Tomasz Mikolajewski | 2905dbb | 2017-11-22 06:24:04 | [diff] [blame] | 902 | 'fsp': { |
| 903 | 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \ |
| 904 | 'chrome/browser/chromeos/file_system_provider|' \ |
Tomasz Mikolajewski | 66b4faa2 | 2017-11-22 09:33:43 | [diff] [blame] | 905 | 'chrome/test/data/extensions/api_test/file_system_provider' |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 906 | }, |
Wez | 385de5a | 2017-07-13 20:13:16 | [diff] [blame] | 907 | 'fuchsia': { |
| 908 | 'filepath': 'fuchsia', |
| 909 | }, |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 910 | 'fuzzing': { |
| 911 | 'filepath': 'fuzz|Fuzz', |
| 912 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 913 | 'gamepad': { |
| 914 | 'filepath': 'gamepad', |
| 915 | }, |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 916 | 'gcm': { |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 917 | 'filepath': 'chrome/browser/gcm/|'\ |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 918 | 'components/gcm_driver/|'\ |
| 919 | 'google_apis/gcm/', |
| 920 | }, |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 921 | 'generic_sensor': { |
Jun Cai | aa1f040d | 2017-11-15 01:21:53 | [diff] [blame] | 922 | 'filepath': 'services/device/generic_sensor/|'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 923 | 'third_party/blink/renderer/modules/sensor/', |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 924 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 925 | 'geolocation': { |
| 926 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 927 | 'content/browser/geolocation|'\ |
| 928 | 'content/public/common/geoposition.*|'\ |
| 929 | 'content/public/browser/geolocation.*|'\ |
| 930 | 'content/renderer/geolocation.*|'\ |
| 931 | 'content/shell/geolocation/', |
| 932 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 933 | 'gfx_geometry': { |
danakj | 570c133 | 2015-01-06 16:59:36 | [diff] [blame] | 934 | 'filepath': 'ui/gfx/geometry/', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 935 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 936 | 'gfx_image': { |
| 937 | 'filepath': 'ui/gfx/image/', |
| 938 | }, |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 939 | 'gn': { |
| 940 | 'filepath': 'tools/gn', |
| 941 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 942 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 943 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 944 | }, |
Corentin Wallez | c68aa9b | 2017-10-02 15:00:03 | [diff] [blame] | 945 | 'gpu_passthrough_cmd_decoder': { |
| 946 | 'filepath': 'gpu/command_buffer/service/.*passthrough', |
| 947 | }, |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 948 | 'guest_view': { |
| 949 | 'filepath': 'chrome/browser/apps/guest_view|'\ |
| 950 | 'chrome/browser/extensions/api/web_view|'\ |
| 951 | 'chrome/browser/guest_view|'\ |
| 952 | 'chrome/common/extensions/api/webview*.json|'\ |
| 953 | 'chrome/common/extensions/docs|'\ |
| 954 | 'chrome/renderer/resources/extensions/web_view|'\ |
| 955 | 'components/guest_view|'\ |
| 956 | 'content/browser/browser_plugin|'\ |
| 957 | 'content/renderer/browser_plugin|'\ |
| 958 | 'extensions/browser/api/guest_view|'\ |
| 959 | 'extensions/browser/guest_view|'\ |
| 960 | 'extensions/common/guest_view|'\ |
| 961 | 'extensions/common/mojo/guest_view.mojom|'\ |
| 962 | 'extensions/common/api/*view*.json|'\ |
| 963 | 'extensions/renderer/guest_view', |
| 964 | }, |
Andrey Kosyakov | a173d25 | 2018-05-07 18:29:11 | [diff] [blame] | 965 | 'headless': { |
| 966 | 'filepath': 'headless/' |
| 967 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 968 | 'history_ui': { |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 969 | 'filepath': 'chrome/browser/resources/(md_)?history|'\ |
| 970 | 'chrome/browser/ui/webui/.*history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 971 | }, |
| 972 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 973 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 974 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 975 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 976 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 977 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 978 | }, |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 979 | 'incident_reporting': { |
| 980 | 'filepath': 'chrome/browser/safe_browsing/incident_reporting', |
| 981 | }, |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 982 | 'indexed_db': { |
| 983 | 'filepath': 'content/browser/indexed_db|'\ |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 984 | 'content/public/browser/indexed_db|'\ |
Chase Phillips | 7027bd5 | 2018-08-30 17:31:55 | [diff] [blame] | 985 | 'content/renderer/indexed_db|'\ |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 986 | 'content/test/data/indexeddb', |
| 987 | }, |
bruthig | aa8281f | 2016-02-09 17:52:31 | [diff] [blame] | 988 | 'ink_drop': { |
| 989 | 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \ |
| 990 | 'ui/views/animation/.*ink_drop.*' |
| 991 | }, |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 992 | 'input': { |
| 993 | 'filepath': 'content/browser/renderer_host/input|'\ |
| 994 | 'content/renderer/input|'\ |
| 995 | 'ui/events/blink/' |
| 996 | }, |
Dominick Ng | caa7b40 | 2017-07-11 07:35:39 | [diff] [blame] | 997 | 'installable': { |
| 998 | 'filepath': 'chrome/browser/installable/', |
| 999 | }, |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 1000 | 'installer_linux': { |
| 1001 | 'filepath': 'chrome/installer/linux/', |
| 1002 | }, |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 1003 | 'installer_win': { |
| 1004 | 'filepath': 'chrome/install_static/'\ |
Samuel Huang | 577ef6c | 2018-03-13 18:19:34 | [diff] [blame] | 1005 | '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\ |
| 1006 | '|components/zucchini/', |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 1007 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 1008 | 'instant': { |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 1009 | 'filepath': 'instant|searchbox|'\ |
| 1010 | 'chrome/browser/search/|'\ |
[email protected] | c29b7dae | 2013-03-25 22:29:13 | [diff] [blame] | 1011 | 'chrome/browser/ui/search/|'\ |
[email protected] | eb99f8e | 2013-07-10 10:17:39 | [diff] [blame] | 1012 | 'chrome/browser/resources/local_ntp/|'\ |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 1013 | 'chrome/common/search_types.*', |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 1014 | }, |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 1015 | 'ios': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1016 | 'filepath': 'ios/', |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 1017 | }, |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 1018 | 'ios_chrome': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1019 | 'filepath': 'ios/chrome/', |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 1020 | }, |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 1021 | 'ios_clean': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1022 | 'filepath': 'ios/clean/', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 1023 | }, |
| 1024 | 'ios_showcase': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1025 | 'filepath': 'ios/showcase/', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 1026 | }, |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 1027 | 'ios_web': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1028 | 'filepath': 'ios/web(_view)?/', |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 1029 | }, |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 1030 | 'libaom': { |
| 1031 | 'filepath': 'third_party/libaom/', |
| 1032 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1033 | 'libvpx': { |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 1034 | 'filepath': 'third_party/libvpx/', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 1035 | }, |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 1036 | 'libwebp': { |
| 1037 | 'filepath': 'third_party/libwebp' |
| 1038 | }, |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 1039 | 'libxml_xslt': { |
| 1040 | 'filepath': 'third_party/libxml/' \ |
| 1041 | '|third_party/libxslt/', |
| 1042 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 1043 | 'linux_fonts': { |
| 1044 | 'filepath': 'ui/gfx/font_render_params_.*|'\ |
derat | cd2d6fb | 2015-02-12 00:10:41 | [diff] [blame] | 1045 | 'ui/gfx/platform_font_linux.*|'\ |
| 1046 | 'ui/gfx/render_text_harfbuzz.*', |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 1047 | }, |
| 1048 | 'linux_sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1049 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1050 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 1051 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 1052 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1053 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1054 | 'login': { |
| 1055 | 'filepath': 'chrome/browser/ui/login' |
| 1056 | }, |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 1057 | 'mac': { |
lgrey | 332339b1 | 2016-12-05 17:16:40 | [diff] [blame] | 1058 | 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$', |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 1059 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1060 | 'manifest': { |
| 1061 | 'filepath': 'content/(browser|renderer)/manifest/'\ |
| 1062 | '|content/public/common/manifest*', |
| 1063 | }, |
James Cook | 2dc6d04 | 2018-04-24 22:00:20 | [diff] [blame] | 1064 | 'mash_buildbot_filters': { |
| 1065 | 'filepath': 'testing/buildbot/filters/mash.*filter', |
| 1066 | }, |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 1067 | 'md_settings': { |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 1068 | 'filepath': 'chrome/browser/resources/settings/'\ |
Dan Beam | 62f6f8fce | 2017-06-07 21:23:08 | [diff] [blame] | 1069 | '|chrome/browser/ui/webui/settings/'\ |
| 1070 | '|chrome/test/data/webui/settings/', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 1071 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1072 | 'media': { |
Francois Beaufort | 9ab59c8 | 2017-08-24 13:10:29 | [diff] [blame] | 1073 | 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1074 | }, |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1075 | 'media_capture_from_element': { |
alancutter | 4035981 | 2017-03-03 08:20:27 | [diff] [blame] | 1076 | 'filepath': 'content/renderer/media_capture_from_element/' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1077 | '|third_party/blink/renderer/modules/mediacapture/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 1078 | '|third_party/blink/renderer/platform/exported/web_canvas_capture' \ |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1079 | '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 1080 | '|third_party/blink/public/platform/web_canvas_capture' |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1081 | }, |
Tommy Steimel | 074a182 | 2018-02-07 17:25:44 | [diff] [blame] | 1082 | 'media_controls': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1083 | 'filepath': 'third_party/blink/renderer/modules/media_controls/' |
Tommy Steimel | 074a182 | 2018-02-07 17:25:44 | [diff] [blame] | 1084 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 1085 | 'media_galleries': { |
| 1086 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 1087 | '|chrome/browser/media_galleries/'\ |
| 1088 | '|chrome/browser/storage_monitor/'\ |
| 1089 | '|chrome/common/media_galleries/'\ |
Jay Civelli | cf99550 | 2017-09-08 23:59:27 | [diff] [blame] | 1090 | '|chrome/test/data/extensions/api_test/media_galleries/' |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 1091 | }, |
Hirokazu Honda | e31ce109a | 2018-09-18 11:18:50 | [diff] [blame] | 1092 | 'media_gpu': { |
| 1093 | 'filepath': 'media/gpu/', |
| 1094 | }, |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 1095 | 'media_mojo': { |
Xiaohan Wang | 6cbdcdf | 2018-06-12 21:55:54 | [diff] [blame] | 1096 | 'filepath': 'media/mojo/' |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 1097 | }, |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1098 | 'media_recorder': { |
alancutter | 4035981 | 2017-03-03 08:20:27 | [diff] [blame] | 1099 | 'filepath': 'content/renderer/media_recorder/' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1100 | '|third_party/blink/renderer/modules/mediarecorder/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 1101 | '|third_party/blink/renderer/platform/exported/web_media_recorder' \ |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1102 | '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 1103 | '|third_party/blink/public/platform/web_media_recorder' |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1104 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1105 | 'media_remoting': { |
| 1106 | 'filepath': 'chrome/browser/media/cast_remoting'\ |
| 1107 | '|media/blink/webmediaplayer_'\ |
| 1108 | '|media/mojo/interfaces/remoting.mojom'\ |
| 1109 | '|media/remoting/', |
| 1110 | }, |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1111 | 'media_router': { |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1112 | 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \ |
| 1113 | '|chrome/browser/media/router/' \ |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1114 | '|chrome/browser/resources/media_router/' \ |
Takumi Fujimoto | 4bef279 | 2018-05-03 17:51:55 | [diff] [blame] | 1115 | '|chrome/browser/ui/media_router/' \ |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1116 | '|chrome/browser/ui/views/media_router/' \ |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1117 | '|chrome/browser/ui/webui/media_router/' \ |
Takumi Fujimoto | 4bef279 | 2018-05-03 17:51:55 | [diff] [blame] | 1118 | '|chrome/common/media_router/' \ |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1119 | '|chrome/test/data/webui/media_router/' \ |
| 1120 | '|chrome/test/media_router/' \ |
| 1121 | '|chrome/utility/media_router/' |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1122 | }, |
Xiaohan Wang | 6cbdcdf | 2018-06-12 21:55:54 | [diff] [blame] | 1123 | 'media_win': { |
| 1124 | 'filepath': 'media/gpu/windows/' |
| 1125 | }, |
fmeawad | 4582cd2 | 2017-03-30 20:59:36 | [diff] [blame] | 1126 | 'memory_coordinator': { |
| 1127 | 'filepath': 'base/memory/memory_|' \ |
fmeawad | d015b23 | 2017-03-31 02:22:45 | [diff] [blame] | 1128 | 'content/browser/memory/|' \ |
| 1129 | 'content/child/memory/' |
fmeawad | 4582cd2 | 2017-03-30 20:59:36 | [diff] [blame] | 1130 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1131 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1132 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1133 | }, |
| 1134 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1135 | 'filepath': 'base/metrics/'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1136 | '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1137 | '|chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1138 | '|chrome/browser/chromeos/external_metrics'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 1139 | '|chrome/browser/extensions/api/metrics_private/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1140 | '|chrome/browser/ui/webui/metrics_handler'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 1141 | '|chromecast/browser/metrics/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1142 | '|components/metrics/'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 1143 | '|components/metrics_services_manager/'\ |
[email protected] | ce6b855a | 2014-03-12 19:51:39 | [diff] [blame] | 1144 | '|components/rappor/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1145 | '|components/variations/'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 1146 | # Exclude XML files; in particular, histograms.xml. |
| 1147 | '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
| 1148 | }, |
| 1149 | 'metrics_xml_files': { |
| 1150 | # Subscribe to this to watch for changes to histograms.xml. |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 1151 | 'filepath': 'tools/metrics/.*\.xml$', |
| 1152 | }, |
| 1153 | 'midi': { |
| 1154 | 'filepath': 'midi', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1155 | }, |
[email protected] | 341f218a | 2013-09-24 22:16:10 | [diff] [blame] | 1156 | 'mojo': { |
| 1157 | 'filepath': 'mojo', |
| 1158 | }, |
Kyle Horimoto | c4d57b12 | 2018-02-28 01:17:30 | [diff] [blame] | 1159 | 'multidevice': { |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 1160 | 'filepath': 'ash/multi_device_setup/'\ |
| 1161 | '|chrome/browser/chromeos/device_sync/'\ |
| 1162 | '|chrome/browser/chromeos/multidevice_setup/'\ |
| 1163 | '|chrome/browser/chromeos/secure_channel/'\ |
Kyle Horimoto | 592f64c | 2018-03-28 23:43:22 | [diff] [blame] | 1164 | '|chrome/browser/resources/chromeos/multidevice_setup/'\ |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 1165 | '|chrome/browser/resources/settings/multidevice_page/'\ |
| 1166 | '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\ |
| 1167 | '|chrome/browser/ui/webui/settings/chromeos/multidevice'\ |
James Hawkins | f7e517c | 2018-03-30 21:01:14 | [diff] [blame] | 1168 | '|chromeos/components/proximity_auth/'\ |
Kyle Horimoto | 592f64c | 2018-03-28 23:43:22 | [diff] [blame] | 1169 | '|chromeos/services/device_sync/'\ |
| 1170 | '|chromeos/services/multidevice_setup/'\ |
| 1171 | '|chromeos/services/secure_channel/'\ |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 1172 | '|components/cryptauth/'\ |
| 1173 | '|components/proximity_auth/logging' |
Kyle Horimoto | c4d57b12 | 2018-02-28 01:17:30 | [diff] [blame] | 1174 | }, |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 1175 | 'mus': { |
Scott Violet | 9f98425 | 2018-08-27 19:02:13 | [diff] [blame] | 1176 | 'filepath': 'services/ws/'\ |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 1177 | '|mojo/gpu/', |
| 1178 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1179 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1180 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 1181 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 1182 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1183 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 1184 | 'native_client_sdk': { |
| 1185 | 'filepath': '^native_client_sdk/', |
| 1186 | }, |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 1187 | 'navigation': { |
| 1188 | 'filepath': 'content/browser/frame_host|'\ |
| 1189 | 'content/browser/renderer_host/render_process_host.*|'\ |
| 1190 | 'content/browser/renderer_host/render_view_host.*|'\ |
| 1191 | 'content/browser/web_contents/web_contents_impl.*|'\ |
| 1192 | 'content/renderer/render_frame.*|'\ |
| 1193 | 'content/renderer/render_view.*' |
| 1194 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1195 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1196 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1197 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1198 | 'net_base': { |
| 1199 | 'filepath': 'net/base/', |
| 1200 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1201 | 'net_http2': { |
| 1202 | 'filepath': 'net/http2/', |
| 1203 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1204 | 'net_log': { |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 1205 | 'filepath': 'net/log/|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1206 | 'chrome/browser/net/.*net_log|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1207 | 'chrome/browser/resources/net_internals/|' \ |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 1208 | 'chrome/browser/ui/webui/net_internals/|' \ |
Takeshi Yoshino | 6b30abd | 2017-07-16 03:34:51 | [diff] [blame] | 1209 | 'components/net_log/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1210 | }, |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 1211 | 'net_server': { |
| 1212 | 'filepath': 'net/server/' |
| 1213 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1214 | 'net_spdy': { |
| 1215 | 'filepath': 'net/spdy/', |
| 1216 | }, |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 1217 | 'net_websockets': { |
| 1218 | 'filepath': 'net/websockets/', |
| 1219 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1220 | 'netinfo': { |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 1221 | 'filepath': '/netinfo/', |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1222 | }, |
Helen Li | 30f43d8e | 2018-05-09 16:24:01 | [diff] [blame] | 1223 | 'network_service': { |
| 1224 | 'filepath': 'services/network/', |
| 1225 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1226 | 'nfc': { |
| 1227 | 'filepath': '/nfc/', |
| 1228 | }, |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 1229 | 'notifications': { |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 1230 | 'filepath': 'chrome/browser/extensions/api/notifications/|'\ |
| 1231 | 'chrome/browser/notifications/|'\ |
| 1232 | 'chrome/test/data/notifications/|'\ |
| 1233 | 'content/browser/notifications/|'\ |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 1234 | 'content/common/platform_notification|'\ |
| 1235 | 'content/public/browser/platform_notification|'\ |
| 1236 | 'content/public/common/platform_notification|'\ |
| 1237 | 'content/renderer/notification_|'\ |
Xi Cheng | d47af34 | 2018-04-24 02:36:33 | [diff] [blame] | 1238 | 'chrome/notification_helper/|'\ |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 1239 | 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\ |
| 1240 | 'third_party/WebKit/LayoutTests/http/tests/notifications|'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1241 | 'third_party/blink/renderer/modules/notifications|'\ |
| 1242 | 'third_party/blink/public/platform/modules/notifications|'\ |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 1243 | 'ui/message_center/' |
| 1244 | }, |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 1245 | 'nqe': { |
| 1246 | 'filepath': 'nqe', |
| 1247 | }, |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1248 | 'ntp_snippets': { |
| 1249 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 16a37f90 | 2016-05-16 15:49:36 | [diff] [blame] | 1250 | 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 14c8935 | 2016-07-21 13:45:13 | [diff] [blame] | 1251 | 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 117ffb32 | 2017-02-06 12:04:20 | [diff] [blame] | 1252 | 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\ |
| 1253 | 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\ |
mvanouwerkerk | 538dc0b6 | 2016-05-17 14:55:34 | [diff] [blame] | 1254 | 'chrome/browser/android/ntp/ntp_snippets|'\ |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1255 | 'chrome/browser/ntp_snippets/|'\ |
mvanouwerkerk | 4164973 | 2016-05-17 13:37:00 | [diff] [blame] | 1256 | 'chrome/browser/resources/snippets_internals|'\ |
| 1257 | 'chrome/browser/ui/webui/snippets_internals|'\ |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1258 | 'components/ntp_snippets/|'\ |
| 1259 | 'chrome/android/java/res/layout/new_tab_page|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 1260 | 'chrome/android/java/res/layout/most_visited|'\ |
| 1261 | 'ios/chrome/browser/ntp_snippets' |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1262 | }, |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 1263 | 'ntp_tiles': { |
| 1264 | 'filepath': 'chrome/browser/android/ntp/|'\ |
| 1265 | 'chrome/browser/ui/webui/ntp/|'\ |
| 1266 | 'chrome/common/search/ntp|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 1267 | 'components/ntp_tiles/|'\ |
| 1268 | 'ios/chrome/browser/ntp_tiles' |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 1269 | }, |
peter | b8ec88f8 | 2017-03-21 13:29:42 | [diff] [blame] | 1270 | 'offline_items_collection': { |
| 1271 | 'filepath': 'components/offline_items_collection/', |
| 1272 | }, |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 1273 | 'offline_pages': { |
| 1274 | 'filepath': 'components/offline_pages/'\ |
fgorski | 329be5b | 2016-04-19 21:38:11 | [diff] [blame] | 1275 | '|chrome/browser/android/offline_pages/'\ |
| 1276 | '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/' |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 1277 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1278 | 'omnibox': { |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 1279 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\ |
| 1280 | 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\ |
| 1281 | 'chrome/browser/autocomplete/|'\ |
Justin Donnelly | 0af1472f | 2017-10-20 15:24:40 | [diff] [blame] | 1282 | 'chrome/browser/ui/location_bar/|'\ |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 1283 | 'chrome/browser/ui/omnibox/|'\ |
Justin Donnelly | 0af1472f | 2017-10-20 15:24:40 | [diff] [blame] | 1284 | 'chrome/browser/ui/.*/location_bar/|'\ |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 1285 | 'chrome/browser/ui/.*/omnibox/|'\ |
| 1286 | 'components/omnibox/|'\ |
| 1287 | 'ios/chrome/browser/ui/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1288 | }, |
Doug Arnett | a94d3ae | 2017-11-07 00:10:34 | [diff] [blame] | 1289 | 'optimization_guide': { |
| 1290 | 'filepath': 'optimization_guide|'\ |
| 1291 | 'optimization_hints', |
| 1292 | }, |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 1293 | 'origin_trials': { |
Jason Chase | dfcd02b | 2018-08-10 21:07:49 | [diff] [blame] | 1294 | 'filepath': 'origin_trial'\ |
chasej | 68b8bbd | 2017-01-26 19:26:13 | [diff] [blame] | 1295 | '|OriginTrial'\ |
| 1296 | '|ConditionalFeature', |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 1297 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 1298 | 'ozone': { |
[email protected] | f93c2c9 | 2013-10-31 18:22:44 | [diff] [blame] | 1299 | 'filepath': 'ui/ozone/|'\ |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 1300 | 'ui/events/ozone/|'\ |
| 1301 | 'ui/gfx/ozone/|'\ |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 1302 | 'ui/gl/gl_.*egl.*|'\ |
| 1303 | 'ui/gl/gl_.*ozone.*' |
| 1304 | }, |
lgarron | 9e25c740 | 2017-03-15 04:03:11 | [diff] [blame] | 1305 | 'page_info' : { |
| 1306 | 'filepath': 'chrome/browser/ui/page_info/'\ |
| 1307 | '|chrome/browser/ui/.*/page_info/'\ |
lgarron | 3428b2d3 | 2017-03-21 18:35:19 | [diff] [blame] | 1308 | '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\ |
lgarron | 6cd116a | 2017-04-07 19:42:18 | [diff] [blame] | 1309 | '|components/page_info_strings.grdp'\ |
Gregory Chatzinoff | df93d69 | 2017-09-09 01:32:27 | [diff] [blame] | 1310 | '|ios/chrome/browser/ui/page_info/' |
lgarron | 6cd116a | 2017-04-07 19:42:18 | [diff] [blame] | 1311 | }, |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 1312 | 'page_load_metrics' : { |
bmcquade | 9f43370 | 2016-07-26 23:33:50 | [diff] [blame] | 1313 | 'filepath': 'chrome/browser/page_load_metrics/'\ |
| 1314 | '|chrome/common/page_load_metrics/'\ |
| 1315 | '|chrome/renderer/page_load_metrics/' |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 1316 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1317 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 1318 | 'filepath': 'chrome/browser/ui/panels'\ |
| 1319 | '|chrome/browser/ui/cocoa/panels'\ |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 1320 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1321 | }, |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 1322 | 'password_manager': { |
| 1323 | 'filepath': 'chrome/.*/password_'\ |
| 1324 | '|chrome/browser/ui/passwords'\ |
| 1325 | '|chrome/browser/ui/views/passwords'\ |
| 1326 | '|chrome/test/data/password'\ |
| 1327 | '|components/autofill.*password' |
| 1328 | '|components/password_'\ |
vabr | ccdb722 | 2016-06-01 14:59:40 | [diff] [blame] | 1329 | '|^ios/chrome/browser/passwords'\ |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 1330 | }, |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 1331 | 'payments': { |
| 1332 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\ |
| 1333 | '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\ |
Rouslan Solomakhin | 81af4cf | 2017-06-27 15:23:49 | [diff] [blame] | 1334 | '|chrome/browser/payments'\ |
| 1335 | '|chrome/browser/ui/views/payments'\ |
Mohamad Ahmadi | 2b45276 | 2017-07-18 23:17:15 | [diff] [blame] | 1336 | '|components/payments/test/data'\ |
rouslan | a64ceca | 2016-10-26 01:10:31 | [diff] [blame] | 1337 | '|components/payments'\ |
Rouslan Solomakhin | 81af4cf | 2017-06-27 15:23:49 | [diff] [blame] | 1338 | '|content/browser/payments'\ |
| 1339 | '|content/test/data/payments'\ |
| 1340 | '|ios/chrome/browser/payments'\ |
| 1341 | '|ios/chrome/browser/ui/payments'\ |
| 1342 | '|ios/web/payments'\ |
| 1343 | '|ios/web/public/payments'\ |
| 1344 | '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\ |
| 1345 | '|third_party/WebKit/LayoutTests/http/tests/payments'\ |
| 1346 | '|third_party/WebKit/LayoutTests/payments'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1347 | '|third_party/blink/public/platform/modules/payments'\ |
| 1348 | '|third_party/blink/renderer/modules/payments' |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 1349 | }, |
| 1350 | 'payments_ios': { |
Rouslan Solomakhin | 81af4cf | 2017-06-27 15:23:49 | [diff] [blame] | 1351 | 'filepath': 'ios/web/payments'\ |
| 1352 | '|ios/chrome/browser/payments'\ |
| 1353 | '|ios/chrome/browser/ui/payments'\ |
| 1354 | '|ios/web/public/payments' |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 1355 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1356 | 'pepper_api': { |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 1357 | 'filepath': 'ppapi/api'\ |
| 1358 | '|ppapi/c', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1359 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1360 | 'permissions': { |
| 1361 | 'filepath': 'content/(child,browser)/permissions/'\ |
| 1362 | '|content/common/permission_*'\ |
| 1363 | '|content/public/(common,browser)/permission_*'\ |
| 1364 | '|chrome/browser/permissions/'\ |
| 1365 | '|chrome/browser/content_settings/permission*'\ |
| 1366 | '|permission_context', |
| 1367 | }, |
François Beaufort | b2070eb | 2018-02-08 10:36:34 | [diff] [blame] | 1368 | 'picture_in_picture': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1369 | 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/' |
François Beaufort | b2070eb | 2018-02-08 10:36:34 | [diff] [blame] | 1370 | }, |
Lutz Justen | a6742710 | 2018-06-28 08:55:46 | [diff] [blame] | 1371 | 'policy_templates': { |
| 1372 | 'filepath': 'components/policy/resources/policy_templates.json' |
| 1373 | }, |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 1374 | 'polymer': { |
| 1375 | 'filepath': 'third_party/polymer/|'\ |
michaelpg | f94a2a2 | 2017-03-06 22:35:00 | [diff] [blame] | 1376 | 'third_party/web-animations-js/|'\ |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 1377 | 'tools/polymer|'\ |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 1378 | 'ui/webui/resources/polymer_resources.grdp', |
| 1379 | }, |
Charles Harrison | 981d33c | 2017-10-06 21:36:22 | [diff] [blame] | 1380 | 'popup_blocker': { |
| 1381 | 'filepath': 'chrome/browser/ui/blocked_content' |
| 1382 | }, |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 1383 | 'precache': { |
| 1384 | 'filepath': '[pP]recache' |
| 1385 | }, |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 1386 | 'prepopulated_engines': { |
| 1387 | 'filepath': 'components/search_engines/prepopulated_engines.json', |
| 1388 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1389 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 1390 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1391 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1392 | 'presentation': { |
| 1393 | 'filepath': 'content/(browser|common|renderer)/presentation/' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1394 | '|third_party/blink/public/platform/modules/presentation/' \ |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1395 | '|third_party/WebKit/LayoutTests/presentation/' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1396 | '|third_party/blink/renderer/modules/presentation/' |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1397 | }, |
rbpotter | 0d9edeed | 2018-08-03 14:11:58 | [diff] [blame] | 1398 | 'print_preview': { |
| 1399 | 'filepath': 'chrome/browser/resources/print_preview/' \ |
| 1400 | '|chrome/browser/ui/webui/print_preview/' |
| 1401 | }, |
peter | 884896c7 | 2015-03-12 14:26:20 | [diff] [blame] | 1402 | 'push_messaging': { |
| 1403 | 'filepath': 'push_messaging' |
| 1404 | }, |
stkhapugin | 0650314 | 2016-12-07 14:32:12 | [diff] [blame] | 1405 | 'reading_list': { |
| 1406 | 'filepath': 'components/reading_list|'\ |
| 1407 | 'ios/chrome/browser/reading_list|'\ |
| 1408 | 'ios/chrome/browser/ui/reading_list', |
| 1409 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1410 | 'remoting': { |
sergeyu | 05995a4f | 2017-01-24 21:26:01 | [diff] [blame] | 1411 | 'filepath': '^remoting/' \ |
| 1412 | '|^testing/chromoting' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1413 | }, |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 1414 | 'rlz_id': { |
| 1415 | 'filepath' :'rlz/lib/machine_id.cc|'\ |
| 1416 | 'rlz/lib/machine_id.h|'\ |
| 1417 | 'rlz/win/lib/machine_id_win.cc', |
| 1418 | }, |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1419 | 'runtime_enabled_features': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1420 | 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5' |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1421 | }, |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 1422 | 'safe_browsing': { |
timvolodine | 41e9541 | 2017-03-14 02:55:34 | [diff] [blame] | 1423 | 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\ |
| 1424 | 'components/safe_browsing/', |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 1425 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1426 | 'screen_orientation': { |
| 1427 | 'filepath': 'screen_orientation', |
| 1428 | }, |
Robert Sesek | ae79d3851 | 2018-09-04 18:13:30 | [diff] [blame] | 1429 | 'security': { |
| 1430 | 'filepath': 'base/json/'\ |
| 1431 | '|base/memory/.*shared_memory'\ |
| 1432 | '|components/cbor/', |
| 1433 | }, |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1434 | 'service_worker': { |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 1435 | 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1436 | }, |
Colin Blundell | 6d2669a | 2017-07-11 06:26:53 | [diff] [blame] | 1437 | 'services_public': { |
| 1438 | 'filepath': 'services/([^/]*/)*public/', |
| 1439 | }, |
alito | c5534d6 | 2017-04-21 01:48:58 | [diff] [blame] | 1440 | 'settings_reset_prompt': { |
| 1441 | 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\ |
| 1442 | '|chrome/browser/ui/views/settings_reset_prompt', |
| 1443 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 1444 | 'site_engagement': { |
| 1445 | 'filepath': 'chrome/browser/engagement/|'\ |
| 1446 | 'chrome/browser/ui/webui/engagement/', |
| 1447 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1448 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1449 | 'filepath': 'content/browser/site_instance|'\ |
| 1450 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1451 | }, |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 1452 | 'smartlock': { |
| 1453 | 'filepath': 'chrome/browser/apps/platform_apps/api/easy_unlock_private/'\ |
| 1454 | '|chrome/browser/chromeos/login/easy_unlock/'\ |
| 1455 | '|chrome/browser/resources/easy_unlock/'\ |
| 1456 | '|chromeos/components/proximity_auth/' |
| 1457 | }, |
Zentaro Kavanagh | 608f8a1 | 2018-01-19 18:39:56 | [diff] [blame] | 1458 | 'smb': { |
| 1459 | 'filepath': 'chrome/browser/chromeos/file_system_provider'\ |
| 1460 | '|chrome/browser/chromeos/smb_client'\ |
| 1461 | '|chromeos/dbus/fake_smb_provider_client'\ |
| 1462 | '|chromeos/dbus/smb_provider_client', |
| 1463 | }, |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1464 | 'source_idls': { |
Joe Medley | f767175 | 2018-04-13 14:34:50 | [diff] [blame] | 1465 | 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl', |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1466 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1467 | 'spellcheck': { |
| 1468 | 'filepath': 'chrome/browser/spellchecker/'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 1469 | '|chrome/browser/renderer_context_menu/spelling_'\ |
| 1470 | '|components/spellcheck/'\ |
| 1471 | '|third_party/hunspell/'\ |
| 1472 | '|third_party/hunspell_dictionaries/', |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1473 | }, |
Xi Cheng | 3920ab1b | 2018-09-10 20:03:58 | [diff] [blame] | 1474 | 'stack_sampling_profiler': { |
Xi Cheng | 36cac61 | 2018-09-11 00:46:40 | [diff] [blame] | 1475 | 'filepath': 'components/metrics/*call_stack_profile*'\ |
| 1476 | '|base/profiler/', |
Xi Cheng | 3920ab1b | 2018-09-10 20:03:58 | [diff] [blame] | 1477 | }, |
Greg Thompson | 9ea09170 | 2018-01-04 11:06:32 | [diff] [blame] | 1478 | 'startup': { |
| 1479 | 'filepath': 'chrome/browser/ui/startup/', |
| 1480 | }, |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 1481 | 'streams': { |
| 1482 | 'filepath': 'content/browser/streams/', |
| 1483 | }, |
vmpstr | cc1c0830 | 2015-11-18 06:05:51 | [diff] [blame] | 1484 | 'styleguide': { |
| 1485 | 'filepath': '^styleguide/', |
| 1486 | }, |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 1487 | 'subresource_filter': { |
Charles Harrison | fb3eac9 | 2017-06-26 21:26:02 | [diff] [blame] | 1488 | 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index', |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 1489 | }, |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 1490 | 'supervised_users': { |
| 1491 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 1492 | '|chrome/browser/.*managed_user'\ |
| 1493 | '|chrome/browser/.*supervised_user', |
| 1494 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1495 | 'sync': { |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 1496 | 'filepath': '^chrome/android/sync_shell/'\ |
| 1497 | '|^chrome/browser/ui/sync/'\ |
| 1498 | '|^chrome/browser/ui/views/sync/'\ |
| 1499 | '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\ |
| 1500 | '|^ios/chrome/browser/sync/'\ |
| 1501 | '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
| 1502 | '|^chrome/browser/sync/'\ |
| 1503 | '|^components/browser_sync/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1504 | '|^components/sync/'\ |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 1505 | '|^components/sync_bookmarks/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1506 | '|^components/sync_sessions/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1507 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 1508 | 'syncfs': { |
| 1509 | 'filepath': 'sync_file_system', |
| 1510 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1511 | 'tab_alert_indicators': { |
| 1512 | 'filepath': 'content/browser/media/audio_stream_monitor'\ |
| 1513 | '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\ |
| 1514 | '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\ |
| 1515 | '|chrome/browser/ui/tabs/tab_utils'\ |
| 1516 | '|chrome/browser/ui/views/tabs/alert_indicator_button'\ |
| 1517 | '|chrome/browser/ui/views/tabs/tab\.cc'\ |
| 1518 | '|chrome/browser/ui/views/tabs/tab_renderer_data'\ |
| 1519 | '|media/audio/audio_(output_controller|power_monitor)', |
| 1520 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1521 | 'tab_capture': { |
Adam Parker | 83a48846 | 2017-12-22 00:26:48 | [diff] [blame] | 1522 | 'filepath': 'chrome/browser/extensions/api/tab_capture/'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1523 | '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1524 | '|chrome/test/data/extensions/api_test/tab_capture/'\ |
Adam Parker | 83a48846 | 2017-12-22 00:26:48 | [diff] [blame] | 1525 | '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\ |
| 1526 | '|components/viz/service/display/'\ |
| 1527 | '|components/viz/service/frame_sinks/(frame_sink_manager'\ |
| 1528 | '|video_capture/)'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1529 | '|content/browser/media/capture/'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1530 | '|content/browser/renderer_host/media/(audio_'\ |
| 1531 | '|media_stream_manager|video_)'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1532 | '|content/public/renderer/media_stream_'\ |
| 1533 | '|content/renderer/media/(media_stream|(.+audio_source))'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1534 | '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ |
| 1535 | '|media/base/video_frame\.h'\ |
Adam Parker | 83a48846 | 2017-12-22 00:26:48 | [diff] [blame] | 1536 | '|media/capture/'\ |
| 1537 | '|services/viz/privileged/interfaces/compositing/frame_sink', |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1538 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1539 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1540 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 1541 | 'content/browser/tab_contents/|'\ |
| 1542 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1543 | }, |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 1544 | 'tbmv2_metrics': { |
| 1545 | 'filepath': 'third_party/catapult/tracing/tracing/metrics' |
| 1546 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 1547 | 'tcmalloc': { |
| 1548 | 'filepath': 'third_party/tcmalloc' |
| 1549 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 1550 | 'telemetry': { |
nednguyen | 79105d42 | 2016-04-18 01:38:42 | [diff] [blame] | 1551 | 'filepath': 'tools/perf/' |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 1552 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1553 | 'test_runner': { |
| 1554 | 'filepath': 'components/test_runner/' \ |
| 1555 | '|content/shell/(common|browser|renderer)/layout_test/' \ |
| 1556 | '|content/test/layouttest_support.cc' \ |
| 1557 | '|content/public/test/layouttest_support.h' \ |
| 1558 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1559 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1560 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 1561 | }, |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 1562 | 'tether': { |
Kyle Horimoto | 592f64c | 2018-03-28 23:43:22 | [diff] [blame] | 1563 | 'filepath': 'chrome/browser/chromeos/tether/'\ |
| 1564 | '|chrome/browser/ui/ash/network/tether*'\ |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 1565 | '|chromeos/components/tether/' |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 1566 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1567 | 'textinput': { |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 1568 | 'filepath': 'chrome/browser/ui/input_method'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1569 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 1570 | '|content/browser/renderer_host/text_input'\ |
| 1571 | '|ui/base/ime/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1572 | '|ui/views/controls/textfield/'\ |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 1573 | '|ui/wm/core/ime' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1574 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1575 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1576 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 1577 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 1578 | '|chrome/browser/chromeos/status/input_method'\ |
| 1579 | '|chrome/browser/extensions/extension_input_'\ |
| 1580 | '|chrome/browser/resources/keyboard'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1581 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1582 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1583 | }, |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 1584 | 'timers': { |
| 1585 | 'filepath': 'base/timer/'\ |
| 1586 | '|components/timers/' |
| 1587 | }, |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 1588 | 'tools_win_chromeexts': { |
| 1589 | 'filepath': 'tools/win/chromeexts', |
| 1590 | }, |
AJITH KUMAR V | 4f0c481 | 2018-03-27 13:46:57 | [diff] [blame] | 1591 | 'touch_selection': { |
| 1592 | 'filepath': 'ui/touch_selection/'\ |
| 1593 | '|content/public/android/java/src/org/chromium/content/browser/selection/' |
| 1594 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1595 | 'tracing': { |
| 1596 | 'filepath': 'base/debug/trace_event.*'\ |
primiano | bef13b4 | 2015-01-30 15:29:31 | [diff] [blame] | 1597 | '|base/trace_event/'\ |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1598 | '|content/browser/tracing/'\ |
Oystein Eftevaag | 6410f1a | 2018-03-01 18:06:30 | [diff] [blame] | 1599 | '|components/tracing/'\ |
| 1600 | '|services/tracing/' |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1601 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1602 | 'ui_compositor': { |
| 1603 | 'filepath': 'ui/compositor/layer\.|'\ |
| 1604 | 'ui/compositor/layer_unittest|'\ |
| 1605 | 'ui/compositor/compositor', |
| 1606 | }, |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 1607 | 'ui_display_win': { |
| 1608 | 'filepath': '^ui/display/win', |
| 1609 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1610 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1611 | 'filepath': 'ui/resources/'\ |
| 1612 | '|ui/base/native_theme/resources/'\ |
| 1613 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1614 | }, |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 1615 | 'ui_strings': { |
| 1616 | 'filepath': 'chrome/app/generated_resources.grd'\ |
| 1617 | '|chrome/app/google_chrome_strings.grd'\ |
| 1618 | '|chrome/android/java/strings/android_chrome_strings.grd'\ |
| 1619 | '|chrome/app/settings_strings.grdp'\ |
| 1620 | '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\ |
| 1621 | '|ui/strings/ui_strings.grd', |
| 1622 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1623 | 'usb': { |
| 1624 | 'filepath': '/usb/', |
| 1625 | }, |
Miguel Casas-Sanchez | a65d49a | 2017-12-11 03:27:48 | [diff] [blame] | 1626 | 'vaapi': { |
| 1627 | 'filepath': 'media/gpu/vaapi', |
| 1628 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 1629 | 'version_assembly': { |
| 1630 | 'filepath': 'chrome/app/version_assembly', |
| 1631 | }, |
posciak | 62a7227 | 2016-05-11 08:31:24 | [diff] [blame] | 1632 | 'video': { |
| 1633 | 'filepath': 'content/browser/renderer_host/media/|'\ |
| 1634 | 'content/renderer/media/|'\ |
| 1635 | 'media/capture/video/|'\ |
| 1636 | 'media/filters/|'\ |
| 1637 | 'media/gpu/|'\ |
| 1638 | '.*video.*', |
| 1639 | }, |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1640 | 'video_capture': { |
| 1641 | 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\ |
| 1642 | '|content/browser/renderer_host/media/.*(capture|media)'\ |
| 1643 | '|content/renderer/media/.*(capture|media|webrtc)'\ |
| 1644 | '|media/capture/'\ |
chfremer | 2a01a69b | 2017-01-06 02:39:01 | [diff] [blame] | 1645 | '|media/muxers/'\ |
| 1646 | '|services/video_capture/', |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1647 | }, |
Alexandre Courbot | 3e9e55a | 2018-04-05 05:29:42 | [diff] [blame] | 1648 | 'video_gpu': { |
| 1649 | 'filepath': 'content/renderer/media/|'\ |
| 1650 | 'media/capture/video/|'\ |
| 1651 | 'media/gpu/', |
| 1652 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1653 | 'views': { |
| 1654 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1655 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1656 | }, |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1657 | 'virtual_keyboard': { |
| 1658 | 'filepath': 'ui/keyboard/'\ |
oka | 47452c2 | 2017-02-17 05:07:57 | [diff] [blame] | 1659 | '|chrome/test/data/chromeos/virtual_keyboard/'\ |
| 1660 | '|extensions/browser/api/virtual_keyboard_private/'\ |
James Cook | a35a1e2 | 2017-04-08 02:33:08 | [diff] [blame] | 1661 | '|ash/system/virtual_keyboard/'\ |
oka | 47452c2 | 2017-02-17 05:07:57 | [diff] [blame] | 1662 | '|ash/virtual_keyboard', |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1663 | }, |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 1664 | 'virtual_reality': { |
David Dorwin | a4a2b73c | 2018-05-18 22:39:56 | [diff] [blame] | 1665 | # Includes VR, AR, and XR. |
Michael Thiessen | a7bec5b | 2018-07-12 19:10:04 | [diff] [blame] | 1666 | 'filepath': '/vr/'\ |
David Dorwin | a4a2b73c | 2018-05-18 22:39:56 | [diff] [blame] | 1667 | '|/xr'\ |
| 1668 | '|third_party/arcore'\ |
| 1669 | '|third_party/gvr'\ |
| 1670 | '|third_party/libovr'\ |
| 1671 | '|third_party/openvr', |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 1672 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1673 | 'wake_lock': { |
| 1674 | 'filepath': 'wake_lock', |
| 1675 | }, |
Devin Mullins | 4ff9b28 | 2018-03-09 00:37:32 | [diff] [blame] | 1676 | 'web_package': { |
| 1677 | 'filepath': 'content/browser/loader/prefetch_url_loader'\ |
| 1678 | '|content/browser/web_package/'\ |
Kunihiko Sakamoto | ba39085 | 2018-07-11 01:08:55 | [diff] [blame] | 1679 | '|content/test/data/sxg/' |
Devin Mullins | 4ff9b28 | 2018-03-09 00:37:32 | [diff] [blame] | 1680 | }, |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 1681 | 'web_share': { |
| 1682 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\ |
| 1683 | '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\ |
| 1684 | '|chrome/browser/ui/views/webshare/'\ |
| 1685 | '|chrome/browser/webshare/'\ |
| 1686 | '|third_party/WebKit/LayoutTests/webshare/'\ |
| 1687 | '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1688 | '|third_party/blink/public/platform/modules/webshare/'\ |
| 1689 | '|third_party/blink/renderer/modules/webshare/', |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 1690 | }, |
Martin Kreichgauer | 794a1857 | 2018-07-20 20:45:43 | [diff] [blame] | 1691 | 'webauthn': { |
| 1692 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\ |
| 1693 | '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\ |
| 1694 | '|chrome/browser/webauthn/'\ |
| 1695 | '|chrome/browser/ui/webauthn/'\ |
| 1696 | '|chrome/browser/ui/views/webauthn/'\ |
| 1697 | '|content/browser/webauth/'\ |
| 1698 | '|device/fido/'\ |
| 1699 | '|third_party/blink/public/platform/modules/webauth/', |
| 1700 | }, |
Corentin Wallez | 3f1d085 | 2018-07-04 15:45:36 | [diff] [blame] | 1701 | 'webgpu': { |
| 1702 | 'filepath': 'third_party/blink/renderer/modules/webgpu/', |
| 1703 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 1704 | 'webrtc_browser_tests': { |
| 1705 | 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ |
| 1706 | 'content/browser/media/.*webrtc.*browsertest', |
| 1707 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 1708 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1709 | 'filepath': 'chrome/browser/content_settings/'\ |
| 1710 | '|chrome/browser/ui/views/website_settings/'\ |
| 1711 | '|chrome/browser/ui/website_settings/'\ |
mukai | 077089f | 2014-09-11 18:41:52 | [diff] [blame] | 1712 | '|chrome/common/content_settings'\ |
| 1713 | '|components/content_settings/', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 1714 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1715 | 'windows_sandboxing': { |
| 1716 | 'filepath': 'sandbox/win/', |
| 1717 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1718 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1719 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 1720 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 1721 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1722 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1723 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 1724 | '|chrome/browser/chromeos/wm_' \ |
| 1725 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 1726 | }, |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 1727 | 'zoom': { |
| 1728 | 'filepath': 'chrome/browser/ui/zoom/' \ |
| 1729 | '|components/ui/zoom/' \ |
| 1730 | '|content/browser/host_zoom_*' \ |
| 1731 | '|content/browser/storage_partition_impl*' \ |
| 1732 | '|content/public/browser/host_zoom_map.h' \ |
| 1733 | '|content/public/browser/storage_partition.h' |
| 1734 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1735 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 1736 | |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1737 | ############################################################################## |
| 1738 | # Please keep alphabetical |
| 1739 | ############################################################################## |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1740 | 'WATCHLISTS': { |
Joe Medley | 1e1bb65 | 2018-04-27 17:36:59 | [diff] [blame] | 1741 | 'about_flags': ['[email protected]', |
| 1742 | '[email protected]'], |
mazda | 6471d0e | 2015-10-02 06:32:55 | [diff] [blame] | 1743 | 'accelerator_table': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1744 | '[email protected]'], |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1745 | 'accessibility': ['[email protected]', |
Aaron Leventhal | 97855702 | 2017-06-09 15:39:41 | [diff] [blame] | 1746 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1747 | '[email protected]', |
dougt | cd8ac01d | 2017-03-24 16:23:40 | [diff] [blame] | 1748 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1749 | '[email protected]', |
je_julie.kim | a170bac | 2015-05-06 14:57:54 | [diff] [blame] | 1750 | '[email protected]', |
Katie Dektar | a52038e4 | 2017-12-06 21:00:31 | [diff] [blame] | 1751 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1752 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1753 | '[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 1754 | 'add_to_homescreen': ['[email protected]', |
Xi Han | 50f523a1d | 2017-07-19 15:56:11 | [diff] [blame] | 1755 | '[email protected]', |
F | 07b66041 | 2017-08-01 20:53:06 | [diff] [blame] | 1756 | '[email protected]'], |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1757 | 'android_crash_reporting': ['[email protected]'], |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 1758 | 'android_crazy_linker': ['[email protected]'], |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 1759 | 'android_infobars': ['[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 1760 | 'android_infra': ['[email protected]', |
Eric Stevenson | 1a03deb | 2018-06-22 20:40:13 | [diff] [blame] | 1761 | '[email protected]', |
Andrew Grieve | 5babdbfc | 2017-08-16 01:26:49 | [diff] [blame] | 1762 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1763 | 'android_item_chooser_dialogs': ['[email protected]', |
| 1764 | '[email protected]'], |
lizeb | f34f69b | 2016-03-30 16:08:53 | [diff] [blame] | 1765 | 'android_loading': ['[email protected]', |
droger | e76b563 | 2016-03-31 14:14:41 | [diff] [blame] | 1766 | '[email protected]'], |
Daniele Castagna | 7c829d69 | 2018-02-12 16:09:08 | [diff] [blame] | 1767 | 'android_media': ['[email protected]'], |
Ted Choc | 042d844 | 2018-03-13 16:35:57 | [diff] [blame] | 1768 | 'android_search_widget': ['[email protected]', |
| 1769 | '[email protected]'], |
nyquist | f602bd0 | 2017-02-16 23:17:44 | [diff] [blame] | 1770 | 'android_studio': ['[email protected]', |
| 1771 | '[email protected]'], |
Daniele Castagna | 7c829d69 | 2018-02-12 16:09:08 | [diff] [blame] | 1772 | 'android_tab': ['[email protected]'], |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1773 | 'android_uma_settings': ['[email protected]', |
| 1774 | '[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 1775 | 'android_webapk': ['[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 1776 | 'android_webview': ['[email protected]'], |
Yi Gu | c1c5468 | 2018-07-23 12:00:00 | [diff] [blame] | 1777 | 'animation_worklet': ['[email protected]', |
| 1778 | '[email protected]'], |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 1779 | 'app_list': ['[email protected]'], |
Dominick Ng | dd2f011 | 2018-07-18 01:41:55 | [diff] [blame] | 1780 | 'app_shortcuts': ['[email protected]', |
| 1781 | '[email protected]', |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 1782 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1783 | 'apps': ['[email protected]', |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 1784 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1785 | '[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1786 | 'arc': ['[email protected]', |
hidehiko | 49f0b7c | 2016-05-24 10:59:47 | [diff] [blame] | 1787 | '[email protected]', |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1788 | '[email protected]', |
victorhsieh | 52feccd | 2017-02-27 18:27:02 | [diff] [blame] | 1789 | '[email protected]', |
Junichi Uekawa | 38d20c1 | 2018-03-22 03:31:30 | [diff] [blame] | 1790 | '[email protected]', |
| 1791 | '[email protected]'], |
lhchavez | 61532c9 | 2016-10-18 21:33:37 | [diff] [blame] | 1792 | 'arc_auth': ['[email protected]'], |
Shuhei Takahashi | af68cff | 2017-07-24 05:17:12 | [diff] [blame] | 1793 | 'arc_fileapi': ['[email protected]'], |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 1794 | 'arc_kiosk': ['[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1795 | 'arc_net': ['[email protected]', |
| 1796 | '[email protected]', |
| 1797 | '[email protected]'], |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 1798 | 'arc_power': ['[email protected]'], |
Hirokazu Honda | f98a312 | 2018-04-12 11:19:48 | [diff] [blame] | 1799 | 'arc_video_accelerator': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1800 | 'ash': ['[email protected]', |
| 1801 | '[email protected]'], |
Xiaohui Chen | f7e70a2 | 2018-02-08 00:36:38 | [diff] [blame] | 1802 | 'assistant': ['[email protected]'], |
Max Morin | 2b020631 | 2018-04-06 11:17:40 | [diff] [blame] | 1803 | 'audio_service': ['[email protected]', |
| 1804 | '[email protected]', |
| 1805 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1806 | 'aura': ['[email protected]', |
| 1807 | '[email protected]'], |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 1808 | 'aura_compositor': ['[email protected]', |
| 1809 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1810 | '[email protected]', |
danakj | 3695c58 | 2016-10-26 21:54:43 | [diff] [blame] | 1811 | '[email protected]'], |
Jared Saul | 4765c1e | 2018-06-18 13:44:57 | [diff] [blame] | 1812 | 'autofill': ['[email protected]', |
| 1813 | '[email protected]', |
sebsg | 55d59d8 | 2018-06-19 18:29:52 | [diff] [blame] | 1814 | '[email protected]', |
sebsg | bbfbea0 | 2016-10-24 21:54:59 | [diff] [blame] | 1815 | '[email protected]', |
Anthony Vallee-Dubois | 866affd2 | 2018-03-19 15:13:21 | [diff] [blame] | 1816 | '[email protected]', |
Jared Saul | 4765c1e | 2018-06-18 13:44:57 | [diff] [blame] | 1817 | '[email protected]', |
Tommy Martino | 7e7d7408 | 2018-04-09 19:25:05 | [diff] [blame] | 1818 | '[email protected]', |
Jared Saul | 4765c1e | 2018-06-18 13:44:57 | [diff] [blame] | 1819 | '[email protected]'], |
Mathias Carlen | c61d807 | 2018-08-21 16:18:24 | [diff] [blame] | 1820 | 'autofill_assistant': ['[email protected]'], |
Jared Saul | 4765c1e | 2018-06-18 13:44:57 | [diff] [blame] | 1821 | 'autofill_credit_cards': ['[email protected]'], |
Dan Elphick | 08d1fd4 | 2018-04-26 10:22:33 | [diff] [blame] | 1822 | 'background_fetch': ['[email protected]', |
Mugdha Lakhani | 6876ba1 | 2018-04-06 13:12:28 | [diff] [blame] | 1823 | '[email protected]', |
Dan Elphick | 08d1fd4 | 2018-04-26 10:22:33 | [diff] [blame] | 1824 | '[email protected]'], |
Jason Chase | dfcd02b | 2018-08-10 21:07:49 | [diff] [blame] | 1825 | 'background_sync': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1826 | '[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 1827 | 'banners': ['[email protected]', |
Xi Han | 50f523a1d | 2017-07-19 15:56:11 | [diff] [blame] | 1828 | '[email protected]', |
F | 07b66041 | 2017-08-01 20:53:06 | [diff] [blame] | 1829 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1830 | 'base': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1831 | 'base_allocator': ['[email protected]', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1832 | '[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 1833 | 'base_memory': ['[email protected]'], |
Alexander Timin | 864bf8a0 | 2018-03-12 11:06:28 | [diff] [blame] | 1834 | 'base_scheduler': ['[email protected]'], |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 1835 | 'base_task_scheduler': ['[email protected]', |
| 1836 | '[email protected]', |
| 1837 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1838 | 'base_win': ['[email protected]', |
Robert Liao | 27a2fa1 | 2017-10-20 18:34:48 | [diff] [blame] | 1839 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1840 | '[email protected]'], |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 1841 | 'battery_status': ['[email protected]'], |
wnwen | 7268476 | 2017-03-29 13:28:37 | [diff] [blame] | 1842 | 'binary_size': ['[email protected]', |
| 1843 | '[email protected]', |
| 1844 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1845 | 'blink': ['[email protected]'], |
| 1846 | 'blink_accessibility': ['[email protected]', |
| 1847 | '[email protected]', |
dougt | cd8ac01d | 2017-03-24 16:23:40 | [diff] [blame] | 1848 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1849 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1850 | '[email protected]'], |
| 1851 | 'blink_animation': ['[email protected]', |
| 1852 | '[email protected]', |
| 1853 | '[email protected]', |
| 1854 | '[email protected]', |
| 1855 | '[email protected]'], |
| 1856 | 'blink_app_banner': ['[email protected]'], |
| 1857 | 'blink_audio': ['[email protected]', |
| 1858 | '[email protected]'], |
| 1859 | 'blink_battery_status': ['[email protected]', |
| 1860 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1861 | 'blink_bindings': ['[email protected]'], |
jbroman | 9ac2d53 | 2016-09-01 18:20:08 | [diff] [blame] | 1862 | 'blink_bindings_serialization': ['[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 1863 | 'blink_bluetooth': ['[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 1864 | '[email protected]'], |
Fernando Serboncini | fe13f9d | 2018-08-14 13:35:54 | [diff] [blame] | 1865 | 'blink_canvas': [ '[email protected]', |
| 1866 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1867 | 'blink_client_hints': ['[email protected]'], |
| 1868 | 'blink_clipboard': ['[email protected]'], |
Kinuko Yasuda | 4a34264 | 2018-03-01 09:29:55 | [diff] [blame] | 1869 | 'blink_common': ['[email protected]', |
| 1870 | '[email protected]'], |
Kentaro Hara | 993b0de | 2017-08-07 02:26:37 | [diff] [blame] | 1871 | 'blink_controller': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1872 | 'blink_css': ['[email protected]', |
| 1873 | '[email protected]', |
danakj | c1e13d4e | 2018-05-04 21:34:42 | [diff] [blame] | 1874 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1875 | 'blink_css_flexbox': ['[email protected]'], |
Morten Stenshorne | 4f1b302 | 2017-11-14 12:05:37 | [diff] [blame] | 1876 | 'blink_css_fragmentation_tests': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1877 | 'blink_css_grid_layout': ['[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1878 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1879 | '[email protected]'], |
Dimitri Glazkov | 33286c6 | 2017-12-08 23:34:25 | [diff] [blame] | 1880 | 'blink_custom_elements': ['[email protected]'], |
Oksana Zhuravlova | 5e236ec9 | 2018-07-25 00:16:03 | [diff] [blame] | 1881 | 'blink_device_orientation': ['[email protected]', |
| 1882 | '[email protected]', |
| 1883 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1884 | '[email protected]'], |
| 1885 | 'blink_devtools': ['[email protected]', |
| 1886 | '[email protected]', |
| 1887 | '[email protected]', |
| 1888 | '[email protected]', |
| 1889 | '[email protected]', |
lushnikov | c5bd7ca | 2016-07-27 17:19:39 | [diff] [blame] | 1890 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1891 | 'blink_dom': ['[email protected]', |
danakj | c1e13d4e | 2018-05-04 21:34:42 | [diff] [blame] | 1892 | '[email protected]'], |
Hayato Ito | 5fc828c | 2017-07-05 08:02:32 | [diff] [blame] | 1893 | 'blink_dom_events': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1894 | 'blink_events': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1895 | '[email protected]', |
| 1896 | '[email protected]'], |
| 1897 | 'blink_fetch': ['[email protected]', |
| 1898 | '[email protected]', |
Takeshi Yoshino | 9d7588a3 | 2017-07-31 07:17:34 | [diff] [blame] | 1899 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1900 | 'blink_fileapi': ['[email protected]', |
| 1901 | '[email protected]', |
| 1902 | '[email protected]'], |
haraken | 98d0827a | 2017-02-27 00:55:19 | [diff] [blame] | 1903 | 'blink_frames': ['[email protected]'], |
Mounir Lamouri | a33886c | 2018-02-07 10:00:37 | [diff] [blame] | 1904 | 'blink_geolocation': ['[email protected]'], |
Nico Weber | b6975cc | 2018-06-19 10:51:45 | [diff] [blame] | 1905 | 'blink_heap': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1906 | '[email protected]', |
| 1907 | '[email protected]'], |
Dimitri Glazkov | 33286c6 | 2017-12-08 23:34:25 | [diff] [blame] | 1908 | 'blink_html': ['[email protected]'], |
csharrison | f357e963 | 2016-07-29 01:27:22 | [diff] [blame] | 1909 | 'blink_htmlparser': ['[email protected]', |
| 1910 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1911 | 'blink_indexed_db': ['[email protected]', |
| 1912 | '[email protected]'], |
| 1913 | 'blink_input': ['[email protected]', |
Navid Zolghadr | f7ac056 | 2018-08-02 21:43:16 | [diff] [blame] | 1914 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1915 | 'blink_layers': ['[email protected]'], |
| 1916 | 'blink_layout': ['[email protected]', |
| 1917 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1918 | '[email protected]', |
| 1919 | '[email protected]', |
| 1920 | '[email protected]'], |
Ojan Vafai | 1fa1ec5 | 2018-04-11 17:56:40 | [diff] [blame] | 1921 | 'blink_layout_ng': ['[email protected]', |
atotic | 30c8eba | 2016-10-28 13:24:07 | [diff] [blame] | 1922 | '[email protected]', |
dgrogan | f9744ea | 2017-01-18 23:23:26 | [diff] [blame] | 1923 | '[email protected]', |
lchoi | 2ba79a7 | 2017-05-25 00:23:05 | [diff] [blame] | 1924 | '[email protected]', |
Xiaocheng Hu | 8bd4d807 | 2017-10-25 23:44:32 | [diff] [blame] | 1925 | '[email protected]', |
| 1926 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1927 | 'blink_loader': ['[email protected]', |
| 1928 | '[email protected]', |
Takeshi Yoshino | ab2ce856 | 2017-11-09 05:19:19 | [diff] [blame] | 1929 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1930 | 'blink_media': ['[email protected]', |
| 1931 | '[email protected]', |
srirama.m | dec4f51 | 2016-09-06 08:22:19 | [diff] [blame] | 1932 | '[email protected]', |
| 1933 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1934 | 'blink_media_queries': ['[email protected]', |
| 1935 | '[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 1936 | 'blink_mediastream': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1937 | 'blink_modules': ['[email protected]'], |
| 1938 | 'blink_navigator_content_utils': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1939 | 'blink_out_of_process_frames': ['[email protected]', |
| 1940 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1941 | 'blink_paint' : ['[email protected]', |
chrishtr | 4030de34 | 2016-10-03 23:57:59 | [diff] [blame] | 1942 | '[email protected]'], |
Xida Chen | 0ef9278 | 2018-01-17 05:53:35 | [diff] [blame] | 1943 | 'blink_paintworklet' : ['[email protected]'], |
panicker | e9ffa3f | 2017-04-10 18:26:06 | [diff] [blame] | 1944 | 'blink_performance_timing': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1945 | 'blink_permissions': ['[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 1946 | 'blink_platform': ['[email protected]'], |
ajuma | bd2c9c2 | 2017-05-01 21:29:50 | [diff] [blame] | 1947 | 'blink_platform_graphics': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1948 | '[email protected]', |
| 1949 | '[email protected]', |
| 1950 | '[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 1951 | '[email protected]', |
Justin Novosad | 5966c96 | 2018-07-25 19:02:28 | [diff] [blame] | 1952 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1953 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1954 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1955 | 'blink_preloadScanner': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1956 | 'blink_prerender': ['[email protected]', |
| 1957 | '[email protected]'], |
Dimitri Glazkov | 33286c6 | 2017-12-08 23:34:25 | [diff] [blame] | 1958 | 'blink_public_api': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1959 | 'blink_quota': ['[email protected]', |
| 1960 | '[email protected]', |
| 1961 | '[email protected]'], |
Alexander Timin | 864bf8a0 | 2018-03-12 11:06:28 | [diff] [blame] | 1962 | 'blink_scheduler': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1963 | 'blink_screen_orientation': ['[email protected]'], |
Kouhei Ueno | 4338293 | 2017-05-30 04:43:57 | [diff] [blame] | 1964 | 'blink_script': ['[email protected]', |
Takayoshi Kochi | 5799738 | 2018-07-19 03:57:59 | [diff] [blame] | 1965 | '[email protected]'], |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 1966 | 'blink_scroll': ['[email protected]'], |
Matt Falkenhagen | ca7fbb6 | 2018-07-10 09:21:43 | [diff] [blame] | 1967 | 'blink_service_worker': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1968 | '[email protected]', |
| 1969 | '[email protected]', |
| 1970 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1971 | '[email protected]', |
| 1972 | '[email protected]', |
tzik | 749ae1e | 2018-07-20 05:05:01 | [diff] [blame] | 1973 | '[email protected]'], |
Matt Falkenhagen | ca7fbb6 | 2018-07-10 09:21:43 | [diff] [blame] | 1974 | 'blink_service_worker_tests': ['[email protected]'], |
Hayato Ito | 5fc828c | 2017-07-05 08:02:32 | [diff] [blame] | 1975 | 'blink_shadow_dom': ['[email protected]'], |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 1976 | 'blink_spellcheck' : ['[email protected]', |
xiaochengh | 4a3c84e | 2017-03-28 07:15:32 | [diff] [blame] | 1977 | '[email protected]', |
Xiaocheng Hu | 8bd4d807 | 2017-10-25 23:44:32 | [diff] [blame] | 1978 | '[email protected]'], |
jbroman | 69166ca8 | 2017-04-04 21:01:36 | [diff] [blame] | 1979 | 'blink_spv2_layout_tests': ['[email protected]'], |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 1980 | 'blink_streams': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1981 | 'blink_style': ['[email protected]'], |
| 1982 | 'blink_svg': ['[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 1983 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1984 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1985 | '[email protected]', |
| 1986 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1987 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1988 | 'blink_track': ['[email protected]', |
| 1989 | '[email protected]', |
| 1990 | '[email protected]', |
Sriram | 8d3e0e2 | 2017-11-09 10:40:16 | [diff] [blame] | 1991 | '[email protected]', |
| 1992 | '[email protected]'], |
mvanouwerkerk | 38f632c6 | 2017-04-13 10:35:31 | [diff] [blame] | 1993 | 'blink_vibration': ['[email protected]'], |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 1994 | 'blink_viewport_interaction': ['[email protected]', |
| 1995 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1996 | 'blink_w3ctests': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1997 | 'blink_webp': ['[email protected]', |
| 1998 | '[email protected]', |
| 1999 | '[email protected]'], |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 2000 | 'blink_websockets': ['[email protected]', |
| 2001 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2002 | 'blink_workers': ['[email protected]', |
falken | 6731ece4 | 2016-10-12 01:41:50 | [diff] [blame] | 2003 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2004 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 2005 | '[email protected]', |
| 2006 | '[email protected]'], |
Raphael Kubo da Costa | ae59819 | 2018-05-29 11:14:24 | [diff] [blame] | 2007 | 'blink_wtf': ['[email protected]'], |
Joel Hockey | 0db1643 | 2018-03-09 22:41:49 | [diff] [blame] | 2008 | 'blink_xml': ['[email protected]', |
| 2009 | '[email protected]'], |
noyau | ce46087 | 2016-09-09 11:54:00 | [diff] [blame] | 2010 | 'bookmarks': ['[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 2011 | 'bottombar': ['[email protected]', |
| 2012 | '[email protected]'], |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 2013 | 'breve': ['[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 2014 | 'browser_components': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2015 | 'browser_compositor': ['[email protected]', |
| 2016 | '[email protected]'], |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 2017 | 'browser_resources_md': ['[email protected]'], |
Christian Dullweber | ed2c82b | 2018-04-10 08:37:22 | [diff] [blame] | 2018 | 'browsing_data': ['[email protected]', |
| 2019 | '[email protected]', |
msramek | 878b39d9 | 2016-04-20 07:55:33 | [diff] [blame] | 2020 | '[email protected]'], |
Rouslan Solomakhin | 0b13446c | 2018-07-18 14:47:07 | [diff] [blame] | 2021 | 'bubble': ['[email protected]'], |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 2022 | 'cache_storage': ['[email protected]'], |
Xiangjun Zhang | 880262a | 2018-08-07 22:35:38 | [diff] [blame] | 2023 | 'cast': ['[email protected]', |
| 2024 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 2025 | '[email protected]', |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 2026 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 2027 | '[email protected]', |
Xiangjun Zhang | 880262a | 2018-08-07 22:35:38 | [diff] [blame] | 2028 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 2029 | '[email protected]'], |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 2030 | 'cast_certificate': ['[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2031 | '[email protected]', |
ryanchung | 24f9d7b | 2017-01-12 19:18:34 | [diff] [blame] | 2032 | '[email protected]'], |
Adam Parker | a556b7a | 2018-05-22 17:53:19 | [diff] [blame] | 2033 | 'cast_channel': ['[email protected]', |
Adam Parker | 41b9e4cb | 2017-08-14 17:09:12 | [diff] [blame] | 2034 | '[email protected]', |
Ryan Ki Sing Chung | 27cc7ed9 | 2017-07-25 21:53:47 | [diff] [blame] | 2035 | '[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 2036 | 'cc': ['[email protected]'], |
Yi Gu | c1c5468 | 2018-07-23 12:00:00 | [diff] [blame] | 2037 | 'cc-animation': ['[email protected]', |
| 2038 | '[email protected]'], |
danakj | ca57452 | 2017-09-20 16:38:59 | [diff] [blame] | 2039 | 'cc-contexts': ['[email protected]'], |
| 2040 | 'cc-display': ['[email protected]'], |
| 2041 | 'cc-paint': ['[email protected]'], |
| 2042 | 'cc-quads': ['[email protected]'], |
| 2043 | 'cc-resources': ['[email protected]'], |
Alexander Timin | 864bf8a0 | 2018-03-12 11:06:28 | [diff] [blame] | 2044 | 'cc-scheduler': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2045 | 'certificate_transparency': ['[email protected]', |
| 2046 | '[email protected]', |
martijn | ccdd054 | 2016-11-07 18:49:27 | [diff] [blame] | 2047 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2048 | '[email protected]'], |
Joe Mason | 60ec2f3 | 2018-02-15 15:50:51 | [diff] [blame] | 2049 | 'chrome_cleaner': ['[email protected]', |
Joe Mason | 60ec2f3 | 2018-02-15 15:50:51 | [diff] [blame] | 2050 | '[email protected]'], |
Penny MacNeil | 0ced2cb | 2018-07-30 21:09:49 | [diff] [blame] | 2051 | 'chrome_elf': ['[email protected]'], |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 2052 | 'chrome_grc': ['[email protected]'], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 2053 | 'chrome_views': ['[email protected]'], |
alokp | 9d869cc1 | 2016-05-27 01:46:31 | [diff] [blame] | 2054 | 'chromecast': ['[email protected]', |
| 2055 | '[email protected]', |
halliwell | fa56b3a4 | 2015-09-04 21:42:57 | [diff] [blame] | 2056 | '[email protected]'], |
gfhuang | 2548f90 | 2016-02-26 02:29:21 | [diff] [blame] | 2057 | 'chromecast_public': ['[email protected]'], |
kereliuk | 08eda794c | 2018-09-05 16:10:23 | [diff] [blame] | 2058 | 'chromedriver': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2059 | 'chromeos': ['[email protected]'], |
| 2060 | 'chromeos_attestation': ['[email protected]'], |
| 2061 | 'chromeos_calculator': ['[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 2062 | 'chromeos_geolocation': ['[email protected]'], |
Achuith Bhandarkar | 434e2459 | 2018-03-07 23:05:12 | [diff] [blame] | 2063 | 'chromeos_lkgm': ['[email protected]', |
Benjamin Pastene | d702935 | 2018-04-17 19:09:10 | [diff] [blame] | 2064 | '[email protected]', |
Achuith Bhandarkar | 434e2459 | 2018-03-07 23:05:12 | [diff] [blame] | 2065 | '[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 2066 | 'chromeos_login': ['[email protected]', |
Jacob Dufault | ed1ef2bc | 2018-08-10 18:21:34 | [diff] [blame] | 2067 | '[email protected]', |
| 2068 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2069 | 'chromeos_net': ['[email protected]'], |
| 2070 | 'chromeos_power': ['[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 2071 | 'chromeos_timezone': ['[email protected]'], |
| 2072 | 'chromeos_webui': ['[email protected]'], |
Daniel Cheng | 99312b63 | 2017-10-25 03:59:49 | [diff] [blame] | 2073 | 'clang_update': ['[email protected]', |
| 2074 | '[email protected]', |
thestig | f023ccc | 2016-11-10 14:39:15 | [diff] [blame] | 2075 | '[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 2076 | '[email protected]', |
George Burgess IV | bbcd991 | 2018-04-17 14:59:28 | [diff] [blame] | 2077 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2078 | '[email protected]', |
rnk | 28bbd177 | 2016-05-04 17:57:58 | [diff] [blame] | 2079 | '[email protected]', |
Hans Wennborg | f2eb949e | 2018-05-08 12:45:03 | [diff] [blame] | 2080 | '[email protected]', |
Peter Collingbourne | 1ac5f71 | 2018-03-30 22:15:13 | [diff] [blame] | 2081 | '[email protected]', |
rnk | 28bbd177 | 2016-05-04 17:57:58 | [diff] [blame] | 2082 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2083 | '[email protected]', |
thestig | f023ccc | 2016-11-10 14:39:15 | [diff] [blame] | 2084 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2085 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2086 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2087 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2088 | 'clipboard': ['[email protected]'], |
Aaron Gable | 64f27358 | 2017-03-30 18:02:00 | [diff] [blame] | 2089 | 'codereview_settings': ['[email protected]'], |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 2090 | 'components_deps': ['[email protected]', |
| 2091 | '[email protected]', |
| 2092 | '[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2093 | 'content_bluetooth': ['[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 2094 | '[email protected]'], |
Randy Smith | 9d64e6e | 2018-03-07 20:07:08 | [diff] [blame] | 2095 | 'content_loader': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2096 | 'content_renderer': ['[email protected]'], |
mkwst | 75a31a4 | 2014-09-14 18:32:53 | [diff] [blame] | 2097 | 'content_shell': ['[email protected]', |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 2098 | '[email protected]', |
| 2099 | '[email protected]'], |
nhiroki | 90ba010 | 2015-07-21 01:42:24 | [diff] [blame] | 2100 | 'content_worker': ['[email protected]', |
| 2101 | '[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 2102 | 'contextual_search': ['[email protected]', |
| 2103 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2104 | 'courgette': ['[email protected]', |
| 2105 | '[email protected]'], |
Nico Weber | 6ff639a | 2017-08-11 21:04:50 | [diff] [blame] | 2106 | 'cq': ['[email protected]', |
| 2107 | '[email protected]', |
| 2108 | '[email protected]', |
| 2109 | '[email protected]', |
| 2110 | '[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2111 | 'cr_elements': ['[email protected]', |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 2112 | '[email protected]'], |
Chung-yih Wang | 7afc64a | 2018-03-06 02:09:04 | [diff] [blame] | 2113 | 'cros_benchmarks': ['[email protected]', |
| 2114 | '[email protected]', |
| 2115 | '[email protected]'], |
Ben Wells | 03471a7 | 2018-03-22 00:58:46 | [diff] [blame] | 2116 | 'crostini': ['[email protected]'], |
Michael Thiessen | a7bec5b | 2018-07-12 19:10:04 | [diff] [blame] | 2117 | 'custom_tabs': ['[email protected]'], |
Ryo Hashimoto | 900be52c | 2018-05-24 06:42:26 | [diff] [blame] | 2118 | 'dbus': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 2119 | 'deep_memory_profiler': ['[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2120 | 'device_bluetooth': ['[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 2121 | '[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2122 | 'device_chooser': ['[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 2123 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2124 | 'devtools': ['[email protected]', |
| 2125 | '[email protected]'], |
Adam Parker | a556b7a | 2018-05-22 17:53:19 | [diff] [blame] | 2126 | 'dial': ['[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2127 | '[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 2128 | 'disk_cache': ['[email protected]'], |
David Trainor | 051827f | 2017-06-02 18:33:13 | [diff] [blame] | 2129 | 'download': ['[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2130 | 'downloads_ui': ['[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 2131 | 'drive': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 2132 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 2133 | 'eme': ['[email protected]'], |
Justin DeWitt | f64d39e | 2018-08-09 21:33:41 | [diff] [blame] | 2134 | 'explore_sites': ['[email protected]', |
| 2135 | '[email protected]', |
| 2136 | '[email protected]', |
| 2137 | '[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 2138 | 'extension': ['[email protected]', |
| 2139 | '[email protected]'], |
Luna Lu | 7f221f2 | 2017-06-13 16:46:14 | [diff] [blame] | 2140 | 'feature_policy': ['[email protected]', |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 2141 | '[email protected]', |
Joe Medley | 1e1bb65 | 2018-04-27 17:36:59 | [diff] [blame] | 2142 | '[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 2143 | 'fileapi': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 2144 | '[email protected]', |
| 2145 | '[email protected]'], |
yoshiki | 1c0ba278 | 2014-12-08 07:04:26 | [diff] [blame] | 2146 | 'filebrowse': ['[email protected]'], |
Joel Hockey | 0db1643 | 2018-03-09 22:41:49 | [diff] [blame] | 2147 | 'filesapp': ['[email protected]', |
| 2148 | '[email protected]', |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 2149 | '[email protected]'], |
Tomasz Mikolajewski | 2905dbb | 2017-11-22 06:24:04 | [diff] [blame] | 2150 | 'fsp': ['[email protected]'], |
Wez | 385de5a | 2017-07-13 20:13:16 | [diff] [blame] | 2151 | 'fuchsia': ['[email protected]', '[email protected]'], |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 2152 | 'fuzzing': ['[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2153 | 'gamepad': ['[email protected]'], |
Dan Elphick | 7c310525 | 2017-11-06 15:51:47 | [diff] [blame] | 2154 | 'gcm': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2155 | '[email protected]'], |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 2156 | 'generic_sensor': ['[email protected]', |
Jun Cai | aa1f040d | 2017-11-15 01:21:53 | [diff] [blame] | 2157 | '[email protected]', |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 2158 | '[email protected]', |
timvolodine | 4cf58ca | 2017-05-24 16:11:48 | [diff] [blame] | 2159 | '[email protected]', |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 2160 | '[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2161 | 'geolocation': ['[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 2162 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 2163 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 2164 | 'gfx_image': ['[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 2165 | 'gn': ['[email protected]', |
| 2166 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2167 | '[email protected]'], |
[email protected] | a615910 | 2013-11-08 23:21:52 | [diff] [blame] | 2168 | 'gpu': ['[email protected]'], |
Corentin Wallez | 3f1d085 | 2018-07-04 15:45:36 | [diff] [blame] | 2169 | 'gpu_passthrough_cmd_decoder': ['[email protected]'], |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 2170 | 'guest_view': ['[email protected]', |
Kevin McNee | 77c2f6b | 2018-08-14 21:43:58 | [diff] [blame] | 2171 | '[email protected]', |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 2172 | '[email protected]'], |
Andrey Kosyakov | a173d25 | 2018-05-07 18:29:11 | [diff] [blame] | 2173 | 'headless': ['[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2174 | 'history_ui': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2175 | 'i18n': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2176 | 'importer': ['[email protected]'], |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 2177 | 'incident_reporting': ['[email protected]'], |
[email protected] | 8b25056 | 2014-08-12 19:07:45 | [diff] [blame] | 2178 | 'indexed_db': ['[email protected]', |
dgrogan | d792a7f | 2016-01-21 00:12:13 | [diff] [blame] | 2179 | '[email protected]'], |
bruthig | aa8281f | 2016-02-09 17:52:31 | [diff] [blame] | 2180 | 'ink_drop': ['[email protected]'], |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 2181 | 'input': ['[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 2182 | 'installable': ['[email protected]'], |
Raphael Kubo da Costa | f242cef7 | 2017-11-08 16:01:18 | [diff] [blame] | 2183 | 'installer_linux': ['[email protected]', |
| 2184 | '[email protected]'], |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 2185 | 'installer_win': ['[email protected]', |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 2186 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2187 | 'instant': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2188 | '[email protected]', |
jered | 0bd025a8 | 2017-05-03 20:01:13 | [diff] [blame] | 2189 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2190 | '[email protected]', |
| 2191 | '[email protected]', |
| 2192 | '[email protected]', |
| 2193 | '[email protected]', |
| 2194 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2195 | 'ios': ['[email protected]'], |
| 2196 | 'ios_chrome': ['[email protected]', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 2197 | '[email protected]', |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 2198 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2199 | 'ios_clean': ['[email protected]', |
lpromero | 6846b19d | 2017-05-23 10:43:59 | [diff] [blame] | 2200 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2201 | 'ios_showcase': ['[email protected]', |
lpromero | 6846b19d | 2017-05-23 10:43:59 | [diff] [blame] | 2202 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2203 | 'ios_web': ['[email protected]', |
| 2204 | '[email protected]'], |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 2205 | 'libaom': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2206 | '[email protected]', |
| 2207 | '[email protected]', |
| 2208 | '[email protected]'], |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 2209 | 'libvpx': ['[email protected]', |
| 2210 | '[email protected]', |
| 2211 | '[email protected]', |
| 2212 | '[email protected]', |
| 2213 | '[email protected]', |
| 2214 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 2215 | 'libwebp': ['[email protected]', |
| 2216 | '[email protected]', |
| 2217 | '[email protected]'], |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 2218 | 'libxml_xslt': ['[email protected]', |
| 2219 | '[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 2220 | 'linux_fonts': ['[email protected]'], |
[email protected] | 6d7e0bf | 2014-07-28 22:30:40 | [diff] [blame] | 2221 | 'linux_sandboxing': ['[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 2222 | 'linux_seccomp_bpf': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2223 | 'login': ['[email protected]'], |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 2224 | 'mac' : ['[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 2225 | 'manifest': ['[email protected]'], |
James Cook | 4bfa66fa | 2018-05-29 17:20:42 | [diff] [blame] | 2226 | 'mash_buildbot_filters': ['[email protected]', |
| 2227 | '[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2228 | 'md_settings': ['[email protected]', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 2229 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2230 | 'media': ['[email protected]'], |
Miguel Casas-Sanchez | 5eb4725 | 2017-09-05 21:15:03 | [diff] [blame] | 2231 | 'media_capture_from_element': ['[email protected]'], |
Tommy Steimel | 074a182 | 2018-02-07 17:25:44 | [diff] [blame] | 2232 | 'media_controls': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2233 | 'media_galleries': ['[email protected]', |
| 2234 | '[email protected]'], |
Hirokazu Honda | e31ce109a | 2018-09-18 11:18:50 | [diff] [blame] | 2235 | 'media_gpu': ['[email protected]'], |
Xiaohan Wang | 6cbdcdf | 2018-06-12 21:55:54 | [diff] [blame] | 2236 | 'media_mojo': ['[email protected]', |
| 2237 | '[email protected]'], |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 2238 | 'media_recorder': ['[email protected]', |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2239 | '[email protected]'], |
Xiangjun Zhang | 880262a | 2018-08-07 22:35:38 | [diff] [blame] | 2240 | 'media_remoting': ['[email protected]', |
| 2241 | '[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2242 | '[email protected]', |
apacible | 01538e0 | 2016-11-04 22:15:31 | [diff] [blame] | 2243 | '[email protected]', |
Xiangjun Zhang | 880262a | 2018-08-07 22:35:38 | [diff] [blame] | 2244 | '[email protected]', |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2245 | '[email protected]'], |
Adam Parker | a556b7a | 2018-05-22 17:53:19 | [diff] [blame] | 2246 | 'media_router': ['[email protected]', |
Takumi Fujimoto | 4bef279 | 2018-05-03 17:51:55 | [diff] [blame] | 2247 | '[email protected]', |
Xiangjun Zhang | 880262a | 2018-08-07 22:35:38 | [diff] [blame] | 2248 | '[email protected]', |
Takumi Fujimoto | 4bef279 | 2018-05-03 17:51:55 | [diff] [blame] | 2249 | '[email protected]'], |
Xiaohan Wang | 6cbdcdf | 2018-06-12 21:55:54 | [diff] [blame] | 2250 | 'media_win': ['[email protected]'], |
fmeawad | 4582cd2 | 2017-03-30 20:59:36 | [diff] [blame] | 2251 | 'memory_coordinator': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2252 | 'message_loop': ['[email protected]'], |
isherman | 1eee6f1 | 2014-12-09 02:14:30 | [diff] [blame] | 2253 | 'metrics': ['[email protected]'], |
[email protected] | 1d8899ee | 2014-06-10 20:58:12 | [diff] [blame] | 2254 | 'metrics_xml_files': ['[email protected]'], |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 2255 | 'midi': ['[email protected]'], |
John Abd-El-Malek | 01cfd3f | 2018-06-21 16:33:12 | [diff] [blame] | 2256 | 'mojo': ['[email protected]'], |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 2257 | 'multidevice': ['[email protected]', |
| 2258 | '[email protected]', |
Kyle Horimoto | c4d57b12 | 2018-02-28 01:17:30 | [diff] [blame] | 2259 | '[email protected]', |
| 2260 | '[email protected]', |
| 2261 | '[email protected]', |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 2262 | '[email protected]'], |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 2263 | 'mus': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2264 | 'nacl': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2265 | 'native_client_sdk': ['[email protected]', |
| 2266 | '[email protected]'], |
Alex Moshchuk | 3fbcf78 | 2018-05-09 00:06:29 | [diff] [blame] | 2267 | 'navigation': ['[email protected]', |
| 2268 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2269 | '[email protected]'], |
Chris Bentzel | 605478a | 2018-07-10 21:47:01 | [diff] [blame] | 2270 | 'net': ['[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2271 | 'net_base': ['[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2272 | 'net_http2': ['[email protected]'], |
| 2273 | 'net_log': ['[email protected]', |
Matt Menke | cebc240 | 2017-07-20 16:26:09 | [diff] [blame] | 2274 | '[email protected]'], |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 2275 | 'net_server': ['[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2276 | 'net_spdy': ['[email protected]'], |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 2277 | 'net_websockets': ['[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 2278 | 'netinfo': ['[email protected]'], |
Helen Li | 30f43d8e | 2018-05-09 16:24:01 | [diff] [blame] | 2279 | 'network_service': ['[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2280 | 'nfc': ['[email protected]'], |
Peter Beverloo | 45bf54c | 2018-08-06 17:12:03 | [diff] [blame] | 2281 | 'notifications': ['[email protected]'], |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 2282 | 'nqe': ['[email protected]'], |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 2283 | 'ntp_snippets': ['[email protected]', |
| 2284 | '[email protected]'], |
| 2285 | 'ntp_tiles': ['[email protected]', |
| 2286 | '[email protected]'], |
peter | c7e2742 | 2017-05-17 04:05:28 | [diff] [blame] | 2287 | 'offline_items_collection': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2288 | 'offline_pages': ['[email protected]', |
Carlos Knippschild | 6a2e2f0 | 2017-06-02 18:18:14 | [diff] [blame] | 2289 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2290 | '[email protected]', |
| 2291 | '[email protected]', |
dewittj | 74b23f6f | 2016-04-21 19:29:25 | [diff] [blame] | 2292 | '[email protected]', |
| 2293 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2294 | '[email protected]'], |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 2295 | 'omnibox': ['[email protected]'], |
Doug Arnett | a94d3ae | 2017-11-07 00:10:34 | [diff] [blame] | 2296 | 'optimization_guide': ['[email protected]', |
| 2297 | '[email protected]', |
Takeshi Yoshino | ab2ce856 | 2017-11-09 05:19:19 | [diff] [blame] | 2298 | '[email protected]'], |
iclelland | 8b90440 | 2016-10-05 15:01:23 | [diff] [blame] | 2299 | 'origin_trials': ['[email protected]', |
Ian Clelland | 1b27f8f6 | 2017-06-22 13:36:24 | [diff] [blame] | 2300 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2301 | 'ozone': ['[email protected]', |
| 2302 | '[email protected]'], |
Emily Stark | 204d238 | 2017-12-01 05:24:56 | [diff] [blame] | 2303 | 'page_info' : ['[email protected]'], |
Bryan McQuade | 4233f41 | 2017-07-28 16:23:41 | [diff] [blame] | 2304 | 'page_load_metrics' : ['[email protected]', |
| 2305 | '[email protected]', |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 2306 | '[email protected]', |
| 2307 | '[email protected]'], |
Daniel Cheng | 99312b63 | 2017-10-25 03:59:49 | [diff] [blame] | 2308 | 'panels': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2309 | '[email protected]', |
| 2310 | '[email protected]'], |
mkwst | 17a9875d | 2016-06-24 10:36:39 | [diff] [blame] | 2311 | 'password_manager': ['[email protected]', |
Vasilii Sukhanov | c4e6c284 | 2018-07-18 12:12:20 | [diff] [blame] | 2312 | '[email protected]', |
| 2313 | '[email protected]'], |
sebsg | bbfbea0 | 2016-10-24 21:54:59 | [diff] [blame] | 2314 | 'payments': ['[email protected]', |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 2315 | '[email protected]', |
Anthony Vallee-Dubois | 866affd2 | 2018-03-19 15:13:21 | [diff] [blame] | 2316 | '[email protected]', |
| 2317 | '[email protected]'], |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 2318 | 'payments_ios': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2319 | 'pepper_api': ['[email protected]', |
| 2320 | '[email protected]', |
| 2321 | '[email protected]', |
| 2322 | '[email protected]', |
| 2323 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2324 | '[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 2325 | 'permissions': ['[email protected]', |
Xi Han | 50f523a1d | 2017-07-19 15:56:11 | [diff] [blame] | 2326 | '[email protected]', |
Dominick Ng | caa7b40 | 2017-07-11 07:35:39 | [diff] [blame] | 2327 | '[email protected]', |
Timothy Loh | b2a4eff | 2017-08-03 07:07:56 | [diff] [blame] | 2328 | '[email protected]', |
| 2329 | '[email protected]'], |
François Beaufort | b2070eb | 2018-02-08 10:36:34 | [diff] [blame] | 2330 | 'picture_in_picture': ['[email protected]'], |
Lutz Justen | a6742710 | 2018-06-28 08:55:46 | [diff] [blame] | 2331 | 'policy_templates': ['[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2332 | 'polymer': ['[email protected]'], |
Charles Harrison | 981d33c | 2017-10-06 21:36:22 | [diff] [blame] | 2333 | 'popup_blocker': ['[email protected]'], |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 2334 | 'precache': ['[email protected]'], |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 2335 | 'prepopulated_engines': ['[email protected]'], |
Chris Bentzel | 605478a | 2018-07-10 21:47:01 | [diff] [blame] | 2336 | 'prerender': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2337 | '[email protected]'], |
Adam Parker | a556b7a | 2018-05-22 17:53:19 | [diff] [blame] | 2338 | 'presentation': ['[email protected]'], |
rbpotter | 0d9edeed | 2018-08-03 14:11:58 | [diff] [blame] | 2339 | 'print_preview': ['[email protected]'], |
Peter Beverloo | 45bf54c | 2018-08-06 17:12:03 | [diff] [blame] | 2340 | 'push_messaging': ['[email protected]'], |
stkhapugin | 0650314 | 2016-12-07 14:32:12 | [diff] [blame] | 2341 | 'reading_list': ['[email protected]'], |
[email protected] | c388759 | 2014-02-06 20:02:25 | [diff] [blame] | 2342 | 'remoting': ['[email protected]'], |
Ali Tofigh | 000debb5 | 2017-11-07 21:35:42 | [diff] [blame] | 2343 | 'rlz_id': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2344 | '[email protected]'], |
Joe Medley | 1e1bb65 | 2018-04-27 17:36:59 | [diff] [blame] | 2345 | 'runtime_enabled_features': ['[email protected]'], |
Daniel Rubery | fa8cd5d | 2018-09-13 17:31:23 | [diff] [blame] | 2346 | 'safe_browsing': ['[email protected]', |
| 2347 | '[email protected]', |
vakh | 125ad86 | 2017-03-17 00:06:25 | [diff] [blame] | 2348 | '[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 2349 | 'screen_orientation': ['[email protected]'], |
Robert Sesek | ae79d3851 | 2018-09-04 18:13:30 | [diff] [blame] | 2350 | 'security': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2351 | 'service_worker': ['[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 2352 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2353 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2354 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2355 | '[email protected]', |
tzik | 749ae1e | 2018-07-20 05:05:01 | [diff] [blame] | 2356 | '[email protected]'], |
Colin Blundell | 6d2669a | 2017-07-11 06:26:53 | [diff] [blame] | 2357 | 'services_public': ['[email protected]'], |
alito | c5534d6 | 2017-04-21 01:48:58 | [diff] [blame] | 2358 | 'settings_reset_prompt': ['[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 2359 | 'site_engagement': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2360 | 'site_instance': ['[email protected]', |
Alex Moshchuk | 3fbcf78 | 2018-05-09 00:06:29 | [diff] [blame] | 2361 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2362 | '[email protected]', |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 2363 | '[email protected]'], |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 2364 | 'smartlock': ['[email protected]', |
| 2365 | '[email protected]', |
| 2366 | '[email protected]', |
| 2367 | '[email protected]', |
| 2368 | '[email protected]', |
| 2369 | '[email protected]'], |
Zentaro Kavanagh | 608f8a1 | 2018-01-19 18:39:56 | [diff] [blame] | 2370 | 'smb': ['[email protected]'], |
Joe Medley | 1e1bb65 | 2018-04-27 17:36:59 | [diff] [blame] | 2371 | 'source_idls': ['[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 2372 | 'spellcheck': ['[email protected]', |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 2373 | '[email protected]', |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 2374 | '[email protected]', |
| 2375 | '[email protected]'], |
Xi Cheng | 3920ab1b | 2018-09-10 20:03:58 | [diff] [blame] | 2376 | 'stack_sampling_profiler': ['[email protected]'], |
Greg Thompson | 9ea09170 | 2018-01-04 11:06:32 | [diff] [blame] | 2377 | 'startup': ['[email protected]', |
| 2378 | '[email protected]'], |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 2379 | 'streams': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2380 | 'styleguide': ['[email protected]', |
vmpstr | deec20e | 2016-11-18 22:17:32 | [diff] [blame] | 2381 | '[email protected]', |
| 2382 | '[email protected]'], |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 2383 | 'subresource_filter': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2384 | 'supervised_users': ['[email protected]'], |
maxbogue | 65ea263 | 2016-04-04 18:12:58 | [diff] [blame] | 2385 | 'sync': ['[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 2386 | 'syncfs': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 2387 | '[email protected]', |
| 2388 | '[email protected]'], |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2389 | 'tab_alert_indicators': ['[email protected]'], |
Adam Parker | a556b7a | 2018-05-22 17:53:19 | [diff] [blame] | 2390 | 'tab_capture': ['[email protected]', |
Xiangjun Zhang | 880262a | 2018-08-07 22:35:38 | [diff] [blame] | 2391 | '[email protected]', |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2392 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2393 | 'tab_contents': ['[email protected]', |
| 2394 | '[email protected]', |
| 2395 | '[email protected]'], |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 2396 | 'tbmv2_metrics': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 2397 | 'tcmalloc': ['[email protected]'], |
tonyg | c7f6a4c1 | 2015-01-16 18:32:26 | [diff] [blame] | 2398 | 'telemetry': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2399 | 'test_runner': ['[email protected]', |
einbinder | a29577e | 2016-08-23 01:21:49 | [diff] [blame] | 2400 | '[email protected]', |
| 2401 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2402 | 'tests': [], |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 2403 | 'tether': ['[email protected]', |
| 2404 | '[email protected]', |
| 2405 | '[email protected]', |
| 2406 | '[email protected]', |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2407 | '[email protected]', |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame^] | 2408 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2409 | 'textinput': ['[email protected]', |
| 2410 | '[email protected]', |
| 2411 | '[email protected]', |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 2412 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2413 | '[email protected]'], |
| 2414 | 'textinput_chromeos': ['[email protected]', |
| 2415 | '[email protected]', |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 2416 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2417 | '[email protected]'], |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 2418 | 'timers': ['[email protected]'], |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 2419 | 'tools_win_chromeexts': ['[email protected]'], |
AJITH KUMAR V | 4f0c481 | 2018-03-27 13:46:57 | [diff] [blame] | 2420 | 'touch_selection': ['[email protected]', |
| 2421 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2422 | 'tracing': ['[email protected]', |
| 2423 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 2424 | 'ui_compositor': ['[email protected]'], |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 2425 | 'ui_display_win': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 2426 | 'ui_resources': ['[email protected]'], |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 2427 | 'ui_strings': ['[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2428 | 'usb': ['[email protected]'], |
Miguel Casas-Sanchez | a65d49a | 2017-12-11 03:27:48 | [diff] [blame] | 2429 | 'vaapi': ['[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 2430 | 'version_assembly': ['[email protected]', |
| 2431 | '[email protected]'], |
Alexandre Courbot | 3e9e55a | 2018-04-05 05:29:42 | [diff] [blame] | 2432 | 'video': ['[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2433 | 'video_capture': ['[email protected]'], |
Alexandre Courbot | 3e9e55a | 2018-04-05 05:29:42 | [diff] [blame] | 2434 | 'video_gpu': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2435 | 'views': ['[email protected]'], |
blakeo | d4cc78a | 2017-05-10 06:56:48 | [diff] [blame] | 2436 | 'virtual_keyboard': ['[email protected]', |
| 2437 | '[email protected]', |
oka | bf9f6f0 | 2017-02-17 05:14:29 | [diff] [blame] | 2438 | '[email protected]'], |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 2439 | 'virtual_reality': ['[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2440 | 'wake_lock': ['[email protected]'], |
Devin Mullins | 4ff9b28 | 2018-03-09 00:37:32 | [diff] [blame] | 2441 | 'web_package': ['[email protected]'], |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 2442 | 'web_share': ['[email protected]'], |
Martin Kreichgauer | 794a1857 | 2018-07-20 20:45:43 | [diff] [blame] | 2443 | 'webauthn': ['[email protected]'], |
Corentin Wallez | 3f1d085 | 2018-07-04 15:45:36 | [diff] [blame] | 2444 | 'webgpu': ['[email protected]', |
| 2445 | '[email protected]'], |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 2446 | 'webrtc_browser_tests': ['[email protected]'], |
Christian Dullweber | ed2c82b | 2018-04-10 08:37:22 | [diff] [blame] | 2447 | 'website_settings': ['[email protected]', |
| 2448 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2449 | '[email protected]', |
| 2450 | '[email protected]'], |
Penny MacNeil | 0ced2cb | 2018-07-30 21:09:49 | [diff] [blame] | 2451 | 'windows_sandboxing': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2452 | 'x11': ['[email protected]', |
| 2453 | '[email protected]', |
| 2454 | '[email protected]'], |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 2455 | 'zoom': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2456 | }, |
| 2457 | } |