[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 |
John Palmer | 0e0f72bf | 2021-06-07 09:10:20 | [diff] [blame] | 6 | # Refer: https://chromium.googlesource.com/chromium/src/+/main/docs/infra/watchlists.md |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 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 | }, |
Anastasia Helfinstein | 76c21c0b8 | 2019-11-21 19:45:14 | [diff] [blame] | 28 | 'accessibility_component_extensions': { |
| 29 | 'filepath': 'chrome/browser/resources/chromeos/accessibility' |
| 30 | }, |
Aaron Leventhal | 22a04da | 2020-04-17 12:44:19 | [diff] [blame] | 31 | 'accessibility_minimal_core': { |
| 32 | 'filepath': 'ui/accessibility/(ax_enums|ax_event_generator|ax_node\.|ax_node_data\.|ax_tree\.|ax_tree_serializer)' \ |
| 33 | '|ui/accessibility/platform/ax_platform_node_(base|mac|win)' \ |
| 34 | '|third_party/(WebKit|blink)/.*(accessibility|ax_object|web_ax|ax_node|ax_layout)' \ |
| 35 | '|content/renderer/accessibility/render_accessibility_impl' \ |
| 36 | '|content/browser/accessibility/browser_accessibility(\.|_manager|_win|_com|_cocoa)' |
| 37 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 38 | 'add_to_homescreen': { |
| 39 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\ |
| 40 | 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\ |
| 41 | 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\ |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 42 | 'chrome/browser/android/shortcut_.*|'\ |
Dominick Ng | 9f748dc8 | 2021-01-13 01:52:14 | [diff] [blame] | 43 | 'chrome/browser/android/webapps/|'\ |
| 44 | 'components/webapps/browser/android/', |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 45 | }, |
Tal Pressman | 05df6aa42 | 2020-12-07 05:16:08 | [diff] [blame] | 46 | 'agent_scheduling_group': { |
| 47 | 'filepath': '.*agent_scheduling_group.*|.*agent_group_scheduler.*', |
| 48 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 49 | 'android_crash_reporting': { |
Peter Wen | 35bf593 | 2018-10-22 19:51:48 | [diff] [blame] | 50 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' \ |
Mohamed Heikal | 65ed80d | 2020-02-06 14:02:33 | [diff] [blame] | 51 | '|chrome/browser/android/crash/' \ |
| 52 | '|components/crash/android/' \ |
| 53 | '|components/minidump_uploader/' |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 54 | }, |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 55 | 'android_crazy_linker': { |
| 56 | 'filepath': 'third_party/android_crazy_linker/' |
| 57 | }, |
Henrique Nakashima | 64f2b8b | 2020-02-05 22:54:43 | [diff] [blame] | 58 | 'android_flags': { |
| 59 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/flags/' |
| 60 | }, |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 61 | 'android_infobars': { |
| 62 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/' |
| 63 | }, |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 64 | 'android_infra': { |
Andrew Grieve | 5babdbfc | 2017-08-16 01:26:49 | [diff] [blame] | 65 | 'filepath': 'build/config/android/' \ |
Andrew Grieve | fe0c929 | 2017-12-05 15:08:51 | [diff] [blame] | 66 | '|build/android/' \ |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 67 | '|testing/android/' \ |
| 68 | '|tools/android/' |
| 69 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 70 | 'android_item_chooser_dialogs': { |
| 71 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\ |
| 72 | 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java' |
| 73 | }, |
Tomasz Wiszkowski | 36adccf | 2019-11-04 16:51:03 | [diff] [blame] | 74 | 'android_omnibox': { |
Jinsuk Kim | 435ac7cc | 2021-07-06 22:26:50 | [diff] [blame] | 75 | 'filepath': 'chrome/browser/ui/android/omnibox/', |
Tomasz Wiszkowski | 008dc20 | 2021-05-28 10:14:56 | [diff] [blame] | 76 | }, |
Ted Choc | 042d844 | 2018-03-13 16:35:57 | [diff] [blame] | 77 | 'android_search_widget': { |
| 78 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \ |
| 79 | '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/' |
| 80 | }, |
wnwen | a036416 | 2017-02-16 20:37:38 | [diff] [blame] | 81 | 'android_studio': { |
nyquist | 6e560d03 | 2017-02-28 07:49:59 | [diff] [blame] | 82 | 'filepath': 'build/android/gradle/' \ |
| 83 | '|docs/android_studio.md' \ |
| 84 | '|tools/android/android_studio' |
wnwen | a036416 | 2017-02-16 20:37:38 | [diff] [blame] | 85 | }, |
[email protected] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 86 | 'android_tab': { |
| 87 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
| 88 | }, |
Jinsuk Kim | 9597705 | 2020-10-22 01:56:02 | [diff] [blame] | 89 | 'android_toolbar': { |
Jinsuk Kim | 435ac7cc | 2021-07-06 22:26:50 | [diff] [blame] | 90 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/toolbar/' \ |
| 91 | '|chrome/browser/ui/android/toolbar/' |
Jinsuk Kim | 9597705 | 2020-10-22 01:56:02 | [diff] [blame] | 92 | }, |
Jinsuk Kim | 797be9a0 | 2021-08-02 21:34:30 | [diff] [blame] | 93 | 'android_toolbar_deps': { |
| 94 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/toolbar/DEPS' |
| 95 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 96 | 'android_uma_settings': { |
Natalie Chouinard | 4b188781 | 2019-11-27 20:29:55 | [diff] [blame] | 97 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferencesManager.java|'\ |
| 98 | 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferences.java|'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 99 | 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java', |
| 100 | }, |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 101 | 'android_webapk': { |
zpeng | 4c3bc37 | 2016-10-13 03:00:48 | [diff] [blame] | 102 | 'filepath': 'chrome/android/webapk/|'\ |
| 103 | 'chrome/browser/android/webapk/', |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 104 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 105 | 'android_webview': { |
| 106 | 'filepath': 'android_webview/', |
| 107 | }, |
Tim Volodine | 178dc2bc | 2019-03-19 19:07:22 | [diff] [blame] | 108 | 'android_webview_network_service': { |
| 109 | 'filepath': 'android_webview/browser/network_service/', |
| 110 | }, |
Dominick Ng | b919db9 | 2019-11-18 06:17:16 | [diff] [blame] | 111 | 'app_service': { |
| 112 | 'filepath': 'chrome/browser/apps/app_service/'\ |
| 113 | '|chrome/browser/ui/app_list/app_service/'\ |
James Cook | 4bcc1b4f | 2021-04-29 20:32:51 | [diff] [blame] | 114 | '|chrome/browser/ui/ash/shelf/app_service/'\ |
Nancy Wang | 731821f | 2021-01-12 00:36:52 | [diff] [blame] | 115 | '|chrome/browser/ui/views/apps/app_dialog/' \ |
Dominick Ng | b919db9 | 2019-11-18 06:17:16 | [diff] [blame] | 116 | '|components/services/app_service/', |
| 117 | }, |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 118 | 'app_shortcuts': { |
| 119 | 'filepath': 'apps/app_shim/'\ |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 120 | '|chrome/common/mac/' |
| 121 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 122 | 'apps': { |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 123 | 'filepath': '^apps/'\ |
| 124 | '|chrome/browser/apps/'\ |
Yeunjoo Choi | df64fe69 | 2021-03-08 05:32:34 | [diff] [blame] | 125 | '|chrome/browser/ash/apps/' |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 126 | }, |
Maggie Cai | 9190f763 | 2019-06-12 06:06:57 | [diff] [blame] | 127 | 'apps_intent_helper': { |
| 128 | 'filepath': 'chrome/browser/apps/intent_helper/|'\ |
Yeunjoo Choi | df64fe69 | 2021-03-08 05:32:34 | [diff] [blame] | 129 | 'chrome/browser/ash/apps/intent_helper/|'\ |
Dominick Ng | fc589990 | 2021-01-20 21:42:00 | [diff] [blame] | 130 | 'components/arc/intent_helper/' |
Maggie Cai | 9190f763 | 2019-06-12 06:06:57 | [diff] [blame] | 131 | }, |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 132 | 'arc': { |
| 133 | 'filepath': 'arc/', |
| 134 | }, |
lhchavez | 61532c9 | 2016-10-18 21:33:37 | [diff] [blame] | 135 | 'arc_auth': { |
Henrique Ferreiro | bb1bb4a | 2021-03-18 00:04:08 | [diff] [blame] | 136 | 'filepath': 'chrome/browser/ash/arc/auth' |
lhchavez | 61532c9 | 2016-10-18 21:33:37 | [diff] [blame] | 137 | }, |
Yuichiro Hanada | 2e111fb | 2018-11-19 17:33:05 | [diff] [blame] | 138 | 'arc_ime': { |
Henrique Ferreiro | bd3913e | 2021-03-24 00:26:00 | [diff] [blame] | 139 | 'filepath': 'chrome/browser/ash/arc/input_method_manager/'\ |
Yuichiro Hanada | 2e111fb | 2018-11-19 17:33:05 | [diff] [blame] | 140 | '|components/arc/ime/' |
| 141 | }, |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 142 | 'arc_kiosk': { |
| 143 | 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\ |
| 144 | '|components/arc/kiosk/'\ |
| 145 | '|arc_kiosk' |
| 146 | }, |
Miyoung Shin | 3fc077c | 2019-08-06 00:29:44 | [diff] [blame] | 147 | 'arc_mojom': { |
| 148 | 'filepath': 'components/arc/mojom/', |
| 149 | }, |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 150 | 'arc_net': { |
| 151 | 'filepath': 'components/arc/net/', |
| 152 | }, |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 153 | 'arc_power': { |
| 154 | 'filepath': 'components/arc/power/', |
| 155 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 156 | 'ash': { |
| 157 | 'filepath': 'ash/', |
| 158 | }, |
Jimmy Gong | 8d570d5 | 2021-07-30 22:43:58 | [diff] [blame] | 159 | 'ash_webui_common': { |
| 160 | 'filepath': 'ash/webui/common/'\ |
| 161 | '|chrome/test/data/webui/chromeos/ash_common/', |
| 162 | }, |
wutao | 5c33d83 | 2021-08-23 16:58:21 | [diff] [blame] | 163 | 'assistive': { |
| 164 | 'filepath': 'ash/ambient/'\ |
David Black | 9b7b19f | 2020-02-24 18:28:35 | [diff] [blame] | 165 | '|ash/app_list/views/assistant/'\ |
David Black | 20c3672 | 2019-02-05 18:36:31 | [diff] [blame] | 166 | '|ash/assistant/'\ |
wutao | 5c33d83 | 2021-08-23 16:58:21 | [diff] [blame] | 167 | '|ash/public/cpp/ambient/'\ |
| 168 | '|ash/public/cpp/assistant/'\ |
| 169 | '|ash/public/cpp/wallpaper/'\ |
wutao | 8a2f900c | 2021-04-30 04:50:50 | [diff] [blame] | 170 | '|ash/wallpaper/'\ |
Xiaohui Chen | 985c26b | 2018-05-16 18:41:27 | [diff] [blame] | 171 | '|chromeos/assistant/'\ |
wutao | 8a2f900c | 2021-04-30 04:50:50 | [diff] [blame] | 172 | '|chromeos/components/personalization_app/'\ |
Xiaohui Chen | 985c26b | 2018-05-16 18:41:27 | [diff] [blame] | 173 | '|chromeos/services/assistant/'\ |
wutao | 5c33d83 | 2021-08-23 16:58:21 | [diff] [blame] | 174 | '|chromeos/services/libassistant/'\ |
| 175 | '|chrome/browser/ash/web_applications/personalization_app/'\ |
| 176 | '|chrome/browser/resources/settings/chromeos/ambient_mode_page/'\ |
| 177 | '|chrome/browser/ui/ash/.*wallpaper.*/'\ |
| 178 | '|chrome/browser/ui/ash/ambient/'\ |
| 179 | '|chrome/browser/ui/ash/assistant/'\ |
| 180 | '|chrome/browser/ui/webui/settings/chromeos/ambient_mode_handler.*'\ |
Xiaohui Chen | f7e70a2 | 2018-02-08 00:36:38 | [diff] [blame] | 181 | }, |
Max Morin | 2b020631 | 2018-04-06 11:17:40 | [diff] [blame] | 182 | 'audio_service': { |
| 183 | 'filepath': 'services/audio/' |
| 184 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 185 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 186 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 187 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 188 | 'aura_compositor': { |
| 189 | 'filepath': |
| 190 | 'ui/compositor/' \ |
[email protected] | 6dc38f7 | 2014-01-16 22:19:58 | [diff] [blame] | 191 | '|content/browser/compositor/' \ |
danakj | 479ab50 | 2017-03-31 20:19:09 | [diff] [blame] | 192 | '|content/browser/renderer_host/compositor_resize_lock' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 193 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 194 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
[email protected] | a6eeeef9 | 2014-03-19 19:06:44 | [diff] [blame] | 195 | '|content/browser/renderer_host/delegated' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 196 | '|content/common/gpu/client/' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 197 | }, |
Katie D | 14c38ce | 2019-02-14 00:34:45 | [diff] [blame] | 198 | 'autoclick': { |
| 199 | 'filepath': 'ash/autoclick/', |
| 200 | }, |
gogerald | 5d02fde | 2018-08-18 04:30:56 | [diff] [blame] | 201 | 'autofill_assistant': { |
Peter Wen | f66bd40 | 2019-03-18 14:04:33 | [diff] [blame] | 202 | 'filepath': 'chrome/android/features/autofill_assistant/|'\ |
gogerald | 5d02fde | 2018-08-18 04:30:56 | [diff] [blame] | 203 | 'chrome/browser/android/autofill_assistant/|'\ |
| 204 | 'components/autofill_assistant/', |
| 205 | }, |
Jared Saul | dd47a29d | 2019-04-18 16:28:54 | [diff] [blame] | 206 | 'autofill_payments': { |
Jared Saul | 4765c1e | 2018-06-18 13:44:57 | [diff] [blame] | 207 | 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\ |
Jared Saul | dd47a29d | 2019-04-18 16:28:54 | [diff] [blame] | 208 | 'chrome/browser/ui/autofill/payments/|'\ |
| 209 | 'chrome/browser/ui/views/autofill/payments/|'\ |
| 210 | 'components/autofill/core/browser/payments/|'\ |
| 211 | 'components/autofill/core/browser/ui/payments/|'\ |
| 212 | 'components/autofill/core/common/autofill_payments_features*|'\ |
| 213 | 'components/autofill_payments_strings*', |
Jared Saul | 4765c1e | 2018-06-18 13:44:57 | [diff] [blame] | 214 | }, |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 215 | 'background_fetch': { |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 216 | 'filepath': 'background_fetch|'\ |
| 217 | 'background-fetch', |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 218 | }, |
| 219 | 'background_sync': { |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 220 | 'filepath': '/background_sync/', |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 221 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 222 | 'banners': { |
| 223 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\ |
| 224 | 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\ |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 225 | 'chrome/browser/banners/|'\ |
| 226 | 'chrome/browser/ui/android/infobars/app_banner_.*|'\ |
Dominick Ng | 9f748dc8 | 2021-01-13 01:52:14 | [diff] [blame] | 227 | 'components/webapps/browser/banners/|'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 228 | 'third_party/blink/public/platform/modules/app_banner/|'\ |
| 229 | 'third_party/blink/renderer/modules/app_banner/', |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 230 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 231 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 232 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 233 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 234 | 'base_allocator': { |
| 235 | 'filepath': '^base/allocator', |
| 236 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 237 | 'base_memory': { |
| 238 | 'filepath': '^base/memory', |
| 239 | }, |
Alexander Timin | 864bf8a0 | 2018-03-12 11:06:28 | [diff] [blame] | 240 | 'base_scheduler': { |
| 241 | 'filepath': '^base/task/', |
| 242 | }, |
Gabriel Charette | e6bbb53 | 2019-04-29 16:39:39 | [diff] [blame] | 243 | 'base_thread_pool': { |
| 244 | 'filepath': '^base/task/thread_pool', |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 245 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 246 | 'base_win': { |
| 247 | 'filepath': '^base/win', |
| 248 | }, |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 249 | 'battery_status': { |
| 250 | 'filepath': 'content/browser/battery_status/|'\ |
timvolodine | 953fde7 | 2014-12-09 16:47:10 | [diff] [blame] | 251 | 'content/test/data/battery_status/|'\ |
| 252 | 'device/battery/', |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 253 | }, |
Alexander Timin | e3deb2a | 2019-09-20 15:29:09 | [diff] [blame] | 254 | 'bfcache': { |
danakj | d3baa13 | 2020-09-10 15:33:56 | [diff] [blame] | 255 | 'filepath': 'content/browser/renderer_host/back_forward_cache.*|'\ |
Alexander Timin | e3deb2a | 2019-09-20 15:29:09 | [diff] [blame] | 256 | 'content/browser/back_forward_cache_browsertest.cc|'\ |
| 257 | 'content/test/data/back_forward_cache/|'\ |
Alexander Timin | 42c775b9 | 2019-10-08 12:07:07 | [diff] [blame] | 258 | 'content/public/browser/back_forward_cache.*|'\ |
| 259 | 'testing/buildbot/filters.bfcache.*.filter', |
Alexander Timin | e3deb2a | 2019-09-20 15:29:09 | [diff] [blame] | 260 | }, |
wnwen | 7268476 | 2017-03-29 13:28:37 | [diff] [blame] | 261 | 'binary_size': { |
| 262 | 'filepath': 'build/android/binary_size/|'\ |
| 263 | 'tools/binary_size/', |
| 264 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 265 | 'blink': { |
Kent Tamura | e9b3a9ec | 2017-08-31 02:20:19 | [diff] [blame] | 266 | 'filepath': 'third_party/(WebKit|blink)/', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 267 | }, |
| 268 | 'blink_accessibility': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 269 | 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 270 | }, |
| 271 | 'blink_animation': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 272 | 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 273 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 274 | 'blink_audio': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 275 | 'filepath': 'third_party/blink/renderer/platform/audio' \ |
| 276 | '|third_party/blink/renderer/modules/webaudio' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 277 | '|third_party/blink/web_tests/external/wpt/webaudio', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 278 | }, |
| 279 | 'blink_battery_status': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 280 | 'filepath': 'third_party/blink/renderer/modules/battery/' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 281 | '|third_party/blink/web_tests/battery-status/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 282 | '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 283 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 284 | 'blink_bindings': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 285 | 'filepath': 'third_party/blink/renderer/platform/bindings' \ |
| 286 | '|third_party/blink/renderer/bindings', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 287 | }, |
| 288 | 'blink_bindings_serialization': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 289 | 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 290 | }, |
| 291 | 'blink_bluetooth': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 292 | 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 293 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 294 | 'blink_client_hints': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 295 | 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \ |
| 296 | '|third_party/blink/renderer/core/loader/frame_fetch_context*' \ |
| 297 | '|third_party/blink/renderer/core/loader/resource/image_resource*' \ |
| 298 | '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \ |
| 299 | '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 300 | }, |
| 301 | 'blink_clipboard': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 302 | 'filepath': 'third_party/blink/renderer/core/clipboard' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 303 | '|third_party/blink/renderer/core/page/.*drag' \ |
| 304 | '|third_party/blink/renderer/platform/.*drag' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 305 | '|third_party/blink/public/platform/.*drag' \ |
| 306 | '|third_party/blink/public/web/.*drag', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 307 | }, |
Jeremy Roman | b7b3a6a | 2018-02-07 20:15:32 | [diff] [blame] | 308 | 'blink_common': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 309 | 'filepath': 'third_party/blink/common' |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 310 | '|third_party/blink/public/common' \ |
| 311 | '|third_party/blink/public/mojom', |
Jeremy Roman | b7b3a6a | 2018-02-07 20:15:32 | [diff] [blame] | 312 | }, |
Kentaro Hara | 993b0de | 2017-08-07 02:26:37 | [diff] [blame] | 313 | 'blink_controller': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 314 | 'filepath': 'third_party/blink/renderer/controller', |
Kentaro Hara | 993b0de | 2017-08-07 02:26:37 | [diff] [blame] | 315 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 316 | 'blink_css': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 317 | 'filepath': 'third_party/blink/renderer/core/css', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 318 | }, |
| 319 | 'blink_css_flexbox': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 320 | 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 321 | '|third_party/blink/web_tests/fast/deprecated-flexbox/' \ |
| 322 | '|third_party/blink/web_tests/css3/flexbox/' \ |
| 323 | '|third_party/blink/web_tests/ietestcenter/css3/flexbox/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 324 | }, |
| 325 | 'blink_css_fragmentation_tests': { |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 326 | 'filepath': 'third_party/blink/web_tests/fast/multicol/' \ |
| 327 | '|third_party/blink/web_tests/fast/pagination/' \ |
| 328 | '|third_party/blink/web_tests/fragmentation/' \ |
| 329 | '|third_party/blink/web_tests/printing/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 330 | }, |
| 331 | 'blink_css_grid_layout': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 332 | 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \ |
| 333 | '|third_party/blink/renderer/core/paint/.*grid' \ |
| 334 | '|third_party/blink/renderer/core/css/.*grid' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 335 | '|third_party/blink/web_tests/fast/css-grid-layout/' \ |
| 336 | '|third_party/blink/web_tests/ietestcenter/css3/grid/' \ |
| 337 | '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \ |
| 338 | '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 339 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 340 | 'blink_custom_elements': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 341 | 'filepath': 'third_party/blink/renderer/core/html/custom/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 342 | '|third_party/blink/renderer/bindings/core/v8/.*custom_element', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 343 | }, |
| 344 | 'blink_device_orientation': { |
Oksana Zhuravlova | 5e236ec9 | 2018-07-25 00:16:03 | [diff] [blame] | 345 | 'filepath': 'content/browser/device_sensors/' \ |
| 346 | '|content/test/data/device_sensors/' \ |
| 347 | '|third_party/blink/renderer/modules/device_orientation/' \ |
Wanming Lin | 2f3bb77d | 2020-04-13 03:48:21 | [diff] [blame] | 348 | '|third_party/blink/web_tests/external/wpt/orientation-event/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 349 | '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \ |
| 350 | '|third_party/blink/renderer/core/frame/device_single_window_event_controller' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 351 | }, |
| 352 | 'blink_devtools': { |
Tim van der Lippe | df9e7b2 | 2019-07-24 13:18:36 | [diff] [blame] | 353 | 'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 354 | }, |
| 355 | 'blink_dom': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 356 | 'filepath': 'third_party/blink/renderer/core/dom/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 357 | }, |
Daniel Murphy | eda2b87 | 2019-11-27 23:51:41 | [diff] [blame] | 358 | 'blink_dom_storage': { |
| 359 | 'filepath': 'third_party/blink/common/dom_storage/|' \ |
| 360 | 'third_party/blink/public/mojom/dom_storage/|' \ |
| 361 | 'third_party/blink/public/common/dom_storage/|' \ |
| 362 | 'third_party/blink/renderer/modules/storage/', |
| 363 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 364 | 'blink_events': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 365 | 'filepath': 'third_party/blink/renderer/core/page/.*event' \ |
| 366 | '|third_party/blink/renderer/core/dom/.*event' \ |
| 367 | '|third_party/blink/renderer/core/css/.*event' \ |
| 368 | '|third_party/blink/renderer/platform/.*event' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 369 | }, |
| 370 | 'blink_fetch': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 371 | 'filepath': 'third_party/blink/renderer/platform/loader/fetch' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 372 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 373 | 'blink_fileapi': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 374 | 'filepath': 'third_party/blink/renderer/modules/filesystem/' \ |
| 375 | '|third_party/blink/renderer/core/fileapi/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 376 | '|third_party/blink/renderer/platform/.*file' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 377 | '|third_party/blink/web_tests/fast/file' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 378 | '|third_party/blink/public/.*_file' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 379 | }, |
| 380 | 'blink_frames': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 381 | 'filepath': 'third_party/blink/renderer/core/frame/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 382 | }, |
| 383 | 'blink_geolocation': { |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 384 | 'filepath': 'third_party/blink/web_tests/geolocation-api/' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 385 | '|third_party/blink/renderer/modules/geolocation/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 386 | '|third_party/blink/public/web/.*geolocation' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 387 | }, |
| 388 | 'blink_heap': { |
Michael Lippautz | 52bc4b92 | 2021-08-30 15:28:14 | [diff] [blame] | 389 | 'filepath': 'third_party/blink/renderer/platform/heap' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 390 | }, |
| 391 | 'blink_html': { |
Chris Harrelson | 92233dfd | 2019-11-08 17:39:46 | [diff] [blame] | 392 | 'filepath': 'third_party/blink/renderer/core/html/' \ |
| 393 | '|third_party/blink/renderer/core/mathml/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 394 | }, |
| 395 | 'blink_htmlparser': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 396 | 'filepath': 'third_party/blink/renderer/core/html/parser/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 397 | }, |
Chris Blume | 484eaa1b | 2018-12-14 22:49:18 | [diff] [blame] | 398 | 'blink_image_codecs': { |
| 399 | 'filepath': 'third_party/blink/renderer/platform/image-decoders' \ |
| 400 | '|third_party/blink/renderer/platform/image-encoders' \ |
| 401 | '|third_party/blink/perf_tests/image_decoder' |
| 402 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 403 | 'blink_indexed_db': { |
Chase Phillips | 7027bd5 | 2018-08-30 17:31:55 | [diff] [blame] | 404 | 'filepath': 'third_party/blink/common/indexeddb' \ |
| 405 | '|third_party/blink/public/common/indexeddb' \ |
| 406 | '|third_party/blink/public/platform/.*_idb' \ |
| 407 | '|third_party/blink/public/platform/modules/indexeddb' \ |
| 408 | '|third_party/blink/public/mojom/indexeddb' \ |
| 409 | '|third_party/blink/renderer/modules/indexeddb/' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 410 | '|third_party/blink/web_tests/storage/indexeddb' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 411 | }, |
| 412 | 'blink_input': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 413 | 'filepath': 'third_party/blink/renderer/core/input/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 414 | }, |
| 415 | 'blink_layers': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 416 | 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \ |
| 417 | '|third_party/blink/renderer/platform/graphics/graphics_layer' \ |
| 418 | '|third_party/blink/renderer/core/layout/layer' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 419 | }, |
| 420 | 'blink_layout': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 421 | 'filepath': 'third_party/blink/renderer/core/layout' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 422 | }, |
| 423 | 'blink_layout_ng': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 424 | 'filepath': 'third_party/blink/renderer/core/layout/ng', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 425 | }, |
| 426 | 'blink_loader': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 427 | 'filepath': 'third_party/blink/renderer/core/loader/' \ |
| 428 | '|third_party/blink/renderer/platform/loader/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 429 | }, |
| 430 | 'blink_media': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 431 | 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 432 | '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \ |
| 433 | '|third_party/blink/renderer/core/html/shadow/media_control' \ |
| 434 | '|third_party/blink/renderer/core/layout/layout_media' \ |
| 435 | '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 436 | '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \ |
| 437 | '|third_party/blink/renderer/platform/drm/' \ |
| 438 | '|third_party/blink/renderer/platform/graphics/media/' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 439 | '|third_party/blink/web_tests/media/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 440 | '|third_party/blink/public/.*_media' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 441 | }, |
| 442 | 'blink_media_queries': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 443 | 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \ |
| 444 | '|third_party/blink/renderer/core/css/media_list' \ |
| 445 | '|third_party/blink/renderer/core/css/media_query' \ |
| 446 | '|third_party/blink/renderer/core/css/parser/media_query' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 447 | }, |
| 448 | 'blink_mediastream': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 449 | 'filepath': 'third_party/blink/renderer/modules/mediastream/' \ |
| 450 | '|third_party/blink/renderer/platform/mediastream/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 451 | '|third_party/blink/renderer/platform/exported/web_media_stream' \ |
| 452 | '|third_party/blink/renderer/platform/exported/web_rtc' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 453 | '|third_party/blink/web_tests/fast/mediastream/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 454 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 455 | 'blink_navigator_content_utils': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 456 | 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 457 | '|third_party/blink/web_tests/fast/dom/navigatorcontentutils' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 458 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 459 | 'blink_out_of_process_frames': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 460 | 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \ |
| 461 | '|third_party/blink/renderer/core/frame/frame\.' \ |
| 462 | '|third_party/blink/renderer/core/frame/web_frame' \ |
| 463 | '|third_party/blink/renderer/core/exported/web_remote_frame_impl' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 464 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 465 | 'blink_paint': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 466 | 'filepath': 'third_party/blink/renderer/core/paint/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 467 | }, |
Xida Chen | 0ef9278 | 2018-01-17 05:53:35 | [diff] [blame] | 468 | 'blink_paintworklet': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 469 | 'filepath': 'third_party/blink/renderer/modules/csspaint/' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 470 | '|third_party/blink/web_tests/http/tests/csspaint/' \ |
| 471 | '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/' |
Xida Chen | 0ef9278 | 2018-01-17 05:53:35 | [diff] [blame] | 472 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 473 | 'blink_permissions': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 474 | 'filepath': 'third_party/blink/renderer/modules/permissions/' \ |
Julie Jeongeun Kim | 162c2d28 | 2019-03-13 07:23:52 | [diff] [blame] | 475 | '|third_party/blink/public/mojom/permissions/', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 476 | }, |
| 477 | 'blink_platform': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 478 | 'filepath': 'third_party/blink/renderer/platform' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 479 | }, |
| 480 | 'blink_platform_graphics': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 481 | 'filepath': 'third_party/blink/renderer/platform/fonts' \ |
| 482 | '|third_party/blink/renderer/platform/geometry' \ |
| 483 | '|third_party/blink/renderer/platform/graphics' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 484 | }, |
| 485 | 'blink_preloadScanner': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 486 | 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 487 | }, |
| 488 | 'blink_prerender': { |
Hiroki Nakagawa | a24ab21 | 2020-10-28 03:33:39 | [diff] [blame] | 489 | 'filepath': 'third_party/blink/renderer/core/.*prerender' \ |
| 490 | '|third_party/blink/renderer/core/loader/link_loader' \ |
Hiroki Nakagawa | 94274a41 | 2021-03-02 06:01:41 | [diff] [blame] | 491 | '|third_party/blink/public/mojom/prerender/' \ |
| 492 | '|third_party/blink/web_tests/wpt_internal/prerender/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 493 | }, |
| 494 | 'blink_public_api': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 495 | 'filepath': 'third_party/blink/public' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 496 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 497 | 'blink_quota': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 498 | 'filepath': 'third_party/blink/renderer/modules/quota/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 499 | '|third_party/blink/public/.*quota' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 500 | }, |
| 501 | 'blink_scheduler': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 502 | 'filepath': 'third_party/blink/renderer/platform/scheduler' \ |
Alexander Timin | 1ef2e0e | 2020-03-12 16:13:50 | [diff] [blame] | 503 | '|third_party/blink/renderer/platform/scheduler' \ |
| 504 | '|third_party/blink/renderer/core/html/parser/.*scheduler' \ |
| 505 | '|third_party/blink/public/platform/scheduler' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 506 | }, |
Nate Chapin | 1a9f01a | 2019-11-22 17:39:30 | [diff] [blame] | 507 | 'blink_scheduling_api': { |
| 508 | 'filepath': 'third_party/blink/renderer/modules/scheduler' |
| 509 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 510 | 'blink_script': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 511 | 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \ |
| 512 | '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \ |
| 513 | '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \ |
| 514 | '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*' |
| 515 | '|third_party/blink/renderer/core/dom/.*modul.*' \ |
| 516 | '|third_party/blink/renderer/core/dom/.*script.*' \ |
| 517 | '|third_party/blink/renderer/core/html/html_script_element.*' \ |
| 518 | '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 519 | '|third_party/blink/renderer/core/loader/modulescript/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 520 | '|third_party/blink/renderer/core/loader/resource/script_resource.*' \ |
| 521 | '|third_party/blink/renderer/core/svg/svg_script_element.*' \ |
| 522 | '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 523 | }, |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 524 | 'blink_scroll': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 525 | 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \ |
| 526 | '|third_party/blink/renderer/core/input/.*scroll.*' \ |
| 527 | '|third_party/blink/renderer/core/input/event_handler.*' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 528 | '|third_party/blink/renderer/core/page/scrolling/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 529 | '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 530 | '|third_party/blink/renderer/platform/scroll/' |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 531 | }, |
Matt Falkenhagen | ca7fbb6 | 2018-07-10 09:21:43 | [diff] [blame] | 532 | 'blink_service_worker' : { |
| 533 | 'filepath': 'third_party/blink/renderer/modules/service_worker' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 534 | '|third_party/blink/web_tests/http/tests/serviceworker' \ |
| 535 | '|third_party/blink/web_tests/external/wpt/service-workers' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 536 | }, |
Matt Falkenhagen | ca7fbb6 | 2018-07-10 09:21:43 | [diff] [blame] | 537 | 'blink_service_worker_tests' : { |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 538 | 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \ |
| 539 | '|third_party/blink/web_tests/external/wpt/service-workers' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 540 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 541 | 'blink_spellcheck' : { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 542 | 'filepath': 'third_party/blink/renderer/core/editing/spellcheck' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 543 | }, |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 544 | 'blink_streams': { |
| 545 | 'filepath': 'third_party/blink/renderer/core/streams/' |
| 546 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 547 | 'blink_style': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 548 | 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 549 | }, |
| 550 | 'blink_svg': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 551 | 'filepath': 'third_party/blink/renderer/core/(layout/)?svg', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 552 | }, |
| 553 | 'blink_track': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 554 | 'filepath': 'third_party/blink/renderer/core/html/track/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 555 | '|third_party/blink/renderer/core/loader/text_track' \ |
| 556 | '|third_party/blink/renderer/core/html/meida/html_media_element' \ |
| 557 | '|third_party/blink/renderer/core/html/shadow/media_control' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 558 | '|third_party/blink/renderer/core/css/mediaControl' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 559 | '|third_party/blink/web_tests/media/track/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 560 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 561 | 'blink_viewport_interaction': { |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 562 | 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \ |
| 563 | '|third_party/blink/renderer/core/dom/viewport_arguments' \ |
| 564 | '|third_party/blink/renderer/core/frame/frame_view.*' \ |
| 565 | '|third_party/blink/renderer/core/frame/.*viewport.*' \ |
| 566 | '|third_party/blink/renderer/core/html/html_meta_element' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 567 | }, |
| 568 | 'blink_w3ctests': { |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 569 | 'filepath': 'third_party/blink/web_tests/external/' \ |
Kent Tamura | 0101944 | 2018-05-01 22:06:58 | [diff] [blame] | 570 | '|third_party/blink/tools/blinkpy/w3c/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 571 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 572 | 'blink_webp': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 573 | 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 574 | '|third_party/blink/renderer/platform/image-encoders/skia/webp' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 575 | }, |
| 576 | 'blink_websockets': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 577 | 'filepath': 'third_party/blink/renderer/modules/websockets/' \ |
| 578 | '|third_party/blink/renderer/platform/modules/websockets/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 579 | }, |
| 580 | 'blink_workers': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 581 | 'filepath': 'third_party/blink/renderer/core/workers' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 582 | '|third_party/blink/web_tests/http/tests/workers' \ |
| 583 | '|third_party/blink/web_tests/fast/workers' \ |
| 584 | '|third_party/blink/web_tests/external/wpt/workers' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 585 | }, |
| 586 | 'blink_wtf': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 587 | 'filepath': 'third_party/blink/renderer/platform/wtf', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 588 | }, |
| 589 | 'blink_xml': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 590 | 'filepath': 'third_party/blink/renderer/core/xml/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 591 | }, |
Chloe Pelling | b8f18ad | 2021-02-11 05:18:48 | [diff] [blame] | 592 | 'borealis': { |
| 593 | 'filepath': 'borealis/', |
| 594 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 595 | 'bottombar': { |
| 596 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/', |
| 597 | }, |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 598 | 'breve': { |
| 599 | 'filepath': 'chrome/browser/net/spdyproxy|'\ |
| 600 | 'chrome_proxy|'\ |
Tarun Bansal | 25065ce | 2019-07-19 04:16:09 | [diff] [blame] | 601 | 'client_hints|'\ |
| 602 | 'chrome/browser/predictors|'\ |
Aaron Colwell | 90ddc4b | 2020-06-09 18:00:45 | [diff] [blame] | 603 | 'components/blocklist|'\ |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 604 | 'components/data_use|'\ |
| 605 | 'data_reduction_proxy|'\ |
Tarun Bansal | 129ca784 | 2018-07-31 17:14:12 | [diff] [blame] | 606 | 'data_use_measurement|'\ |
Sophie Chang | 42fd3e0 | 2021-08-10 03:39:46 | [diff] [blame] | 607 | 'history_clusters|'\ |
| 608 | 'lazy_load|'\ |
Tarun Bansal | 71a7784 | 2020-06-25 19:41:36 | [diff] [blame] | 609 | 'lite_video|'\ |
Tarun Bansal | 129ca784 | 2018-07-31 17:14:12 | [diff] [blame] | 610 | 'navigation_predictor|'\ |
| 611 | 'net/nqe|'\ |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 612 | 'optimization_guide|'\ |
Tarun Bansal | 129ca784 | 2018-07-31 17:14:12 | [diff] [blame] | 613 | 'optimization_hints|'\ |
Tarun Bansal | 2ba607d5 | 2019-04-25 18:30:52 | [diff] [blame] | 614 | 'prerender|'\ |
| 615 | 'previews|'\ |
| 616 | 'services/network/resource_scheduler' |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 617 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 618 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 619 | 'filepath': 'chrome/browser/autofill/' \ |
| 620 | '|chrome/browser/bookmarks/' \ |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 621 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 622 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 623 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 624 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 625 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 626 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 627 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 628 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 629 | 'browser_resources_md': { |
| 630 | 'filepath': 'chrome/browser/resources/md_'\ |
| 631 | '|chrome/browser/resources/settings/', |
| 632 | }, |
Alexander Timin | aa13276 | 2019-05-10 16:10:17 | [diff] [blame] | 633 | 'browser_scheduler': { |
| 634 | 'filepath': 'content/browser/scheduler' |
| 635 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 636 | 'browsing_data': { |
Christian Dullweber | c0b5364 | 2018-10-11 16:20:55 | [diff] [blame] | 637 | 'filepath': 'browsing_data|BrowsingData', |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 638 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 639 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 640 | 'filepath': 'ui/views/bubble/|'\ |
rouslan | 8d6a837 | 2015-09-10 19:10:10 | [diff] [blame] | 641 | 'chrome/browser/ui/views/bubble/|'\ |
| 642 | 'components/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 643 | }, |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 644 | 'cast_certificate': { |
| 645 | 'filepath': 'components/cast_certificate/'\ |
| 646 | '|components/test/data/cast_certificate/', |
| 647 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 648 | 'cast_channel': { |
mark a. foltz | 2af0168d | 2021-04-20 06:35:32 | [diff] [blame] | 649 | 'filepath': 'components/cast_channel/' |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 650 | }, |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 651 | 'cast_streaming': { |
| 652 | 'filepath': 'media/cast/' \ |
| 653 | '|chrome/browser/media/cast_mirroring' \ |
| 654 | '|components/mirroring/' \ |
| 655 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 656 | 'cc': { |
danakj | ca57452 | 2017-09-20 16:38:59 | [diff] [blame] | 657 | 'filepath': 'cc/'\ |
| 658 | '|components/viz/' |
| 659 | }, |
Yi Gu | c1c5468 | 2018-07-23 12:00:00 | [diff] [blame] | 660 | 'cc-animation': { |
| 661 | 'filepath': 'cc/animation/' |
| 662 | }, |
danakj | ca57452 | 2017-09-20 16:38:59 | [diff] [blame] | 663 | 'cc-display': { |
| 664 | 'filepath': 'components/viz/service/display'\ |
| 665 | '|cc/output' |
| 666 | }, |
Alexander Timin | 864bf8a0 | 2018-03-12 11:06:28 | [diff] [blame] | 667 | 'cc-scheduler': { |
| 668 | 'filepath': 'cc/scheduler' |
| 669 | }, |
eranm | c2a9f61 | 2015-11-24 16:41:34 | [diff] [blame] | 670 | 'certificate_transparency': { |
| 671 | 'filepath': 'components/certificate_transparency/'\ |
eranm | c2a9f61 | 2015-11-24 16:41:34 | [diff] [blame] | 672 | '|net/cert/ct_'\ |
| 673 | '|net/cert/multi_log_ct_verifier'\ |
| 674 | '|net/cert/sct_status_flags.h'\ |
| 675 | '|net/cert/signed_certificate_timestamp'\ |
| 676 | '|net/cert/signed_tree_head'\ |
| 677 | '|net/test/ct_', |
| 678 | }, |
Joe Mason | 60ec2f3 | 2018-02-15 15:50:51 | [diff] [blame] | 679 | 'chrome_cleaner': { |
| 680 | 'filepath': 'chrome/browser/component_updater/sw_reporter_'\ |
| 681 | '|chrome/browser/resources/settings/chrome_cleanup_page/'\ |
| 682 | '|chrome/browser/safe_browsing/chrome_cleaner/'\ |
| 683 | '|chrome/browser/ui/views/chrome_cleaner_'\ |
| 684 | '|chrome/browser/ui/webui/settings/chrome_cleanup_'\ |
Joe Mason | 12a0233 | 2018-04-19 14:39:00 | [diff] [blame] | 685 | '|chrome/chrome_cleaner/'\ |
Joe Mason | 60ec2f3 | 2018-02-15 15:50:51 | [diff] [blame] | 686 | '|components/chrome_cleaner/', |
| 687 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 688 | 'chrome_elf': { |
Patrick Monette | 0196be2 | 2019-05-10 03:33:15 | [diff] [blame] | 689 | 'filepath': 'chrome/chrome_elf', |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 690 | }, |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 691 | 'chrome_grc': { |
lpy | 53b8275 | 2017-05-31 22:30:49 | [diff] [blame] | 692 | 'filepath': 'chrome/browser/resource_coordinator/'\ |
| 693 | '|services/resource_coordinator/', |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 694 | }, |
Sebastien Marchand | 68b4143 | 2019-05-09 19:38:07 | [diff] [blame] | 695 | 'chrome_performance_manager': { |
Sebastien Marchand | 791561b | 2019-10-17 21:00:38 | [diff] [blame] | 696 | 'filepath': 'chrome/browser/performance_manager/'\ |
| 697 | '|chrome/common/performance_manager/'\ |
| 698 | '|chrome/renderer/performance_manager/'\ |
| 699 | '|components/performance_manager/', |
Sebastien Marchand | 68b4143 | 2019-05-09 19:38:07 | [diff] [blame] | 700 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 701 | 'chromecast': { |
| 702 | 'filepath': 'chromecast/', |
| 703 | }, |
| 704 | 'chromecast_public': { |
| 705 | 'filepath': 'chromecast/public/', |
| 706 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 707 | 'chromedriver': { |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 708 | 'filepath': 'chrome/test/chromedriver|'\ |
| 709 | 'chrome/test/data/chromedriver|'\ |
John Chen | 583cee32 | 2019-06-12 20:10:39 | [diff] [blame] | 710 | 'third_party/blink/web_tests/external/wpt/webdriver|'\ |
| 711 | 'third_party/blink/web_tests/WebDriverExpectations|'\ |
| 712 | 'third_party/webdriver' |
[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/|'\ |
Yeunjoo Choi | 80756082 | 2021-03-15 04:10:12 | [diff] [blame] | 719 | 'chrome/browser/ash/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 720 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 721 | }, |
Ryan Hansberry | 8e41a5c4 | 2019-04-18 22:12:51 | [diff] [blame] | 722 | 'chromeos_bluetooth': { |
| 723 | 'filepath': 'ash/system/bluetooth/'\ |
Ryan Hansberry | 8e41a5c4 | 2019-04-18 22:12:51 | [diff] [blame] | 724 | '|chrome/browser/ui/webui/chromeos/bluetooth*'\ |
Demetrios Papadopoulos | bb154e93 | 2019-12-23 22:05:26 | [diff] [blame] | 725 | '|chrome/browser/resources/settings/chromeos/bluetooth_page/'\ |
Ryan Hansberry | 8e41a5c4 | 2019-04-18 22:12:51 | [diff] [blame] | 726 | '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\ |
Ryan Hansberry | 4773b72 | 2019-04-30 17:25:04 | [diff] [blame] | 727 | '|device/bluetooth/bluez/'\ |
| 728 | '|device/bluetooth/chromeos/'\ |
Ryan Hansberry | 8e41a5c4 | 2019-04-18 22:12:51 | [diff] [blame] | 729 | '|ui/webui/resources/cr_components/chromeos/bluetooth*' |
| 730 | }, |
Kyle Horimoto | fdcf6701 | 2019-04-08 19:06:10 | [diff] [blame] | 731 | 'chromeos_cellular': { |
| 732 | 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\ |
| 733 | 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\ |
| 734 | 'chromeos/services/cellular_setup/|'\ |
| 735 | 'ui/webui/resources/cr_components/chromeos/cellular_setup/', |
| 736 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 737 | 'chromeos_geolocation': { |
| 738 | 'filepath': 'chromeos/geolocation/', |
| 739 | }, |
Achuith Bhandarkar | 434e2459 | 2018-03-07 23:05:12 | [diff] [blame] | 740 | 'chromeos_lkgm': { |
| 741 | 'filepath': 'chromeos/CHROMEOS_LKGM', |
| 742 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 743 | 'chromeos_login': { |
Jacob Dufault | ed1ef2bc | 2018-08-10 18:21:34 | [diff] [blame] | 744 | 'filepath': 'ash/login/|'\ |
Henrique Ferreiro | ff1cc24c | 2021-03-08 12:01:57 | [diff] [blame] | 745 | 'chrome/browser/ash/login/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 746 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 747 | 'chrome/browser/resources/chromeos/login/|'\ |
| 748 | 'ui/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 749 | }, |
Trent Apted | 0c0b449 | 2019-09-30 01:15:24 | [diff] [blame] | 750 | 'chromeos_media_app': { |
Yeunjoo Choi | 997893e | 2021-09-07 05:19:07 | [diff] [blame] | 751 | 'filepath': 'ash/webui/media_app_ui/|'\ |
Trent Apted | 44344b95 | 2021-06-16 02:04:09 | [diff] [blame] | 752 | 'chrome/browser/ash/web_applications/media_app/', |
Trent Apted | 0c0b449 | 2019-09-30 01:15:24 | [diff] [blame] | 753 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 754 | 'chromeos_net': { |
Kyle Horimoto | 89f06e2 | 2019-04-08 19:07:17 | [diff] [blame] | 755 | 'filepath': 'ash/system/network/|'\ |
| 756 | 'chromeos/network/|'\ |
Kyle Horimoto | 77a5fce | 2019-09-24 01:28:27 | [diff] [blame] | 757 | 'chromeos/services/network_config/|'\ |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 758 | 'chrome/browser/chromeos/net/|'\ |
| 759 | 'chrome/browser/extensions/api/networking_private/|'\ |
Jon Mann | d82f934 | 2020-05-19 00:31:05 | [diff] [blame] | 760 | 'chrome/browser/resources/chromeos/internet_config_dialog/|'\ |
| 761 | 'chrome/browser/resources/chromeos/internet_detail_dialog/|'\ |
| 762 | 'chrome/browser/resources/chromeos/network_ui/|'\ |
Demetrios Papadopoulos | bb154e93 | 2019-12-23 22:05:26 | [diff] [blame] | 763 | 'chrome/browser/resources/settings/chromeos/internet_page/|'\ |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 764 | 'extensions/browser/api/networking_private/|'\ |
Jon Mann | a19f5a9 | 2019-11-21 20:10:59 | [diff] [blame] | 765 | 'ui/chromeos/network/|'\ |
| 766 | 'ui/webui/resources/cr_components/chromeos/network/' |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 767 | }, |
Nicholas Verne | f4b76305 | 2021-01-27 04:08:05 | [diff] [blame] | 768 | 'chromeos_tast_control': { |
| 769 | 'filepath': 'chromeos/tast_control.gni', |
| 770 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 771 | 'chromeos_timezone': { |
| 772 | 'filepath': 'chromeos/timezone/', |
| 773 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 774 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 775 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 776 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 777 | }, |
Jon Mann | 2c25733 | 2019-08-14 19:12:14 | [diff] [blame] | 778 | 'chromeos_wifi_sync': { |
| 779 | 'filepath': 'chromeos/components/sync_wifi/', |
| 780 | }, |
Anastasia Helfinstein | 83c763a | 2019-05-13 18:15:03 | [diff] [blame] | 781 | 'chromevox': { |
Anastasia Helfinstein | 9dcba0a | 2019-07-18 20:58:56 | [diff] [blame] | 782 | 'filepath': 'chromevox|spoken_feedback', |
Anastasia Helfinstein | 83c763a | 2019-05-13 18:15:03 | [diff] [blame] | 783 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 784 | 'clang_update': { |
Nico Weber | e250e6a | 2015-12-02 19:31:56 | [diff] [blame] | 785 | 'filepath': 'tools/clang/scripts/update.py' |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 786 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 787 | 'clipboard': { |
| 788 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 789 | }, |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 790 | 'components_deps': { |
| 791 | 'filepath': 'components/([^/]*/)*DEPS', |
| 792 | }, |
Matthew Jones | f3b5f4f | 2019-01-04 00:01:25 | [diff] [blame] | 793 | 'compositor_animator': { |
| 794 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/', |
| 795 | }, |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 796 | 'content_bluetooth': { |
| 797 | 'filepath': 'content/.*bluetooth' |
| 798 | }, |
Rayan Kanso | 3047d3f | 2019-06-26 13:26:39 | [diff] [blame] | 799 | 'content_index': { |
| 800 | 'filepath': 'content_index', |
| 801 | }, |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 802 | 'content_loader': { |
mmenke | faa97d3b | 2016-09-25 14:24:02 | [diff] [blame] | 803 | 'filepath': 'chrome/browser/loader|' \ |
| 804 | 'content/browser/loader|' \ |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 805 | 'content/child/*loader', |
| 806 | }, |
arthursonzogni | 77e14d8e | 2021-03-09 10:33:16 | [diff] [blame] | 807 | 'content_security_policy': { |
| 808 | 'filepath': 'content_security_policy|csp', |
| 809 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 810 | 'content_shell': { |
| 811 | 'filepath': 'content/shell/', |
| 812 | }, |
kinuko | a121bce | 2015-01-30 10:04:41 | [diff] [blame] | 813 | 'content_worker': { |
| 814 | 'filepath': 'content/.*worker', |
| 815 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 816 | 'contextual_search': { |
| 817 | 'filepath': 'chrome/browser/android/contextualsearch/|' \ |
| 818 | 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 819 | 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 820 | 'components/contextual_search/', |
| 821 | }, |
Nicolás Peña Moreno | 42e92d3 | 2020-09-25 02:11:34 | [diff] [blame] | 822 | 'core_web_vitals_plm': { |
| 823 | 'filepath': 'chrome/browser/page_load_metrics/observers/core/|' \ |
| 824 | 'components/page_load_metrics/browser/observers/core/', |
| 825 | }, |
Nicolás Peña Moreno | 01fbce65 | 2020-11-10 22:34:22 | [diff] [blame] | 826 | 'core_web_vitals_wpt': { |
| 827 | 'filepath': 'third_party/blink/web_tests/external/wpt/event-timing/|' \ |
| 828 | 'third_party/blink/web_tests/external/wpt/largest-contentful-paint/|' \ |
| 829 | 'third_party/blink/web_tests/external/wpt/layout-instability/', |
| 830 | }, |
wfh | 792b71c | 2016-05-04 23:33:41 | [diff] [blame] | 831 | 'courgette': { |
| 832 | 'filepath': 'courgette/', |
| 833 | }, |
Nico Weber | 6ff639a | 2017-08-11 21:04:50 | [diff] [blame] | 834 | 'cq': { |
Andrii Shyshkalov | 1717624 | 2018-02-24 03:31:32 | [diff] [blame] | 835 | 'filepath': 'infra/config/branch/cq.cfg', |
Nico Weber | 6ff639a | 2017-08-11 21:04:50 | [diff] [blame] | 836 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 837 | 'cr_elements': { |
| 838 | 'filepath': 'ui/webui/resources/cr_element', |
| 839 | }, |
Victor-Gabriel Savu | 778d0dd | 2021-05-04 15:35:22 | [diff] [blame] | 840 | 'cros_commercial_policy': { |
| 841 | 'filepath': 'ash/policy/'\ |
| 842 | '|components/policy/'\ |
| 843 | '|chromeos/policy/'\ |
Yeunjoo Choi | d0dfae0 | 2021-06-25 10:07:44 | [diff] [blame] | 844 | '|chrome/browser/ash/policy/'\ |
Victor-Gabriel Savu | 778d0dd | 2021-05-04 15:35:22 | [diff] [blame] | 845 | '|chrome/browser/policy/' |
| 846 | }, |
Matt Menard | 04ecde4 | 2020-06-26 20:08:44 | [diff] [blame] | 847 | 'cros_reporting': { |
| 848 | 'filepath': 'chrome/browser/policy/messaging_layer/'\ |
Yeunjoo Choi | d33fdb6 | 2021-07-21 06:57:42 | [diff] [blame] | 849 | '|chrome/browser/ash/policy/status_collector/'\ |
Matt Menard | 04ecde4 | 2020-06-26 20:08:44 | [diff] [blame] | 850 | '|components/policy/proto/record', |
| 851 | }, |
Melissa Zhang | c4be3d7 | 2021-03-19 07:16:53 | [diff] [blame] | 852 | 'cros_sharesheet': { |
| 853 | 'filepath': 'chrome/browser/ui/ash/sharesheet/', |
| 854 | }, |
Ben Wells | 03471a7 | 2018-03-22 00:58:46 | [diff] [blame] | 855 | 'crostini': { |
Joel Hockey | ded6fa5 | 2019-07-10 06:20:29 | [diff] [blame] | 856 | 'filepath': 'cicerone'\ |
Joel Hockey | ded6fa5 | 2019-07-10 06:20:29 | [diff] [blame] | 857 | '|concierge'\ |
| 858 | '|crostini'\ |
| 859 | '|guest_os'\ |
| 860 | '|plugin_vm', |
Ben Wells | 03471a7 | 2018-03-22 00:58:46 | [diff] [blame] | 861 | }, |
Bailey Berro | 462580ea | 2019-02-22 23:09:37 | [diff] [blame] | 862 | 'cups_printing' : { |
rbpotter | 9e8fca7 | 2019-12-28 02:26:14 | [diff] [blame] | 863 | 'filepath': 'chrome/browser/resources/settings/chromeos/os_printing_page/'\ |
Bailey Berro | 462580ea | 2019-02-22 23:09:37 | [diff] [blame] | 864 | '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\ |
| 865 | '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\ |
| 866 | '|chrome/browser/chromeos/printing/'\ |
| 867 | '|printing/', |
| 868 | }, |
Henrique Ferreiro | ef907f862 | 2020-10-21 09:43:31 | [diff] [blame] | 869 | 'cursor': { |
| 870 | 'filepath': 'ui/base/cursor/', |
| 871 | }, |
Wojciech Dzierżanowski | 7d246b5 | 2019-05-10 19:52:26 | [diff] [blame] | 872 | 'custom_proxy': { |
| 873 | 'filepath': 'services/network/network_service_proxy_delegate.*', |
| 874 | }, |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 875 | 'custom_tabs': { |
Newton Allen | 38c6221 | 2015-06-24 21:41:53 | [diff] [blame] | 876 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\ |
Peter Beverloo | 5cc2451 | 2018-11-29 15:36:43 | [diff] [blame] | 877 | 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\ |
| 878 | 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\ |
| 879 | 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\ |
| 880 | 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\ |
| 881 | 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\ |
| 882 | 'chrome/browser/android/customtabs/', |
alancutter | cbad651 | 2015-06-19 02:31:28 | [diff] [blame] | 883 | }, |
Prashant Nevase | 1ca6241 | 2020-09-17 11:21:16 | [diff] [blame] | 884 | 'dark_mode': { |
Prashant Nevase | 1f05c810 | 2020-10-14 18:38:19 | [diff] [blame] | 885 | 'filepath': 'cc/*/*dark_mode*|'\ |
| 886 | 'third_party/blink/renderer/platform/graphics/*dark_mode*', |
Prashant Nevase | 1ca6241 | 2020-09-17 11:21:16 | [diff] [blame] | 887 | }, |
Madeleine Barowsky | 21b0440 | 2019-01-29 19:17:05 | [diff] [blame] | 888 | 'data_decoder': { |
| 889 | 'filepath': 'services/data_decoder/', |
| 890 | }, |
Ryo Hashimoto | 900be52c | 2018-05-24 06:42:26 | [diff] [blame] | 891 | 'dbus': { |
| 892 | 'filepath': 'dbus/', |
| 893 | }, |
Patti | 2627bb6 | 2020-03-10 02:53:14 | [diff] [blame] | 894 | 'demo_mode': { |
| 895 | 'filepath': 'docs/login/demo_mode.md|'\ |
Henrique Ferreiro | 606669a | 2021-02-24 13:36:55 | [diff] [blame] | 896 | 'chrome/browser/ash/login/demo_mode/|'\ |
Patti | 2627bb6 | 2020-03-10 02:53:14 | [diff] [blame] | 897 | 'ash/metrics/demo_session_metrics_recorder.*', |
| 898 | }, |
Collin Baker | 4d4ea66 | 2020-09-18 21:39:16 | [diff] [blame] | 899 | 'desktop_in_product_help': { |
| 900 | 'filepath': 'chrome/browser/ui/in_product_help|'\ |
| 901 | 'chrome/browser/ui/views/in_product_help', |
| 902 | }, |
Bartosz Fabianowski | 85a82381 | 2015-04-16 10:27:51 | [diff] [blame] | 903 | 'device_bluetooth': { |
| 904 | 'filepath': 'device/.*bluetooth' |
| 905 | }, |
juncai | c08f41d | 2017-05-04 20:36:58 | [diff] [blame] | 906 | 'device_chooser': { |
| 907 | 'filepath': 'chrome/browser/chooser_controller/|'\ |
| 908 | 'chrome/browser/ui/android/bluetooth_chooser_.*|'\ |
| 909 | 'chrome/browser/ui/android/usb_chooser_.*|'\ |
| 910 | 'chrome/browser/ui/bluetooth/|'\ |
| 911 | 'chrome/browser/ui/cocoa/device_chooser_.*|'\ |
| 912 | 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\ |
| 913 | 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\ |
| 914 | 'chrome/browser/ui/views/device_chooser_.*|'\ |
| 915 | 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\ |
| 916 | 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\ |
| 917 | 'chrome/browser/usb/usb_chooser_.*', |
| 918 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 919 | 'devtools': { |
| 920 | 'filepath': 'devtools', |
| 921 | }, |
Zentaro Kavanagh | ee14b88 | 2021-09-23 15:48:05 | [diff] [blame] | 922 | 'diagnostics_mojo': { |
| 923 | 'filepath': 'chromeos/services/cros_healthd/public/mojom/', |
| 924 | }, |
Bailey Berro | 9b11fa6 | 2020-09-30 01:33:02 | [diff] [blame] | 925 | 'diagnostics_ui': { |
Yeunjoo Choi | b81a8c6 | 2021-07-02 03:02:17 | [diff] [blame] | 926 | 'filepath': 'ash/webui/diagnostics_ui/', |
Bailey Berro | 9b11fa6 | 2020-09-30 01:33:02 | [diff] [blame] | 927 | }, |
Thiabaud Engelbrecht | d74340c | 2020-10-27 13:03:23 | [diff] [blame] | 928 | 'discardable_memory': { |
| 929 | 'filepath': 'components/discardable_memory/', |
| 930 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 931 | 'disk_cache': { |
| 932 | 'filepath': 'net/disk_cache/|http_cache', |
| 933 | }, |
Daniel Murphy | eda2b87 | 2019-11-27 23:51:41 | [diff] [blame] | 934 | 'dom_storage': { |
| 935 | 'filepath': 'content/common/dom_storage/|'\ |
| 936 | 'content/browser/dom_storage/|'\ |
| 937 | 'components/services/storage/dom_storage/', |
| 938 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 939 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 940 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 941 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 942 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 943 | 'downloads_ui': { |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 944 | 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 945 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 946 | 'chrome/browser/ui/views/download/|' \ |
asanka | 2009f41 | 2015-10-05 17:28:12 | [diff] [blame] | 947 | 'chrome/browser/ui/cocoa/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 948 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 949 | 'drive_resource_metadata': { |
Ryo Hashimoto | 900be52c | 2018-05-24 06:42:26 | [diff] [blame] | 950 | 'filepath': 'drive.*resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 951 | }, |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 952 | 'eme': { |
Xiaohan Wang | 6cbdcdf | 2018-06-12 21:55:54 | [diff] [blame] | 953 | 'filepath': 'chrome/renderer/media/.*key_system|' \ |
| 954 | 'chrome/browser/media/.*(cdm|encrypted)|' \ |
| 955 | 'components/cdm/|' \ |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 956 | 'content/browser/media/cdm/|' \ |
Xiaohan Wang | 6cbdcdf | 2018-06-12 21:55:54 | [diff] [blame] | 957 | 'media/base/android/.*drm|' \ |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 958 | 'media/cdm/|' \ |
| 959 | 'third_party/widevine/cdm/' |
| 960 | }, |
Dominique Fauteux-Chapleau | d7ac5bd0 | 2021-06-07 17:23:36 | [diff] [blame] | 961 | 'enterprise_reporting_private': { |
| 962 | 'filepath': 'chrome/common/extensions/api/enterprise_reporting_private.idl|' \ |
| 963 | 'chrome/browser/extensions/api/enterprise_reporting_private/|' \ |
| 964 | 'chrome/browser/enterprise/signals/' |
| 965 | }, |
Timothy Loh | c264462 | 2020-10-07 05:42:31 | [diff] [blame] | 966 | 'exo': { |
| 967 | 'filepath': 'components/exo', |
| 968 | }, |
Justin DeWitt | f64d39e | 2018-08-09 21:33:41 | [diff] [blame] | 969 | 'explore_sites': { |
| 970 | 'filepath': 'chrome/browser/android/explore_sites/|' \ |
| 971 | 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/' |
| 972 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 973 | 'extension': { |
| 974 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 975 | }, |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 976 | 'feature_policy': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 977 | 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 978 | 'third_party/blink/renderer/bindings/core/v8/origin_trial_features', |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 979 | }, |
Pete Williamson | 0b101e4 | 2020-01-29 23:33:14 | [diff] [blame] | 980 | 'feed': { |
Ian Wells | 1dc7053d | 2020-04-17 18:04:22 | [diff] [blame] | 981 | 'filepath': 'chrome/android/feed|' \ |
| 982 | 'chrome/browser/android/feed/|' \ |
Pete Williamson | 0b101e4 | 2020-01-29 23:33:14 | [diff] [blame] | 983 | 'components/feed/' |
| 984 | }, |
Jeffrey Kardatzke | e1bb98d2 | 2019-05-24 16:34:52 | [diff] [blame] | 985 | 'feedback': { |
| 986 | 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \ |
| 987 | 'chrome/browser/feedback/|' \ |
| 988 | 'components/feedback/|' \ |
| 989 | 'extensions/browser/api/feedback_private/' |
| 990 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 991 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 992 | 'filepath': 'file_system/|' \ |
| 993 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 994 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 995 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 996 | 'filepath': 'file_browser|' \ |
| 997 | 'file_manager|' \ |
| 998 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 999 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 1000 | 'filesapp': { |
Yeunjoo Choi | f23b136 | 2021-03-29 14:31:14 | [diff] [blame] | 1001 | 'filepath': 'chrome/browser/ash/drive|' \ |
Yeunjoo Choi | 6ecc45b8 | 2021-06-22 01:40:04 | [diff] [blame] | 1002 | 'chrome/browser/ash/file_manager|' \ |
Yeunjoo Choi | 7073d6e | 2021-05-11 01:40:48 | [diff] [blame] | 1003 | 'chrome/browser/ash/file_system_provider|' \ |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 1004 | 'chrome/browser/chromeos/extensions/file_manager|' \ |
| 1005 | 'chrome/browser/chromeos/extensions/file_system_provider|' \ |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 1006 | 'chrome/browser/drive|' \ |
| 1007 | 'chrome/test/data/extensions/api_test/file_system_provider|' \ |
| 1008 | 'components/drive|' \ |
| 1009 | 'google_apis/drive|' \ |
Yeunjoo Choi | 9b62f1a | 2021-06-23 13:17:00 | [diff] [blame] | 1010 | 'ash/webui/file_manager|' \ |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 1011 | 'ui/file_manager' |
| 1012 | }, |
Dominik Röttsches | f0fd4d6 | 2019-06-17 11:15:02 | [diff] [blame] | 1013 | 'freetype_update': { |
| 1014 | 'filepath': 'third_party/freetype/README.chromium', |
| 1015 | }, |
Tomasz Mikolajewski | 2905dbb | 2017-11-22 06:24:04 | [diff] [blame] | 1016 | 'fsp': { |
Yeunjoo Choi | 7073d6e | 2021-05-11 01:40:48 | [diff] [blame] | 1017 | 'filepath': 'chrome/browser/ash/file_system_provider|' \ |
| 1018 | 'chrome/browser/chromeos/extensions/file_system_provider|' \ |
Tomasz Mikolajewski | 66b4faa2 | 2017-11-22 09:33:43 | [diff] [blame] | 1019 | 'chrome/test/data/extensions/api_test/file_system_provider' |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 1020 | }, |
Wez | 385de5a | 2017-07-13 20:13:16 | [diff] [blame] | 1021 | 'fuchsia': { |
| 1022 | 'filepath': 'fuchsia', |
| 1023 | }, |
Nancy Wang | 731821f | 2021-01-12 00:36:52 | [diff] [blame] | 1024 | 'full_restore': { |
Yeunjoo Choi | 5562617 | 2021-07-27 03:17:27 | [diff] [blame] | 1025 | 'filepath': 'chrome/browser/ash/full_restore/|' \ |
Sammie Quon | 53afe7f | 2021-09-14 20:10:42 | [diff] [blame] | 1026 | 'components/app_restore/' |
Nancy Wang | 731821f | 2021-01-12 00:36:52 | [diff] [blame] | 1027 | }, |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 1028 | 'fuzzing': { |
| 1029 | 'filepath': 'fuzz|Fuzz', |
| 1030 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1031 | 'gamepad': { |
| 1032 | 'filepath': 'gamepad', |
| 1033 | }, |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 1034 | 'gcm': { |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 1035 | 'filepath': 'chrome/browser/gcm/|'\ |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 1036 | 'components/gcm_driver/|'\ |
| 1037 | 'google_apis/gcm/', |
| 1038 | }, |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 1039 | 'generic_sensor': { |
Jun Cai | aa1f040d | 2017-11-15 01:21:53 | [diff] [blame] | 1040 | 'filepath': 'services/device/generic_sensor/|'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1041 | 'third_party/blink/renderer/modules/sensor/', |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 1042 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 1043 | 'geolocation': { |
| 1044 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 1045 | 'content/browser/geolocation|'\ |
| 1046 | 'content/public/common/geoposition.*|'\ |
| 1047 | 'content/public/browser/geolocation.*|'\ |
| 1048 | 'content/renderer/geolocation.*|'\ |
| 1049 | 'content/shell/geolocation/', |
| 1050 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1051 | 'gfx_geometry': { |
danakj | 570c133 | 2015-01-06 16:59:36 | [diff] [blame] | 1052 | 'filepath': 'ui/gfx/geometry/', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1053 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1054 | 'gfx_image': { |
| 1055 | 'filepath': 'ui/gfx/image/', |
| 1056 | }, |
Tommy Steimel | 0cacd28c | 2019-11-12 22:12:51 | [diff] [blame] | 1057 | 'global_media_controls': { |
| 1058 | 'filepath': 'chrome/browser/ui/global_media_controls|'\ |
| 1059 | 'chrome/browser/ui/views/global_media_controls|'\ |
| 1060 | 'chrome/browser/ui/views/feature_promos/global_media_controls|'\ |
| 1061 | 'chrome/browser/ui/in_product_help/global_media_controls', |
| 1062 | }, |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 1063 | 'gn': { |
| 1064 | 'filepath': 'tools/gn', |
| 1065 | }, |
Corentin Wallez | c68aa9b | 2017-10-02 15:00:03 | [diff] [blame] | 1066 | 'gpu_passthrough_cmd_decoder': { |
| 1067 | 'filepath': 'gpu/command_buffer/service/.*passthrough', |
| 1068 | }, |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 1069 | 'guest_view': { |
| 1070 | 'filepath': 'chrome/browser/apps/guest_view|'\ |
| 1071 | 'chrome/browser/extensions/api/web_view|'\ |
| 1072 | 'chrome/browser/guest_view|'\ |
Kevin McNee | 239086c | 2020-10-23 16:06:08 | [diff] [blame] | 1073 | 'chrome/common/extensions/api/(app|web)view_tag\.(json|idl)|'\ |
| 1074 | 'chrome/common/extensions/docs/.*(app|web)view|'\ |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 1075 | 'chrome/renderer/resources/extensions/web_view|'\ |
Kevin McNee | 239086c | 2020-10-23 16:06:08 | [diff] [blame] | 1076 | 'chrome/test/data/extensions/platform_apps/(app|web)_view|'\ |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 1077 | 'components/guest_view|'\ |
| 1078 | 'content/browser/browser_plugin|'\ |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 1079 | 'extensions/browser/api/guest_view|'\ |
| 1080 | 'extensions/browser/guest_view|'\ |
Kevin McNee | 239086c | 2020-10-23 16:06:08 | [diff] [blame] | 1081 | 'extensions/common/api/(app|guest|web)_view.*\.(json|idl)|'\ |
| 1082 | 'extensions/common/api/extension_options.*\.(json|idl)|'\ |
| 1083 | 'extensions/common/api/mime_handler.*\.(json|idl|mojom)|'\ |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 1084 | 'extensions/common/guest_view|'\ |
Kevin McNee | 239086c | 2020-10-23 16:06:08 | [diff] [blame] | 1085 | 'extensions/common/mojom/guest_view\.mojom|'\ |
| 1086 | 'extensions/renderer/guest_view|'\ |
| 1087 | 'extensions/renderer/resources/guest_view|'\ |
| 1088 | 'extensions/test/data/(app|web)_view', |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 1089 | }, |
Jeffrey Kardatzke | e1bb98d2 | 2019-05-24 16:34:52 | [diff] [blame] | 1090 | 'hats': { |
Yeunjoo Choi | 9894ebc | 2021-04-13 06:56:48 | [diff] [blame] | 1091 | 'filepath': 'chrome/browser/ash/hats/', |
Jeffrey Kardatzke | e1bb98d2 | 2019-05-24 16:34:52 | [diff] [blame] | 1092 | }, |
Andrey Kosyakov | a173d25 | 2018-05-07 18:29:11 | [diff] [blame] | 1093 | 'headless': { |
| 1094 | 'filepath': 'headless/' |
| 1095 | }, |
Minoru Chikamune | e9a4b15 | 2021-03-04 08:30:20 | [diff] [blame] | 1096 | 'heap_mojo': { |
| 1097 | 'filepath': 'third_party/blink/renderer/platform/mojo/heap_mojo_.*' |
| 1098 | }, |
David Black | 01eb6d4 | 2020-09-17 17:16:52 | [diff] [blame] | 1099 | 'holding_space': { |
| 1100 | 'filepath': 'ash/public/cpp/holding_space|'\ |
| 1101 | 'ash/system/holding_space|'\ |
David Black | 9e54cec | 2021-05-18 18:45:57 | [diff] [blame] | 1102 | 'chrome/browser/lacros/.*holding_space.*|'\ |
| 1103 | 'chrome/browser/ui/ash/holding_space|'\ |
David Black | 31403b5 | 2021-06-02 19:49:18 | [diff] [blame] | 1104 | 'chromeos/crosapi/mojom/.*holding_space.*|'\ |
Peter Kasting | 97734583 | 2021-07-29 14:05:59 | [diff] [blame] | 1105 | 'tools/metrics/histograms/metadata/holding_space' |
David Black | 01eb6d4 | 2020-09-17 17:16:52 | [diff] [blame] | 1106 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1107 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1108 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 1109 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1110 | }, |
Jeffrey Cohen | 9a260444 | 2020-02-13 17:55:56 | [diff] [blame] | 1111 | 'image_editor': { |
| 1112 | 'filepath': 'chrome/browser/image_editor'\ |
Jeffrey Cohen | 27b6ab90 | 2020-02-18 22:44:37 | [diff] [blame] | 1113 | '|chrome/android/modules/image_editor', |
Jeffrey Cohen | 9a260444 | 2020-02-13 17:55:56 | [diff] [blame] | 1114 | }, |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 1115 | 'incident_reporting': { |
| 1116 | 'filepath': 'chrome/browser/safe_browsing/incident_reporting', |
| 1117 | }, |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 1118 | 'indexed_db': { |
| 1119 | 'filepath': 'content/browser/indexed_db|'\ |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 1120 | 'content/public/browser/indexed_db|'\ |
Chase Phillips | 7027bd5 | 2018-08-30 17:31:55 | [diff] [blame] | 1121 | 'content/renderer/indexed_db|'\ |
Daniel Murphy | eda2b87 | 2019-11-27 23:51:41 | [diff] [blame] | 1122 | 'content/test/data/indexeddb|'\ |
| 1123 | 'components/services/storage/indexed_db', |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 1124 | }, |
Colin Blundell | 0aeb4d0 | 2020-06-08 14:32:05 | [diff] [blame] | 1125 | 'infobars_for_weblayer': { |
| 1126 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/'\ |
| 1127 | '|chrome/android/java/src/org/chromium/chrome/browser/infobar/'\ |
| 1128 | '|chrome/browser/ui/messages/android/java/src/org/chromium/chrome/browser/ui/messages/infobar/'\ |
| 1129 | '|chrome/browser/ui/android/infobars/', |
| 1130 | }, |
Stephen Martinis | f7e0fb1 | 2019-09-04 18:59:59 | [diff] [blame] | 1131 | 'infra_docs': { |
| 1132 | 'filepath': 'docs/infra', |
| 1133 | }, |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 1134 | 'input': { |
| 1135 | 'filepath': 'content/browser/renderer_host/input|'\ |
| 1136 | 'content/renderer/input|'\ |
| 1137 | 'ui/events/blink/' |
| 1138 | }, |
Michael Spang | 808d5c1 | 2018-10-23 19:20:39 | [diff] [blame] | 1139 | 'input_devices': { |
| 1140 | 'filepath': 'ui/events/devices/', |
| 1141 | }, |
Dominick Ng | caa7b40 | 2017-07-11 07:35:39 | [diff] [blame] | 1142 | 'installable': { |
Dominick Ng | 31b7feb | 2019-01-29 23:24:00 | [diff] [blame] | 1143 | 'filepath': 'chrome/browser/extensions/bookmark_app*'\ |
Dominick Ng | 9f748dc8 | 2021-01-13 01:52:14 | [diff] [blame] | 1144 | '|chrome/browser/installable/' |
| 1145 | '|components/webapps/browser/installable/', |
Dominick Ng | caa7b40 | 2017-07-11 07:35:39 | [diff] [blame] | 1146 | }, |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 1147 | 'installer_linux': { |
| 1148 | 'filepath': 'chrome/installer/linux/', |
| 1149 | }, |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 1150 | 'installer_win': { |
| 1151 | 'filepath': 'chrome/install_static/'\ |
Samuel Huang | 577ef6c | 2018-03-13 18:19:34 | [diff] [blame] | 1152 | '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\ |
| 1153 | '|components/zucchini/', |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 1154 | }, |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 1155 | 'ios': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1156 | 'filepath': 'ios/', |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 1157 | }, |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 1158 | 'ios_chrome': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1159 | 'filepath': 'ios/chrome/', |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 1160 | }, |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 1161 | 'ios_clean': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1162 | 'filepath': 'ios/clean/', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 1163 | }, |
Javier Ernesto Flores Robles | ef507e6 | 2020-07-08 14:40:34 | [diff] [blame] | 1164 | 'ios_credential_provider': { |
| 1165 | 'filepath': 'ios/chrome/browser/credential_provider|'\ |
| 1166 | 'ios/chrome/common/credential_provider|'\ |
| 1167 | 'ios/chrome/common/ui|'\ |
| 1168 | 'ios/chrome/credential_provider_extension', |
| 1169 | }, |
Eric Noyau | a182527 | 2019-01-02 10:36:39 | [diff] [blame] | 1170 | 'ios_flags': { |
Eric Noyau | e13b4d7 | 2019-01-03 14:23:55 | [diff] [blame] | 1171 | 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\ |
| 1172 | 'ios/chrome/browser/experimental_flags\.(h|mm)|'\ |
| 1173 | 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist', |
Eric Noyau | a182527 | 2019-01-02 10:36:39 | [diff] [blame] | 1174 | }, |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 1175 | 'ios_showcase': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1176 | 'filepath': 'ios/showcase/', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 1177 | }, |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 1178 | 'ios_web': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 1179 | 'filepath': 'ios/web(_view)?/', |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 1180 | }, |
Javier Ernesto Flores Robles | 1c74b75 | 2020-10-27 13:09:36 | [diff] [blame] | 1181 | 'ios_widget_kit': { |
| 1182 | 'filepath': 'ios/chrome/common/widget_kit|'\ |
| 1183 | 'ios/chrome/browser/widget_kit|'\ |
| 1184 | 'ios/chrome/widget_kit_extension', |
| 1185 | }, |
Megan Jablonski | 33f229f | 2019-12-18 22:58:00 | [diff] [blame] | 1186 | 'language': { |
| 1187 | 'filepath': 'chrome/browser/language|'\ |
| 1188 | 'components/language|'\ |
| 1189 | 'components/test/data/language|'\ |
| 1190 | 'ios/chrome/browser/language|'\ |
| 1191 | 'ios/web_view/internal/language' |
| 1192 | }, |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 1193 | 'libaom': { |
| 1194 | 'filepath': 'third_party/libaom/', |
| 1195 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1196 | 'libvpx': { |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 1197 | 'filepath': 'third_party/libvpx/', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 1198 | }, |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 1199 | 'libwebp': { |
| 1200 | 'filepath': 'third_party/libwebp' |
| 1201 | }, |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 1202 | 'libxml_xslt': { |
| 1203 | 'filepath': 'third_party/libxml/' \ |
| 1204 | '|third_party/libxslt/', |
| 1205 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 1206 | 'linux_sandboxing': { |
Matthew Denton | 801686d2 | 2020-03-10 00:54:38 | [diff] [blame] | 1207 | 'filepath': 'sandbox/linux/'\ |
Robert Sesek | 7d0b49b | 2020-07-08 18:31:27 | [diff] [blame] | 1208 | '|sandbox/policy/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1209 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 1210 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 1211 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1212 | }, |
Joe DeBlasio | 900bf34 | 2021-05-03 21:21:50 | [diff] [blame] | 1213 | 'lookalikes': { |
| 1214 | 'filepath': 'chrome/browser/component_updater/safety_tips_.*'\ |
| 1215 | '|chrome/browser/lookalikes/'\ |
| 1216 | '|chrome/browser/reputation/'\ |
| 1217 | '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view.*'\ |
| 1218 | '|components/lookalikes/'\ |
| 1219 | '|components/site_engagement/'\ |
| 1220 | '|components/url_formatter/', |
| 1221 | }, |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 1222 | 'mac': { |
lgrey | 332339b1 | 2016-12-05 17:16:40 | [diff] [blame] | 1223 | 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$', |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 1224 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1225 | 'manifest': { |
| 1226 | 'filepath': 'content/(browser|renderer)/manifest/'\ |
Dominick Ng | 31b7feb | 2019-01-29 23:24:00 | [diff] [blame] | 1227 | '|content/public/common/manifest*'\ |
| 1228 | '|third_party/blink/(common|mojom)/manifest/'\ |
| 1229 | '|third_party/blink/renderer/modules/manifest/', |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1230 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1231 | 'media': { |
Francois Beaufort | 9ab59c8 | 2017-08-24 13:10:29 | [diff] [blame] | 1232 | 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1233 | }, |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1234 | 'media_capture_from_element': { |
alancutter | 4035981 | 2017-03-03 08:20:27 | [diff] [blame] | 1235 | 'filepath': 'content/renderer/media_capture_from_element/' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1236 | '|third_party/blink/renderer/modules/mediacapture/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 1237 | '|third_party/blink/renderer/platform/exported/web_canvas_capture' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 1238 | '|third_party/blink/web_tests/fast/mediacapturefromelement/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 1239 | '|third_party/blink/public/platform/web_canvas_capture' |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1240 | }, |
Tommy Steimel | 074a182 | 2018-02-07 17:25:44 | [diff] [blame] | 1241 | 'media_controls': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1242 | 'filepath': 'third_party/blink/renderer/modules/media_controls/' |
Tommy Steimel | 074a182 | 2018-02-07 17:25:44 | [diff] [blame] | 1243 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 1244 | 'media_galleries': { |
| 1245 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 1246 | '|chrome/browser/media_galleries/'\ |
| 1247 | '|chrome/browser/storage_monitor/'\ |
| 1248 | '|chrome/common/media_galleries/'\ |
Jay Civelli | cf99550 | 2017-09-08 23:59:27 | [diff] [blame] | 1249 | '|chrome/test/data/extensions/api_test/media_galleries/' |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 1250 | }, |
Miguel Casas | 7ac3574 | 2020-01-09 20:04:40 | [diff] [blame] | 1251 | 'media_gpu_cros': { |
| 1252 | 'filepath': 'media/gpu/chromeos'\ |
| 1253 | '|media/gpu/vaapi'\ |
| 1254 | '|media/gpu/v4l2'\ |
| 1255 | '|media/gpu/.*\.(cc|h)$'\ |
| 1256 | '|media/mojo/(clients|mojom|test|services)/.*accelerator.*' |
| 1257 | }, |
| 1258 | 'media_gpu_vaapi': { |
| 1259 | 'filepath': 'media/gpu/vaapi', |
| 1260 | }, |
| 1261 | 'media_gpu_win': { |
| 1262 | 'filepath': 'media/gpu/windows/' |
| 1263 | }, |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 1264 | 'media_mojo': { |
Xiaohan Wang | 6cbdcdf | 2018-06-12 21:55:54 | [diff] [blame] | 1265 | 'filepath': 'media/mojo/' |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 1266 | }, |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1267 | 'media_recorder': { |
alancutter | 4035981 | 2017-03-03 08:20:27 | [diff] [blame] | 1268 | 'filepath': 'content/renderer/media_recorder/' \ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1269 | '|third_party/blink/renderer/modules/mediarecorder/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 1270 | '|third_party/blink/renderer/platform/exported/web_media_recorder' \ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 1271 | '|third_party/blink/web_tests/fast/mediarecorder/' \ |
Kent Tamura | eb394c7 | 2018-04-07 19:14:55 | [diff] [blame] | 1272 | '|third_party/blink/public/platform/web_media_recorder' |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1273 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1274 | 'media_remoting': { |
| 1275 | 'filepath': 'chrome/browser/media/cast_remoting'\ |
Miyoung Shin | 3fc077c | 2019-08-06 00:29:44 | [diff] [blame] | 1276 | '|media/mojo/mojom/remoting.mojom'\ |
Henrique Ferreiro | b56c921 | 2021-06-09 17:53:59 | [diff] [blame] | 1277 | '|media/remoting/'\ |
| 1278 | '|third_party/blink/public/platform/media/web_media_player_'\ |
| 1279 | '|third_party/blink/renderer/platform/media/web_media_player_', |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1280 | }, |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1281 | 'media_router': { |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 1282 | 'filepath': 'chrome/app/media_router_strings.grdp' \ |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1283 | '|chrome/browser/media/router/' \ |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1284 | '|chrome/browser/resources/media_router/' \ |
Takumi Fujimoto | 4bef279 | 2018-05-03 17:51:55 | [diff] [blame] | 1285 | '|chrome/browser/ui/media_router/' \ |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1286 | '|chrome/browser/ui/views/media_router/' \ |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 1287 | '|chrome/test/media_router/' \ |
| 1288 | '|components/media_router/' |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1289 | }, |
Alessio Bazzica | 819f4736 | 2021-09-21 17:01:16 | [diff] [blame] | 1290 | 'media_webrtc': { |
Alessio Bazzica | 10197e3 | 2021-09-24 12:17:44 | [diff] [blame] | 1291 | 'filepath': '^media/webrtc/' |
Alessio Bazzica | 819f4736 | 2021-09-21 17:01:16 | [diff] [blame] | 1292 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1293 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1294 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1295 | }, |
| 1296 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1297 | 'filepath': 'base/metrics/'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1298 | '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1299 | '|chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1300 | '|chrome/browser/chromeos/external_metrics'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 1301 | '|chrome/browser/extensions/api/metrics_private/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1302 | '|chrome/browser/ui/webui/metrics_handler'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 1303 | '|chromecast/browser/metrics/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1304 | '|components/metrics/'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 1305 | '|components/metrics_services_manager/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1306 | '|components/variations/'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 1307 | # Exclude XML files; in particular, histograms.xml. |
| 1308 | '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
| 1309 | }, |
Ilya Sherman | dfce91b7 | 2020-03-23 18:52:46 | [diff] [blame] | 1310 | 'metrics_metadata_files': { |
| 1311 | # Subscribe to this to watch for changes to {actions, histograms, ukm}.xml |
| 1312 | # and to the field trial testing config. |
| 1313 | 'filepath': 'tools/metrics/.*\.xml$'\ |
| 1314 | '|testing/variations/fieldtrial_testing_config.json', |
| 1315 | }, |
Gabriel Marin | ac7ecd7 | 2019-10-04 18:16:06 | [diff] [blame] | 1316 | 'metrics_perf': { |
| 1317 | 'filepath': 'chrome/browser/metrics/perf/', |
| 1318 | }, |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 1319 | 'midi': { |
| 1320 | 'filepath': 'midi', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1321 | }, |
Kyle Horimoto | c4d57b12 | 2018-02-28 01:17:30 | [diff] [blame] | 1322 | 'multidevice': { |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame] | 1323 | 'filepath': 'ash/multi_device_setup/'\ |
Henrique Ferreiro | 2029590e | 2021-09-23 08:01:52 | [diff] [blame] | 1324 | '|chrome/browser/ash/cryptauth/'\ |
Henrique Ferreiro | 9f24ade | 2021-09-23 10:12:23 | [diff] [blame] | 1325 | '|chrome/browser/ash/device_sync/'\ |
Henrique Ferreiro | 90799416 | 2021-09-23 12:31:56 | [diff] [blame] | 1326 | '|chrome/browser/ash/multidevice_setup/'\ |
Henrique Ferreiro | 7e32397e | 2021-09-24 08:31:25 | [diff] [blame] | 1327 | '|chrome/browser/ash/secure_channel/'\ |
Kyle Horimoto | 592f64c | 2018-03-28 23:43:22 | [diff] [blame] | 1328 | '|chrome/browser/resources/chromeos/multidevice_setup/'\ |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame] | 1329 | '|chrome/browser/resources/settings/multidevice_page/'\ |
Demetrios Papadopoulos | bb154e93 | 2019-12-23 22:05:26 | [diff] [blame] | 1330 | '|chrome/browser/resources/settings/chromeos/multidevice_page/'\ |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame] | 1331 | '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\ |
| 1332 | '|chrome/browser/ui/webui/settings/chromeos/multidevice'\ |
Kyle Horimoto | 7de8658 | 2018-12-19 20:40:25 | [diff] [blame] | 1333 | '|chrome/test/data/webui/multidevice_setup/'\ |
| 1334 | '|chromeos/components/multidevice/'\ |
James Hawkins | f7e517c | 2018-03-30 21:01:14 | [diff] [blame] | 1335 | '|chromeos/components/proximity_auth/'\ |
Kyle Horimoto | 7de8658 | 2018-12-19 20:40:25 | [diff] [blame] | 1336 | '|chromeos/resources/multidevice_resources.grdp'\ |
Kyle Horimoto | 592f64c | 2018-03-28 23:43:22 | [diff] [blame] | 1337 | '|chromeos/services/device_sync/'\ |
| 1338 | '|chromeos/services/multidevice_setup/'\ |
| 1339 | '|chromeos/services/secure_channel/'\ |
Kyle Horimoto | 9bace7f | 2018-09-21 23:36:48 | [diff] [blame] | 1340 | '|ui/webui/resources/cr_components/chromeos/multidevice_setup/' |
Kyle Horimoto | c4d57b12 | 2018-02-28 01:17:30 | [diff] [blame] | 1341 | }, |
Alex Newcomer | 5e587d35 | 2020-09-16 18:06:26 | [diff] [blame] | 1342 | 'multipaste': { |
| 1343 | 'filepath': 'ash/clipboard/', |
| 1344 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1345 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1346 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 1347 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 1348 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1349 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 1350 | 'native_client_sdk': { |
| 1351 | 'filepath': '^native_client_sdk/', |
| 1352 | }, |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 1353 | 'navigation': { |
danakj | d3baa13 | 2020-09-10 15:33:56 | [diff] [blame] | 1354 | 'filepath': 'content/browser/renderer_host|'\ |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 1355 | 'content/browser/renderer_host/render_process_host.*|'\ |
| 1356 | 'content/browser/renderer_host/render_view_host.*|'\ |
| 1357 | 'content/browser/web_contents/web_contents_impl.*|'\ |
| 1358 | 'content/renderer/render_frame.*|'\ |
| 1359 | 'content/renderer/render_view.*' |
| 1360 | }, |
Ryan Hansberry | 8a6e3e3e | 2020-05-15 17:23:05 | [diff] [blame] | 1361 | 'nearby': { |
| 1362 | 'filepath': 'chrome/browser/nearby_sharing/|'\ |
Richard Knoll | 0636d40 | 2020-06-30 17:02:14 | [diff] [blame] | 1363 | 'chrome/browser/resources/nearby_internals/|'\ |
| 1364 | 'chrome/browser/resources/nearby_share/|'\ |
James Vecore | fcdea41 | 2020-08-27 08:20:32 | [diff] [blame] | 1365 | 'chrome/browser/resources/settings/chromeos/nearby_share_page/|'\ |
Richard Knoll | 0636d40 | 2020-06-30 17:02:14 | [diff] [blame] | 1366 | 'chrome/browser/ui/webui/nearby_internals/|'\ |
| 1367 | 'chrome/browser/ui/webui/nearby_share/|'\ |
James Vecore | 0920537 | 2020-07-30 01:45:15 | [diff] [blame] | 1368 | 'chrome/services/sharing/' |
Ryan Hansberry | 8a6e3e3e | 2020-05-15 17:23:05 | [diff] [blame] | 1369 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1370 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1371 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1372 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1373 | 'net_base': { |
| 1374 | 'filepath': 'net/base/', |
| 1375 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1376 | 'net_http2': { |
| 1377 | 'filepath': 'net/http2/', |
| 1378 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1379 | 'net_log': { |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 1380 | 'filepath': 'net/log/|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1381 | 'chrome/browser/net/.*net_log|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1382 | 'chrome/browser/resources/net_internals/|' \ |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 1383 | 'chrome/browser/ui/webui/net_internals/|' \ |
Takeshi Yoshino | 6b30abd | 2017-07-16 03:34:51 | [diff] [blame] | 1384 | 'components/net_log/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1385 | }, |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 1386 | 'net_server': { |
| 1387 | 'filepath': 'net/server/' |
| 1388 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1389 | 'net_spdy': { |
| 1390 | 'filepath': 'net/spdy/', |
| 1391 | }, |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 1392 | 'net_websockets': { |
| 1393 | 'filepath': 'net/websockets/', |
| 1394 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1395 | 'netinfo': { |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 1396 | 'filepath': '/netinfo/', |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1397 | }, |
Helen Li | 30f43d8e | 2018-05-09 16:24:01 | [diff] [blame] | 1398 | 'network_service': { |
| 1399 | 'filepath': 'services/network/', |
| 1400 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1401 | 'nfc': { |
Rijubrata Bhaumik | 04f4644 | 2019-09-02 07:54:44 | [diff] [blame] | 1402 | 'filepath': 'services/device/nfc/|'\ |
| 1403 | 'third_party/blink/renderer/modules/nfc/' |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1404 | }, |
Xing Liu | e18f0fb | 2019-03-22 23:55:14 | [diff] [blame] | 1405 | 'notification_scheduler': { |
| 1406 | 'filepath': 'chrome/browser/notifications/proto/|'\ |
| 1407 | 'chrome/browser/notifications/scheduler/' |
| 1408 | }, |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 1409 | 'notifications': { |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 1410 | 'filepath': 'chrome/browser/extensions/api/notifications/|'\ |
| 1411 | 'chrome/browser/notifications/|'\ |
| 1412 | 'chrome/test/data/notifications/|'\ |
| 1413 | 'content/browser/notifications/|'\ |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 1414 | 'content/common/platform_notification|'\ |
| 1415 | 'content/public/browser/platform_notification|'\ |
| 1416 | 'content/public/common/platform_notification|'\ |
| 1417 | 'content/renderer/notification_|'\ |
Xi Cheng | d47af34 | 2018-04-24 02:36:33 | [diff] [blame] | 1418 | 'chrome/notification_helper/|'\ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 1419 | 'third_party/blink/web_tests/external/wpt/notifications|'\ |
| 1420 | 'third_party/blink/web_tests/http/tests/notifications|'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1421 | 'third_party/blink/renderer/modules/notifications|'\ |
| 1422 | 'third_party/blink/public/platform/modules/notifications|'\ |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 1423 | 'ui/message_center/' |
| 1424 | }, |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 1425 | 'nqe': { |
| 1426 | 'filepath': 'nqe', |
| 1427 | }, |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1428 | 'ntp_snippets': { |
| 1429 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 16a37f90 | 2016-05-16 15:49:36 | [diff] [blame] | 1430 | 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 14c8935 | 2016-07-21 13:45:13 | [diff] [blame] | 1431 | 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 117ffb32 | 2017-02-06 12:04:20 | [diff] [blame] | 1432 | 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\ |
| 1433 | 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\ |
mvanouwerkerk | 538dc0b6 | 2016-05-17 14:55:34 | [diff] [blame] | 1434 | 'chrome/browser/android/ntp/ntp_snippets|'\ |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1435 | 'chrome/browser/ntp_snippets/|'\ |
| 1436 | 'components/ntp_snippets/|'\ |
| 1437 | 'chrome/android/java/res/layout/new_tab_page|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 1438 | 'chrome/android/java/res/layout/most_visited|'\ |
| 1439 | 'ios/chrome/browser/ntp_snippets' |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1440 | }, |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 1441 | 'ntp_tiles': { |
| 1442 | 'filepath': 'chrome/browser/android/ntp/|'\ |
| 1443 | 'chrome/browser/ui/webui/ntp/|'\ |
| 1444 | 'chrome/common/search/ntp|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 1445 | 'components/ntp_tiles/|'\ |
| 1446 | 'ios/chrome/browser/ntp_tiles' |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 1447 | }, |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 1448 | 'offline_pages': { |
| 1449 | 'filepath': 'components/offline_pages/'\ |
fgorski | 329be5b | 2016-04-19 21:38:11 | [diff] [blame] | 1450 | '|chrome/browser/android/offline_pages/'\ |
| 1451 | '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/' |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 1452 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1453 | 'omnibox': { |
Justin Donnelly | 600d8e9 | 2018-11-09 00:40:50 | [diff] [blame] | 1454 | 'filepath': '^chrome/browser/autocomplete/|'\ |
Justin Donnelly | 671bf136 | 2021-06-03 19:01:25 | [diff] [blame] | 1455 | '^chrome/browser/resources/new_tab_page/realbox/|'\ |
Justin Donnelly | 600d8e9 | 2018-11-09 00:40:50 | [diff] [blame] | 1456 | '^chrome/browser/resources/omnibox|'\ |
| 1457 | '^chrome/browser/ui/location_bar/|'\ |
| 1458 | '^chrome/browser/ui/omnibox/|'\ |
| 1459 | '^chrome/browser/ui/.*/location_bar/|'\ |
| 1460 | '^chrome/browser/ui/.*/omnibox/|'\ |
Justin Donnelly | 671bf136 | 2021-06-03 19:01:25 | [diff] [blame] | 1461 | '^chrome/browser/ui/.*/realbox/|'\ |
| 1462 | '^chrome/test/data/webui/new_tab_page/realbox/|'\ |
Justin Donnelly | b873647 | 2020-11-24 15:44:22 | [diff] [blame] | 1463 | '^components/omnibox/|'\ |
| 1464 | '^components/search_engines/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1465 | }, |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 1466 | 'origin_trials': { |
Jason Chase | dfcd02b | 2018-08-10 21:07:49 | [diff] [blame] | 1467 | 'filepath': 'origin_trial'\ |
chasej | 68b8bbd | 2017-01-26 19:26:13 | [diff] [blame] | 1468 | '|OriginTrial'\ |
| 1469 | '|ConditionalFeature', |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 1470 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 1471 | 'ozone': { |
[email protected] | f93c2c9 | 2013-10-31 18:22:44 | [diff] [blame] | 1472 | 'filepath': 'ui/ozone/|'\ |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 1473 | 'ui/events/ozone/|'\ |
Tom Anderson | 374e3451 | 2019-12-10 23:27:16 | [diff] [blame] | 1474 | 'ui/gfx/linux/|'\ |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 1475 | 'ui/gl/gl_.*egl.*|'\ |
| 1476 | 'ui/gl/gl_.*ozone.*' |
| 1477 | }, |
Sergey Ulanov | 004097c | 2018-11-05 23:29:28 | [diff] [blame] | 1478 | 'ozone_scenic': { |
| 1479 | 'filepath': 'ui/ozone/platform/scenic', |
| 1480 | }, |
lgarron | 9e25c740 | 2017-03-15 04:03:11 | [diff] [blame] | 1481 | 'page_info' : { |
| 1482 | 'filepath': 'chrome/browser/ui/page_info/'\ |
| 1483 | '|chrome/browser/ui/.*/page_info/'\ |
lgarron | 3428b2d3 | 2017-03-21 18:35:19 | [diff] [blame] | 1484 | '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\ |
lgarron | 6cd116a | 2017-04-07 19:42:18 | [diff] [blame] | 1485 | '|components/page_info_strings.grdp'\ |
Gregory Chatzinoff | df93d69 | 2017-09-09 01:32:27 | [diff] [blame] | 1486 | '|ios/chrome/browser/ui/page_info/' |
lgarron | 6cd116a | 2017-04-07 19:42:18 | [diff] [blame] | 1487 | }, |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 1488 | 'page_load_metrics' : { |
Tom McKee | e6cd28a | 2021-05-04 18:44:52 | [diff] [blame] | 1489 | 'filepath': '/page_load_metrics/' |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 1490 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1491 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 1492 | 'filepath': 'chrome/browser/ui/panels'\ |
| 1493 | '|chrome/browser/ui/cocoa/panels'\ |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 1494 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1495 | }, |
Michael Lippautz | 52bc4b92 | 2021-08-30 15:28:14 | [diff] [blame] | 1496 | 'partition_alloc': { |
| 1497 | 'filepath': 'base/allocator/partition_allocator/' |
| 1498 | }, |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 1499 | 'password_manager': { |
| 1500 | 'filepath': 'chrome/.*/password_'\ |
| 1501 | '|chrome/browser/ui/passwords'\ |
| 1502 | '|chrome/browser/ui/views/passwords'\ |
| 1503 | '|chrome/test/data/password'\ |
| 1504 | '|components/autofill.*password' |
| 1505 | '|components/password_'\ |
vabr | ccdb722 | 2016-06-01 14:59:40 | [diff] [blame] | 1506 | '|^ios/chrome/browser/passwords'\ |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 1507 | }, |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 1508 | 'payments': { |
| 1509 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\ |
| 1510 | '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\ |
Rouslan Solomakhin | 81af4cf | 2017-06-27 15:23:49 | [diff] [blame] | 1511 | '|chrome/browser/payments'\ |
| 1512 | '|chrome/browser/ui/views/payments'\ |
Mohamad Ahmadi | 2b45276 | 2017-07-18 23:17:15 | [diff] [blame] | 1513 | '|components/payments/test/data'\ |
rouslan | a64ceca | 2016-10-26 01:10:31 | [diff] [blame] | 1514 | '|components/payments'\ |
Rouslan Solomakhin | 81af4cf | 2017-06-27 15:23:49 | [diff] [blame] | 1515 | '|content/browser/payments'\ |
| 1516 | '|content/test/data/payments'\ |
| 1517 | '|ios/chrome/browser/payments'\ |
| 1518 | '|ios/chrome/browser/ui/payments'\ |
| 1519 | '|ios/web/payments'\ |
| 1520 | '|ios/web/public/payments'\ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 1521 | '|third_party/blink/web_tests/external/wpt/payment-request'\ |
| 1522 | '|third_party/blink/web_tests/http/tests/payments'\ |
| 1523 | '|third_party/blink/web_tests/payments'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1524 | '|third_party/blink/public/platform/modules/payments'\ |
| 1525 | '|third_party/blink/renderer/modules/payments' |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 1526 | }, |
Lei Zhang | 91530f7 | 2019-06-14 21:20:15 | [diff] [blame] | 1527 | 'pdf': { |
Lei Zhang | aaf64f5 | 2019-06-21 00:52:08 | [diff] [blame] | 1528 | 'filepath': 'components/pdf/'\ |
| 1529 | '|chrome/browser/pdf/'\ |
| 1530 | '|chrome/browser/ui/pdf/'\ |
| 1531 | '|pdf/' |
Lei Zhang | 91530f7 | 2019-06-14 21:20:15 | [diff] [blame] | 1532 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1533 | 'pepper_api': { |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 1534 | 'filepath': 'ppapi/api'\ |
| 1535 | '|ppapi/c', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1536 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1537 | 'permissions': { |
| 1538 | 'filepath': 'content/(child,browser)/permissions/'\ |
| 1539 | '|content/common/permission_*'\ |
| 1540 | '|content/public/(common,browser)/permission_*'\ |
| 1541 | '|chrome/browser/permissions/'\ |
| 1542 | '|chrome/browser/content_settings/permission*'\ |
| 1543 | '|permission_context', |
| 1544 | }, |
Kyle Horimoto | 97611c1 | 2020-08-13 17:39:03 | [diff] [blame] | 1545 | 'phonehub': { |
Henrique Ferreiro | 0e1fcc0f | 2021-09-24 05:46:21 | [diff] [blame] | 1546 | 'filepath': 'chrome/browser/ash/phonehub/'\ |
Tim Song | f7f00b0 | 2020-09-03 20:57:00 | [diff] [blame] | 1547 | '|chromeos/components/phonehub/'\ |
| 1548 | '|ash/system/phonehub/', |
Kyle Horimoto | 97611c1 | 2020-08-13 17:39:03 | [diff] [blame] | 1549 | }, |
François Beaufort | b2070eb | 2018-02-08 10:36:34 | [diff] [blame] | 1550 | 'picture_in_picture': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1551 | 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/' |
François Beaufort | b2070eb | 2018-02-08 10:36:34 | [diff] [blame] | 1552 | }, |
Will Harris | 723f1140 | 2020-11-12 23:09:07 | [diff] [blame] | 1553 | 'plugin_metadata': { |
| 1554 | 'filepath': 'chrome/browser/resources/plugin_metadata/' |
| 1555 | }, |
Ian Clelland | a54f198 | 2021-01-14 14:01:51 | [diff] [blame] | 1556 | 'policy_features': { |
| 1557 | 'filepath' : 'third_party/blink/renderer/core/feature_policy/document_policy_features.json5|'\ |
| 1558 | 'third_party/blink/renderer/core/feature_policy/feature_policy_features.json5' |
| 1559 | }, |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 1560 | 'polymer': { |
| 1561 | 'filepath': 'third_party/polymer/|'\ |
michaelpg | f94a2a2 | 2017-03-06 22:35:00 | [diff] [blame] | 1562 | 'third_party/web-animations-js/|'\ |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 1563 | 'tools/polymer|'\ |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 1564 | 'ui/webui/resources/polymer_resources.grdp', |
| 1565 | }, |
Charles Harrison | 981d33c | 2017-10-06 21:36:22 | [diff] [blame] | 1566 | 'popup_blocker': { |
| 1567 | 'filepath': 'chrome/browser/ui/blocked_content' |
| 1568 | }, |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 1569 | 'precache': { |
| 1570 | 'filepath': '[pP]recache' |
| 1571 | }, |
Hiroki Nakagawa | 3654fbe | 2020-10-28 02:53:43 | [diff] [blame] | 1572 | 'prefetch_proxy': { |
| 1573 | 'filepath': 'chrome/browser/prefetch/prefetch_proxy', |
| 1574 | }, |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 1575 | 'prepopulated_engines': { |
| 1576 | 'filepath': 'components/search_engines/prepopulated_engines.json', |
| 1577 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1578 | 'prerender': { |
Hiroki Nakagawa | 94274a41 | 2021-03-02 06:01:41 | [diff] [blame] | 1579 | 'filepath': 'chrome/browser/chrome_content_browser_client_binder_policies' \ |
| 1580 | '|content/browser/mojo_binder_policy' \ |
| 1581 | '|content/browser/prerender/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1582 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1583 | 'presentation': { |
mark a. foltz | e8739c7c | 2019-04-24 18:33:09 | [diff] [blame] | 1584 | 'filepath': 'content/browser/presentation/' \ |
| 1585 | '|content/public/browser/presentation_' \ |
| 1586 | '|third_party/blink/public/mojom/presentation/' \ |
| 1587 | '|third_party/blink/renderer/modules/presentation/' \ |
| 1588 | '|third_party/blink/web_tests/(virtual/)?presentation/' |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1589 | }, |
Robert Ogden | b766c88a | 2019-06-10 18:10:23 | [diff] [blame] | 1590 | 'preview_features': { |
| 1591 | 'filepath': 'components/previews/core/previews_features' \ |
| 1592 | '|components/previews/core/previews_experiments' |
| 1593 | }, |
rbpotter | 0d9edeed | 2018-08-03 14:11:58 | [diff] [blame] | 1594 | 'print_preview': { |
| 1595 | 'filepath': 'chrome/browser/resources/print_preview/' \ |
| 1596 | '|chrome/browser/ui/webui/print_preview/' |
| 1597 | }, |
peter | 884896c7 | 2015-03-12 14:26:20 | [diff] [blame] | 1598 | 'push_messaging': { |
| 1599 | 'filepath': 'push_messaging' |
| 1600 | }, |
David Black | 9b7b19f | 2020-02-24 18:28:35 | [diff] [blame] | 1601 | 'quick_answers': { |
Yeunjoo Choi | bc95a93 | 2021-08-31 01:08:22 | [diff] [blame] | 1602 | 'filepath': 'ash/components/quick_answers/'\ |
| 1603 | '|ash/quick_answers/'\ |
| 1604 | '|chrome/browser/renderer_context_menu/quick_answers.*' |
David Black | 9b7b19f | 2020-02-24 18:28:35 | [diff] [blame] | 1605 | }, |
Greg Thompson | c72dc58 | 2019-11-14 15:51:32 | [diff] [blame] | 1606 | 'relaunch_notification': { |
| 1607 | 'filepath': 'chrome/browser/ui/views/relaunch_notification' |
| 1608 | }, |
mark a. foltz | e8739c7c | 2019-04-24 18:33:09 | [diff] [blame] | 1609 | 'remoteplayback': { |
| 1610 | 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \ |
| 1611 | '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \ |
| 1612 | '|chrome/browser/media/android/remote/' \ |
mark a. foltz | e8739c7c | 2019-04-24 18:33:09 | [diff] [blame] | 1613 | '|media/renderers/remote_playback' \ |
Henrique Ferreiro | b56c921 | 2021-06-09 17:53:59 | [diff] [blame] | 1614 | '|third_party/blink/public/platform/media/remote_playback' \ |
mark a. foltz | e8739c7c | 2019-04-24 18:33:09 | [diff] [blame] | 1615 | '|third_party/blink/public/platform/modules/remoteplayback/' \ |
| 1616 | '|third_party/blink/renderer/core/html/media/remote_playback' \ |
Henrique Ferreiro | b56c921 | 2021-06-09 17:53:59 | [diff] [blame] | 1617 | '|third_party/blink/renderer/platform/media/remote_playback' \ |
mark a. foltz | e8739c7c | 2019-04-24 18:33:09 | [diff] [blame] | 1618 | '|third_party/blink/renderer/modules/remoteplayback/' \ |
| 1619 | '|third_party/blink/web_tests/media/remoteplayback/' \ |
| 1620 | '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/' |
| 1621 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1622 | 'remoting': { |
sergeyu | 05995a4f | 2017-01-24 21:26:01 | [diff] [blame] | 1623 | 'filepath': '^remoting/' \ |
| 1624 | '|^testing/chromoting' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1625 | }, |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 1626 | 'rlz_id': { |
| 1627 | 'filepath' :'rlz/lib/machine_id.cc|'\ |
| 1628 | 'rlz/lib/machine_id.h|'\ |
| 1629 | 'rlz/win/lib/machine_id_win.cc', |
| 1630 | }, |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1631 | 'runtime_enabled_features': { |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 1632 | 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5' |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1633 | }, |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 1634 | 'safe_browsing': { |
timvolodine | 41e9541 | 2017-03-14 02:55:34 | [diff] [blame] | 1635 | 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\ |
| 1636 | 'components/safe_browsing/', |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 1637 | }, |
Mike Wittman | 652832b | 2019-07-16 14:34:39 | [diff] [blame] | 1638 | 'sampling_profiler': { |
| 1639 | 'filepath': 'base/profiler/'\ |
| 1640 | '|chrome/common/profiler/'\ |
Mike Wittman | 652832b | 2019-07-16 14:34:39 | [diff] [blame] | 1641 | '|chrome/renderer/v8_unwinder*'\ |
| 1642 | '|components/metrics/*call_stack*'\ |
Mike Wittman | e4a1a25 | 2019-07-29 20:27:26 | [diff] [blame] | 1643 | '|components/metrics/public/mojom/call_stack*', |
Mike Wittman | 652832b | 2019-07-16 14:34:39 | [diff] [blame] | 1644 | }, |
Zentaro Kavanagh | 050f7bf | 2020-10-09 19:26:51 | [diff] [blame] | 1645 | 'scanning': { |
Yeunjoo Choi | 9b62f1a | 2021-06-23 13:17:00 | [diff] [blame] | 1646 | 'filepath': 'ash/webui/scanning/'\ |
Yeunjoo Choi | d71ed04b | 2021-03-11 00:57:52 | [diff] [blame] | 1647 | '|chrome/browser/ash/scanning/', |
Zentaro Kavanagh | 050f7bf | 2020-10-09 19:26:51 | [diff] [blame] | 1648 | }, |
Robert Sesek | ae79d3851 | 2018-09-04 18:13:30 | [diff] [blame] | 1649 | 'security': { |
| 1650 | 'filepath': 'base/json/'\ |
| 1651 | '|base/memory/.*shared_memory'\ |
Robert Sesek | 61902db | 2018-10-09 19:15:45 | [diff] [blame] | 1652 | '|components/cbor/'\ |
| 1653 | '|AndroidManifest', |
Robert Sesek | ae79d3851 | 2018-09-04 18:13:30 | [diff] [blame] | 1654 | }, |
Katie D | 14c38ce | 2019-02-14 00:34:45 | [diff] [blame] | 1655 | 'select_to_speak': { |
| 1656 | 'filepath': 'select_to_speak', |
| 1657 | }, |
Jeffrey Cohen | 7fe36f50 | 2018-12-12 01:38:21 | [diff] [blame] | 1658 | 'send_tab_to_self': { |
Jeffrey Cohen | 9e494a61 | 2019-05-21 16:22:44 | [diff] [blame] | 1659 | 'filepath': 'components/send_tab_to_self'\ |
| 1660 | '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\ |
Jeffrey Cohen | 224a407 | 2019-05-23 20:49:33 | [diff] [blame] | 1661 | '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\ |
Jeffrey Cohen | 9e494a61 | 2019-05-21 16:22:44 | [diff] [blame] | 1662 | '|chrome/browser/android/send_tab_to_self/'\ |
| 1663 | '|chrome/browser/send_tab_to_self/'\ |
| 1664 | '|chrome/browser/ui/send_tab_to_self'\ |
| 1665 | '|ios/chrome/browser/send_tab_to_self/', |
Jeffrey Cohen | 7fe36f50 | 2018-12-12 01:38:21 | [diff] [blame] | 1666 | }, |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1667 | 'service_worker': { |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 1668 | 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1669 | }, |
Dan Beam | 5dec1b4 | 2018-12-10 23:52:34 | [diff] [blame] | 1670 | 'settings': { |
| 1671 | 'filepath': 'chrome/browser/resources/settings/'\ |
| 1672 | '|chrome/browser/ui/webui/settings/'\ |
| 1673 | '|chrome/test/data/webui/settings/', |
| 1674 | }, |
May Lippert | d0b8cfe | 2019-05-22 19:54:49 | [diff] [blame] | 1675 | 'settings_os_settings': { |
Kyle Horimoto | 1b95895 | 2020-01-15 01:39:17 | [diff] [blame] | 1676 | 'filepath': 'chrome/browser/resources/settings/chromeos/'\ |
| 1677 | '|chrome/browser/resources/settings/os_settings_resouces.grd'\ |
| 1678 | '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd'\ |
| 1679 | '|chrome/browser/ui/webui/settings/chromeos/'\ |
Kyle Horimoto | ec59777 | 2020-01-16 03:45:34 | [diff] [blame] | 1680 | '|chrome/test/data/webui/settings/chromeos/'\ |
| 1681 | '|ui/webui/resources/cr_components/chromeos/'\ |
| 1682 | '|ui/webui/resources/cr_elements/chromeos/', |
May Lippert | d0b8cfe | 2019-05-22 19:54:49 | [diff] [blame] | 1683 | }, |
Melissa Zhang | c4be3d7 | 2021-03-19 07:16:53 | [diff] [blame] | 1684 | 'share_service': { |
| 1685 | 'filepath': 'chrome/browser/sharesheet/', |
| 1686 | }, |
| 1687 | 'share_sheet': { |
Jeffrey Cohen | 51f7aab | 2020-02-11 21:32:12 | [diff] [blame] | 1688 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/share/'\ |
Jeffrey Cohen | 27b6ab90 | 2020-02-18 22:44:37 | [diff] [blame] | 1689 | '|chrome/android/java/res/layout/share_sheet_.*'\ |
| 1690 | '|chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/', |
Jeffrey Cohen | 51f7aab | 2020-02-11 21:32:12 | [diff] [blame] | 1691 | }, |
Peter Beverloo | 9a00acc | 2019-06-04 14:27:25 | [diff] [blame] | 1692 | 'sharing': { |
Himanshu Jaju | 0de6e10 | 2019-07-31 11:16:54 | [diff] [blame] | 1693 | 'filepath': 'chrome/browser/sharing/|'\ |
| 1694 | 'chrome/browser/ui/views/sharing/', |
Peter Beverloo | 9a00acc | 2019-06-04 14:27:25 | [diff] [blame] | 1695 | }, |
Jimmy Gong | ddab2b6 | 2021-07-30 02:17:15 | [diff] [blame] | 1696 | 'shimless_rma': { |
| 1697 | 'filepath': 'ash/webui/shimless_rma/'\ |
| 1698 | '|chrome/test/data/webui/chromeos/shimless_rma/', |
| 1699 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 1700 | 'site_engagement': { |
| 1701 | 'filepath': 'chrome/browser/engagement/|'\ |
| 1702 | 'chrome/browser/ui/webui/engagement/', |
| 1703 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1704 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1705 | 'filepath': 'content/browser/site_instance|'\ |
| 1706 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1707 | }, |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame] | 1708 | 'smartlock': { |
Ryan Hansberry | 2a12302 | 2021-09-14 20:54:28 | [diff] [blame] | 1709 | 'filepath': 'ash/public/cpp/smartlock*'\ |
| 1710 | '|chrome/browser/ash/login/easy_unlock/'\ |
| 1711 | '|chrome/browser/resources/settings/chromeos/multidevice_page/multidevice_smartlock*'\ |
| 1712 | '|chrome/test/data/webui/settings/chromeos/multidevice_smartlock*'\ |
| 1713 | '|chromeos/components/proximity_auth/'\ |
| 1714 | '|chromeos/dbus/easy_unlock/', |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame] | 1715 | }, |
Zentaro Kavanagh | 608f8a1 | 2018-01-19 18:39:56 | [diff] [blame] | 1716 | 'smb': { |
Yeunjoo Choi | 7073d6e | 2021-05-11 01:40:48 | [diff] [blame] | 1717 | 'filepath': 'chrome/browser/ash/file_system_provider' \ |
Yeunjoo Choi | c74b67a7 | 2021-06-11 08:08:36 | [diff] [blame] | 1718 | '|chrome/browser/ash/smb_client'\ |
Zentaro Kavanagh | 608f8a1 | 2018-01-19 18:39:56 | [diff] [blame] | 1719 | '|chromeos/dbus/fake_smb_provider_client'\ |
| 1720 | '|chromeos/dbus/smb_provider_client', |
| 1721 | }, |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1722 | 'source_idls': { |
Joe Medley | f767175 | 2018-04-13 14:34:50 | [diff] [blame] | 1723 | 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl', |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1724 | }, |
Annie Sullivan | 32e8a88 | 2019-12-12 16:21:58 | [diff] [blame] | 1725 | 'speed_metrics_changelog': { |
Nicolás Peña Moreno | 585fda5 | 2020-05-01 14:32:51 | [diff] [blame] | 1726 | 'filepath': 'docs/speed/metrics_changelog/.*.md', |
Annie Sullivan | 32e8a88 | 2019-12-12 16:21:58 | [diff] [blame] | 1727 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1728 | 'spellcheck': { |
| 1729 | 'filepath': 'chrome/browser/spellchecker/'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 1730 | '|chrome/browser/renderer_context_menu/spelling_'\ |
| 1731 | '|components/spellcheck/'\ |
| 1732 | '|third_party/hunspell/'\ |
| 1733 | '|third_party/hunspell_dictionaries/', |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1734 | }, |
Greg Thompson | 9ea09170 | 2018-01-04 11:06:32 | [diff] [blame] | 1735 | 'startup': { |
| 1736 | 'filepath': 'chrome/browser/ui/startup/', |
| 1737 | }, |
Alex Newcomer | 38e62a7 | 2021-07-02 22:00:15 | [diff] [blame] | 1738 | 'status_area': { |
| 1739 | 'filepath': 'ash/system/'\ |
| 1740 | '|google_apis/calendar/', |
| 1741 | }, |
Daniel Murphy | eda2b87 | 2019-11-27 23:51:41 | [diff] [blame] | 1742 | 'storage_service' : { |
| 1743 | 'filepath': 'components/services/storage/', |
| 1744 | }, |
Ian Clelland | 0fc65548 | 2020-02-14 15:20:10 | [diff] [blame] | 1745 | 'structured_headers' : { |
| 1746 | 'filepath': 'net/http/structured_headers*', |
| 1747 | }, |
vmpstr | cc1c0830 | 2015-11-18 06:05:51 | [diff] [blame] | 1748 | 'styleguide': { |
| 1749 | 'filepath': '^styleguide/', |
| 1750 | }, |
Peter Wen | bef4390 | 2018-11-28 22:08:12 | [diff] [blame] | 1751 | 'styleguide_python': { |
| 1752 | 'filepath': '^styleguide/python', |
| 1753 | }, |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 1754 | 'subresource_filter': { |
Charles Harrison | fb3eac9 | 2017-06-26 21:26:02 | [diff] [blame] | 1755 | 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index', |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 1756 | }, |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 1757 | 'supervised_users': { |
| 1758 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 1759 | '|chrome/browser/.*managed_user'\ |
| 1760 | '|chrome/browser/.*supervised_user', |
| 1761 | }, |
CJ DiMeglio | caddc348 | 2018-12-12 02:28:38 | [diff] [blame] | 1762 | 'surface_layer_for_video': { |
| 1763 | 'filepath': 'cc/layers/surface_layer*'\ |
| 1764 | '|third_party/blink/renderer/platform/graphics/video_frame_*'\ |
| 1765 | '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*', |
| 1766 | }, |
Anastasia Helfinstein | 5205acb3 | 2019-02-15 00:54:13 | [diff] [blame] | 1767 | 'switch_access': { |
| 1768 | 'filepath': 'switch_access', |
| 1769 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1770 | 'sync': { |
Andrew Grieve | ecac5a9 | 2018-11-08 01:57:01 | [diff] [blame] | 1771 | 'filepath': '^chrome/browser/ui/sync/'\ |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 1772 | '|^chrome/browser/ui/views/sync/'\ |
| 1773 | '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\ |
| 1774 | '|^ios/chrome/browser/sync/'\ |
| 1775 | '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
| 1776 | '|^chrome/browser/sync/'\ |
| 1777 | '|^components/browser_sync/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1778 | '|^components/sync/'\ |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 1779 | '|^components/sync_bookmarks/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1780 | '|^components/sync_sessions/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1781 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 1782 | 'syncfs': { |
| 1783 | 'filepath': 'sync_file_system', |
| 1784 | }, |
Giovanni Ortuño Urquidi | a35ceba | 2019-12-02 04:46:55 | [diff] [blame] | 1785 | 'system_web_apps': { |
| 1786 | 'filepath': 'chrome/.*system_web_app' |
| 1787 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1788 | 'tab_alert_indicators': { |
| 1789 | 'filepath': 'content/browser/media/audio_stream_monitor'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1790 | '|chrome/browser/ui/tabs/tab_utils'\ |
Peter Kasting | 479cc175 | 2018-09-28 22:34:37 | [diff] [blame] | 1791 | '|chrome/browser/ui/views/tabs/alert_indicator'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1792 | '|chrome/browser/ui/views/tabs/tab\.cc'\ |
| 1793 | '|chrome/browser/ui/views/tabs/tab_renderer_data'\ |
| 1794 | '|media/audio/audio_(output_controller|power_monitor)', |
| 1795 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1796 | 'tab_capture': { |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 1797 | # TODO: Watch code in media/audio & audio service for tab audio capture |
Adam Parker | 83a48846 | 2017-12-22 00:26:48 | [diff] [blame] | 1798 | 'filepath': 'chrome/browser/extensions/api/tab_capture/'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1799 | '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1800 | '|chrome/test/data/extensions/api_test/tab_capture/'\ |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 1801 | '|components/viz/common/(frame_sinks/|gl_helper|gl_i420|yuv_)'\ |
| 1802 | '|components/viz/host/client_frame_sink'\ |
Adam Parker | 83a48846 | 2017-12-22 00:26:48 | [diff] [blame] | 1803 | '|components/viz/service/frame_sinks/(frame_sink_manager'\ |
| 1804 | '|video_capture/)'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1805 | '|content/browser/media/capture/'\ |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 1806 | '|content/browser/renderer_host/media/'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1807 | '|media/base/video_frame\.h'\ |
Adam Parker | 83a48846 | 2017-12-22 00:26:48 | [diff] [blame] | 1808 | '|media/capture/'\ |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 1809 | '|services/viz/privileged/mojom/compositing/frame_sink'\ |
| 1810 | '|third_party/blink/public/mojom/mediastream/' |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1811 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1812 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1813 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 1814 | 'content/browser/tab_contents/|'\ |
| 1815 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1816 | }, |
Jinsuk Kim | 0470a42d | 2021-02-25 00:49:41 | [diff] [blame] | 1817 | 'tab_interface': { |
| 1818 | 'filepath': 'chrome/browser/tab/' |
| 1819 | }, |
gogerald | dad6ac7 | 2019-08-06 23:08:37 | [diff] [blame] | 1820 | 'tab_ui_and_start_surface': { |
Wei-Yin Chen (陳威尹) | 943ca0a | 2019-08-21 14:51:35 | [diff] [blame] | 1821 | 'filepath': 'chrome/android/features/tab_ui/' \ |
Wei-Yin Chen (陳威尹) | e38f7bf | 2019-10-24 06:24:23 | [diff] [blame] | 1822 | '|chrome/android/features/start_surface/' \ |
| 1823 | '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/' |
Mei Liang | 92e37d5 | 2019-03-22 17:27:20 | [diff] [blame] | 1824 | }, |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 1825 | 'tbmv2_metrics': { |
| 1826 | 'filepath': 'third_party/catapult/tracing/tracing/metrics' |
| 1827 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 1828 | 'telemetry': { |
nednguyen | 79105d42 | 2016-04-18 01:38:42 | [diff] [blame] | 1829 | 'filepath': 'tools/perf/' |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 1830 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1831 | 'test_runner': { |
| 1832 | 'filepath': 'components/test_runner/' \ |
Kent Tamura | 21d1de6 | 2018-12-10 04:45:20 | [diff] [blame] | 1833 | '|content/shell/(common|browser|renderer)/web_test/' \ |
| 1834 | '|content/test/web_test_support.cc' \ |
| 1835 | '|content/public/test/web_test_support.h' \ |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1836 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1837 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1838 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 1839 | }, |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 1840 | 'tether': { |
Henrique Ferreiro | f1f05ac | 2021-09-27 20:01:49 | [diff] [blame^] | 1841 | 'filepath': 'chrome/browser/ash/tether/'\ |
Kyle Horimoto | 592f64c | 2018-03-28 23:43:22 | [diff] [blame] | 1842 | '|chrome/browser/ui/ash/network/tether*'\ |
Ryan Hansberry | 587c808 | 2018-09-20 01:31:19 | [diff] [blame] | 1843 | '|chromeos/components/tether/' |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 1844 | }, |
David Tseng | b4effe1 | 2020-12-07 23:07:13 | [diff] [blame] | 1845 | 'text_to_speech': { |
| 1846 | 'filepath': 'tts' |
| 1847 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1848 | 'textinput': { |
Bao-Duy Tran | e2b20b03 | 2020-06-09 01:34:48 | [diff] [blame] | 1849 | 'filepath': 'content/browser/renderer_host/render_widget_host_view'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1850 | '|content/browser/renderer_host/text_input'\ |
| 1851 | '|ui/base/ime/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1852 | '|ui/views/controls/textfield/'\ |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 1853 | '|ui/wm/core/ime' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1854 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1855 | 'textinput_chromeos': { |
Yeunjoo Choi | 2ef58f4 | 2021-07-28 09:28:04 | [diff] [blame] | 1856 | 'filepath': 'chrome/browser/ash/input_method/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1857 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 1858 | '|chrome/browser/chromeos/status/input_method'\ |
Bao-Duy Tran | 8302196d | 2020-06-11 07:41:52 | [diff] [blame] | 1859 | '|chrome/browser/extensions/api/input_ime'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1860 | '|chrome/browser/resources/keyboard'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1861 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1862 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1863 | }, |
Patrick Monette | 9355f1fc | 2019-08-09 18:18:16 | [diff] [blame] | 1864 | 'third_party_conflicts': { |
| 1865 | 'filepath': 'chrome/browser/win/conflicts/' |
| 1866 | }, |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 1867 | 'timers': { |
Patrick Monette | 400b0514 | 2021-04-21 22:28:35 | [diff] [blame] | 1868 | 'filepath': 'base/timer/' |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 1869 | }, |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 1870 | 'tools_win_chromeexts': { |
| 1871 | 'filepath': 'tools/win/chromeexts', |
| 1872 | }, |
AJITH KUMAR V | 4f0c481 | 2018-03-27 13:46:57 | [diff] [blame] | 1873 | 'touch_selection': { |
| 1874 | 'filepath': 'ui/touch_selection/'\ |
| 1875 | '|content/public/android/java/src/org/chromium/content/browser/selection/' |
| 1876 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1877 | 'tracing': { |
| 1878 | 'filepath': 'base/debug/trace_event.*'\ |
primiano | bef13b4 | 2015-01-30 15:29:31 | [diff] [blame] | 1879 | '|base/trace_event/'\ |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1880 | '|content/browser/tracing/'\ |
Oystein Eftevaag | 6410f1a | 2018-03-01 18:06:30 | [diff] [blame] | 1881 | '|components/tracing/'\ |
| 1882 | '|services/tracing/' |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1883 | }, |
Nicolas Ouellet-payeur | 0c26b87 | 2019-09-05 07:38:07 | [diff] [blame] | 1884 | 'traffic_annotation': { |
| 1885 | 'filepath': 'tools/traffic_annotation/' |
| 1886 | }, |
Megan Jablonski | 33f229f | 2019-12-18 22:58:00 | [diff] [blame] | 1887 | 'translate': { |
| 1888 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/translate|'\ |
| 1889 | 'chrome/android/java/src/org/chromium/chrome/browser/infobar/translate|'\ |
| 1890 | 'chrome/android/javatests/src/org/chromium/chrome/browser/translate|'\ |
| 1891 | 'chrome/browser/translate|'\ |
| 1892 | 'chrome/browser/ui/translate|'\ |
| 1893 | 'chrome/browser/ui/webui/translate_internals|'\ |
| 1894 | 'chrome/browser/ui/views/translate|'\ |
| 1895 | 'chrome/renderer/translate|'\ |
| 1896 | 'chrome/test/data/translate|'\ |
| 1897 | 'components/resources/translate_resources.grdp'\ |
| 1898 | 'components/translate|'\ |
| 1899 | 'components/translate_strings_grdp|'\ |
| 1900 | 'ios/chrome/browser/translate|'\ |
| 1901 | 'ios/chrome/browser/ui/translate|'\ |
| 1902 | 'ios/web_view/internal/translate' |
| 1903 | }, |
Taymon A. Beal | 632f130 | 2021-07-08 04:50:40 | [diff] [blame] | 1904 | 'turtledove': { |
| 1905 | 'filepath': 'content/browser/interest_group/|'\ |
| 1906 | 'content/services/auction_worklet/|'\ |
| 1907 | 'third_party/blink/public/mojom/interest_group/|'\ |
| 1908 | 'third_party/blink/renderer/modules/ad_auction/' |
| 1909 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1910 | 'ui_compositor': { |
| 1911 | 'filepath': 'ui/compositor/layer\.|'\ |
| 1912 | 'ui/compositor/layer_unittest|'\ |
| 1913 | 'ui/compositor/compositor', |
| 1914 | }, |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 1915 | 'ui_display_win': { |
| 1916 | 'filepath': '^ui/display/win', |
| 1917 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1918 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1919 | 'filepath': 'ui/resources/'\ |
| 1920 | '|ui/base/native_theme/resources/'\ |
| 1921 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1922 | }, |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 1923 | 'ui_strings': { |
| 1924 | 'filepath': 'chrome/app/generated_resources.grd'\ |
| 1925 | '|chrome/app/google_chrome_strings.grd'\ |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 1926 | '|chrome/app/settings_strings.grdp'\ |
Henrique Nakashima | f5439f8 | 2021-01-29 23:52:24 | [diff] [blame] | 1927 | '|chrome/browser/ui/android/strings/android_chrome_strings.grd'\ |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 1928 | '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\ |
| 1929 | '|ui/strings/ui_strings.grd', |
| 1930 | }, |
Robert Liao | 5c35cbe | 2019-02-27 02:42:33 | [diff] [blame] | 1931 | 'ui_views': { |
| 1932 | 'filepath': '^ui/views', |
| 1933 | }, |
Will Harris | 989ca93 | 2019-02-15 19:21:21 | [diff] [blame] | 1934 | 'unified_consent': { |
| 1935 | 'filepath': 'components/unified_consent/'\ |
| 1936 | '|chrome/browser/unified_consent/', |
| 1937 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1938 | 'usb': { |
| 1939 | 'filepath': '/usb/', |
| 1940 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 1941 | 'version_assembly': { |
| 1942 | 'filepath': 'chrome/app/version_assembly', |
| 1943 | }, |
posciak | 62a7227 | 2016-05-11 08:31:24 | [diff] [blame] | 1944 | 'video': { |
| 1945 | 'filepath': 'content/browser/renderer_host/media/|'\ |
| 1946 | 'content/renderer/media/|'\ |
| 1947 | 'media/capture/video/|'\ |
| 1948 | 'media/filters/|'\ |
| 1949 | 'media/gpu/|'\ |
| 1950 | '.*video.*', |
| 1951 | }, |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1952 | 'video_capture': { |
| 1953 | 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\ |
| 1954 | '|content/browser/renderer_host/media/.*(capture|media)'\ |
| 1955 | '|content/renderer/media/.*(capture|media|webrtc)'\ |
| 1956 | '|media/capture/'\ |
chfremer | 2a01a69b | 2017-01-06 02:39:01 | [diff] [blame] | 1957 | '|media/muxers/'\ |
| 1958 | '|services/video_capture/', |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1959 | }, |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1960 | 'virtual_keyboard': { |
Darren Shen | 40a82235 | 2019-06-03 05:39:16 | [diff] [blame] | 1961 | 'filepath': 'ash/keyboard/'\ |
oka | 47452c2 | 2017-02-17 05:07:57 | [diff] [blame] | 1962 | '|chrome/test/data/chromeos/virtual_keyboard/'\ |
| 1963 | '|extensions/browser/api/virtual_keyboard_private/'\ |
Darren Shen | 40a82235 | 2019-06-03 05:39:16 | [diff] [blame] | 1964 | '|ash/system/virtual_keyboard/', |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1965 | }, |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 1966 | 'virtual_reality': { |
David Dorwin | a4a2b73c | 2018-05-18 22:39:56 | [diff] [blame] | 1967 | # Includes VR, AR, and XR. |
Michael Thiessen | a7bec5b | 2018-07-12 19:10:04 | [diff] [blame] | 1968 | 'filepath': '/vr/'\ |
David Dorwin | a4a2b73c | 2018-05-18 22:39:56 | [diff] [blame] | 1969 | '|/xr'\ |
Alex Cooper | 59197c7 | 2019-03-29 17:31:55 | [diff] [blame] | 1970 | '|webxr'\ |
Bill Orr | 165281bd | 2018-12-06 18:27:12 | [diff] [blame] | 1971 | '|isolated_xr_device'\ |
David Dorwin | a4a2b73c | 2018-05-18 22:39:56 | [diff] [blame] | 1972 | '|third_party/arcore'\ |
| 1973 | '|third_party/gvr'\ |
| 1974 | '|third_party/libovr'\ |
| 1975 | '|third_party/openvr', |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 1976 | }, |
Victor Vianna | f3bad141 | 2021-08-11 08:21:01 | [diff] [blame] | 1977 | 'vscode_tooling': { |
| 1978 | 'filepath': 'tools/vscode', |
| 1979 | }, |
Chris Blume | c6ddd6c | 2018-12-14 23:35:01 | [diff] [blame] | 1980 | 'vulkan': { |
| 1981 | 'filepath': 'gpu/vulkan'\ |
| 1982 | '|third_party/vulkan' |
| 1983 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1984 | 'wake_lock': { |
| 1985 | 'filepath': 'wake_lock', |
| 1986 | }, |
May Lippert | 04ed4b6 | 2019-05-24 16:31:22 | [diff] [blame] | 1987 | 'wallpapers': { |
Miyoung Shin | 3fc077c | 2019-08-06 00:29:44 | [diff] [blame] | 1988 | 'filepath': 'components/arc/common/wallpaper.mojom'\ |
May Lippert | 04ed4b6 | 2019-05-24 16:31:22 | [diff] [blame] | 1989 | '|ash/wallpaper/'\ |
| 1990 | '|chrome/browser/resources/chromeos/wallpaper_manager/', |
| 1991 | }, |
Raymes Khoury | 6b9bf76 | 2019-05-17 05:00:51 | [diff] [blame] | 1992 | 'web_applications': { |
| 1993 | 'filepath': 'chrome/browser/web_applications'\ |
| 1994 | '|chrome/browser/ui/web_applications', |
| 1995 | }, |
Devin Mullins | 4ff9b28 | 2018-03-09 00:37:32 | [diff] [blame] | 1996 | 'web_package': { |
| 1997 | 'filepath': 'content/browser/loader/prefetch_url_loader'\ |
| 1998 | '|content/browser/web_package/'\ |
Kunihiko Sakamoto | ba39085 | 2018-07-11 01:08:55 | [diff] [blame] | 1999 | '|content/test/data/sxg/' |
Devin Mullins | 4ff9b28 | 2018-03-09 00:37:32 | [diff] [blame] | 2000 | }, |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 2001 | 'web_share': { |
| 2002 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\ |
| 2003 | '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\ |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 2004 | '|third_party/blink/web_tests/webshare/'\ |
| 2005 | '|third_party/blink/web_tests/external/wpt/web-share/'\ |
Eric Willigers | 3eeae17c | 2019-03-13 17:32:10 | [diff] [blame] | 2006 | '|third_party/blink/public/mojom/webshare/'\ |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 2007 | '|third_party/blink/renderer/modules/webshare/', |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 2008 | }, |
Martin Kreichgauer | 794a1857 | 2018-07-20 20:45:43 | [diff] [blame] | 2009 | 'webauthn': { |
| 2010 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\ |
| 2011 | '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\ |
Martin Kreichgauer | 144f8be | 2019-09-19 18:41:08 | [diff] [blame] | 2012 | '|chrome/browser/extensions/api/cryptotoken_private/'\ |
| 2013 | '|chrome/browser/resources/cryptotoken/'\ |
Martin Kreichgauer | 794a1857 | 2018-07-20 20:45:43 | [diff] [blame] | 2014 | '|chrome/browser/ui/webauthn/'\ |
| 2015 | '|chrome/browser/ui/views/webauthn/'\ |
Martin Kreichgauer | 1b7dc87 | 2019-04-15 18:50:41 | [diff] [blame] | 2016 | '|chrome/browser/webauthn/'\ |
Martin Kreichgauer | 794a1857 | 2018-07-20 20:45:43 | [diff] [blame] | 2017 | '|content/browser/webauth/'\ |
| 2018 | '|device/fido/'\ |
Martin Kreichgauer | 1b7dc87 | 2019-04-15 18:50:41 | [diff] [blame] | 2019 | '|third_party/blink/public/mojom/webauthn/'\ |
Nina Satragno | 9573c03 | 2019-10-03 18:51:36 | [diff] [blame] | 2020 | '|third_party/blink/web_tests/external/wpt/webauthn/'\ |
Martin Kreichgauer | 1b7dc87 | 2019-04-15 18:50:41 | [diff] [blame] | 2021 | '|third_party/microsoft_webauthn/', |
Martin Kreichgauer | 794a1857 | 2018-07-20 20:45:43 | [diff] [blame] | 2022 | }, |
Chris Cunningham | de605a0 | 2019-12-12 02:39:11 | [diff] [blame] | 2023 | 'webcodecs': { |
| 2024 | 'filepath': 'third_party/blink/renderer/modules/webcodecs/', |
| 2025 | }, |
Corentin Wallez | 3f1d085 | 2018-07-04 15:45:36 | [diff] [blame] | 2026 | 'webgpu': { |
| 2027 | 'filepath': 'third_party/blink/renderer/modules/webgpu/', |
| 2028 | }, |
Majid Valipour | 1ffeef3 | 2021-05-06 19:06:12 | [diff] [blame] | 2029 | 'webid': { |
| 2030 | 'filepath': 'third_party/blink/renderer/modules/webid/'\ |
| 2031 | '|third_party/blink/public/mojom/webid/'\ |
| 2032 | '|chrome/browser/.*webid', |
| 2033 | }, |
Christian O. Andersson | 2fc7db5 | 2019-09-04 15:39:49 | [diff] [blame] | 2034 | 'weblayer': { |
| 2035 | 'filepath': 'weblayer/', |
| 2036 | }, |
Carlos IL | d0907f2 | 2020-01-29 22:52:37 | [diff] [blame] | 2037 | 'weblayer_safe_browsing': { |
| 2038 | 'filepath': 'weblayer/browser/safe_browsing/', |
| 2039 | }, |
| 2040 | 'weblayer_ssl': { |
| 2041 | 'filepath': 'weblayer/browser/ssl*', |
| 2042 | }, |
Yi Gu | 2a49479 | 2021-06-17 14:05:18 | [diff] [blame] | 2043 | 'webotp': { |
| 2044 | 'filepath': 'third_party/blink/renderer/modules/credentialmanager/credentials_container\.cc'\ |
| 2045 | '|third_party/blink/renderer/modules/credentialmanager/.*otp'\ |
| 2046 | '|third_party/blink/public/mojom/sms/'\ |
| 2047 | '|content/browser/.*sms/'\ |
| 2048 | '|chrome/browser/sharing/.*sms', |
| 2049 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 2050 | 'webrtc_browser_tests': { |
| 2051 | 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ |
| 2052 | 'content/browser/media/.*webrtc.*browsertest', |
| 2053 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 2054 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 2055 | 'filepath': 'chrome/browser/content_settings/'\ |
| 2056 | '|chrome/browser/ui/views/website_settings/'\ |
| 2057 | '|chrome/browser/ui/website_settings/'\ |
Christian Dullweber | eba938067 | 2021-05-25 13:12:47 | [diff] [blame] | 2058 | '|chrome/browser/privacy_sandbox/privacy_sandbox_settings'\ |
mukai | 077089f | 2014-09-11 18:41:52 | [diff] [blame] | 2059 | '|chrome/common/content_settings'\ |
Christian Dullweber | eba938067 | 2021-05-25 13:12:47 | [diff] [blame] | 2060 | '|components/content_settings/'\ |
| 2061 | '|services/network/cookie_settings', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 2062 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 2063 | 'windows_sandboxing': { |
| 2064 | 'filepath': 'sandbox/win/', |
| 2065 | }, |
Luke Zielinski | d00a511 | 2019-10-30 17:58:41 | [diff] [blame] | 2066 | 'wpt_tools': { |
| 2067 | 'filepath': 'third_party/blink/web_tests/external/wpt/tools/', |
| 2068 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2069 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 2070 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 2071 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2072 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 2073 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 2074 | '|chrome/browser/chromeos/wm_' \ |
| 2075 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 2076 | }, |
Chris Blume | 04103c4 | 2018-12-14 22:46:06 | [diff] [blame] | 2077 | 'zlib': { |
| 2078 | 'filepath': 'third_party/zlib' |
| 2079 | }, |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 2080 | 'zoom': { |
| 2081 | 'filepath': 'chrome/browser/ui/zoom/' \ |
| 2082 | '|components/ui/zoom/' \ |
| 2083 | '|content/browser/host_zoom_*' \ |
| 2084 | '|content/browser/storage_partition_impl*' \ |
| 2085 | '|content/public/browser/host_zoom_map.h' \ |
| 2086 | '|content/public/browser/storage_partition.h' |
| 2087 | }, |
amraboelkher | 5745530b | 2021-09-02 12:10:32 | [diff] [blame] | 2088 | 'zte': { |
| 2089 | 'filepath': 'chrome/browser/ash/login/enrollment/*auto_enrollment*|' \ |
| 2090 | 'chrome/browser/ash/policy/enrollment/*auto_enrollment*|' \ |
| 2091 | 'chrome/browser/ash/policy/enrollment/private_membership/' |
| 2092 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2093 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 2094 | |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2095 | ############################################################################## |
| 2096 | # Please keep alphabetical |
| 2097 | ############################################################################## |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2098 | 'WATCHLISTS': { |
Joe Medley | 1e1bb65 | 2018-04-27 17:36:59 | [diff] [blame] | 2099 | 'about_flags': ['[email protected]', |
| 2100 | '[email protected]'], |
Daniel Erat | b4c9b9e | 2019-06-04 23:57:26 | [diff] [blame] | 2101 | 'accelerator_table': ['[email protected]'], |
Abigail Klein | 33cac9c | 2020-12-31 00:14:00 | [diff] [blame] | 2102 | 'accessibility': ['[email protected]', |
| 2103 | '[email protected]', |
Akihiro Ota | c504b88 | 2019-02-20 02:54:53 | [diff] [blame] | 2104 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 2105 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2106 | '[email protected]', |
Sara Kato | eff75d2 | 2019-11-07 19:08:23 | [diff] [blame] | 2107 | '[email protected]', |
je_julie.kim | a170bac | 2015-05-06 14:57:54 | [diff] [blame] | 2108 | '[email protected]', |
Josiah K | 3bddaed3 | 2020-09-11 17:59:37 | [diff] [blame] | 2109 | '[email protected]', |
Kevin Babbitt | 52b1890 | 2019-04-16 21:47:44 | [diff] [blame] | 2110 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 2111 | '[email protected]', |
Sara Kato | eff75d2 | 2019-11-07 19:08:23 | [diff] [blame] | 2112 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2113 | '[email protected]'], |
Shannon Chen | ccd4b84 | 2020-09-25 02:09:21 | [diff] [blame] | 2114 | 'accessibility_component_extensions': ['[email protected]', |
| 2115 | '[email protected]'], |
Aaron Leventhal | 22a04da | 2020-04-17 12:44:19 | [diff] [blame] | 2116 | 'accessibility_minimal_core': ['[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 2117 | 'add_to_homescreen': ['[email protected]', |
Glenn Hartmann | 6e09db1 | 2019-07-31 03:00:11 | [diff] [blame] | 2118 | '[email protected]', |
| 2119 | '[email protected]'], |
Minoru Chikamune | e9a4b15 | 2021-03-04 08:30:20 | [diff] [blame] | 2120 | 'agent_scheduling_group': ['[email protected]', |
| 2121 | '[email protected]'], |
Peter Wen | 35bf593 | 2018-10-22 19:51:48 | [diff] [blame] | 2122 | 'android_crash_reporting': ['[email protected]', |
| 2123 | '[email protected]'], |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 2124 | 'android_crazy_linker': ['[email protected]'], |
Henrique Nakashima | 64f2b8b | 2020-02-05 22:54:43 | [diff] [blame] | 2125 | 'android_flags': ['[email protected]'], |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 2126 | 'android_infobars': ['[email protected]'], |
John Budorick | 56c3c05 | 2020-03-30 19:15:57 | [diff] [blame] | 2127 | 'android_infra': ['[email protected]'], |
Giovanni Ortuño Urquidi | cd407ac | 2021-05-24 05:09:20 | [diff] [blame] | 2128 | 'android_item_chooser_dialogs': ['[email protected]'], |
Tomasz Wiszkowski | 008dc20 | 2021-05-28 10:14:56 | [diff] [blame] | 2129 | 'android_omnibox': ['[email protected]'], |
Ted Choc | 042d844 | 2018-03-13 16:35:57 | [diff] [blame] | 2130 | 'android_search_widget': ['[email protected]', |
| 2131 | '[email protected]'], |
nyquist | f602bd0 | 2017-02-16 23:17:44 | [diff] [blame] | 2132 | 'android_studio': ['[email protected]', |
| 2133 | '[email protected]'], |
Daniele Castagna | 7c829d69 | 2018-02-12 16:09:08 | [diff] [blame] | 2134 | 'android_tab': ['[email protected]'], |
Jinsuk Kim | 797be9a0 | 2021-08-02 21:34:30 | [diff] [blame] | 2135 | 'android_toolbar': ['[email protected]'], |
| 2136 | 'android_toolbar_deps': ['[email protected]'], |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 2137 | 'android_uma_settings': ['[email protected]', |
| 2138 | '[email protected]'], |
Maggie Cai | 9190f763 | 2019-06-12 06:06:57 | [diff] [blame] | 2139 | 'android_webapk': ['[email protected]', |
Ella Ge | cf52fc3 | 2019-11-18 09:01:56 | [diff] [blame] | 2140 | '[email protected]', |
| 2141 | '[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 2142 | 'android_webview': ['[email protected]'], |
Tim Volodine | 178dc2bc | 2019-03-19 19:07:22 | [diff] [blame] | 2143 | 'android_webview_network_service': ['[email protected]'], |
nancy | 5a8934a | 2020-05-18 03:48:39 | [diff] [blame] | 2144 | 'app_service': ['[email protected]', |
| 2145 | '[email protected]'], |
Dominick Ng | 4539256 | 2018-12-13 07:21:21 | [diff] [blame] | 2146 | 'app_shortcuts': ['[email protected]', |
| 2147 | '[email protected]', |
Daniel Murphy | 608e027 | 2020-03-12 23:15:25 | [diff] [blame] | 2148 | '[email protected]', |
Fabio Rocha | 7d3e7bfc | 2020-09-01 19:41:41 | [diff] [blame] | 2149 | '[email protected]', |
| 2150 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2151 | 'apps': ['[email protected]', |
Daniel Murphy | 608e027 | 2020-03-12 23:15:25 | [diff] [blame] | 2152 | '[email protected]', |
Fabio Rocha | 7d3e7bfc | 2020-09-01 19:41:41 | [diff] [blame] | 2153 | '[email protected]', |
| 2154 | '[email protected]'], |
Dominick Ng | b919db9 | 2019-11-18 06:17:16 | [diff] [blame] | 2155 | 'apps_intent_helper': ['[email protected]', |
| 2156 | '[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 2157 | 'arc': ['[email protected]', |
hidehiko | 49f0b7c | 2016-05-24 10:59:47 | [diff] [blame] | 2158 | '[email protected]', |
Junichi Uekawa | 38d20c1 | 2018-03-22 03:31:30 | [diff] [blame] | 2159 | '[email protected]', |
| 2160 | '[email protected]'], |
lhchavez | 61532c9 | 2016-10-18 21:33:37 | [diff] [blame] | 2161 | 'arc_auth': ['[email protected]'], |
Yuichiro Hanada | 2e111fb | 2018-11-19 17:33:05 | [diff] [blame] | 2162 | 'arc_ime': ['[email protected]'], |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 2163 | 'arc_kiosk': ['[email protected]'], |
Miyoung Shin | 3fc077c | 2019-08-06 00:29:44 | [diff] [blame] | 2164 | 'arc_mojom': ['[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 2165 | 'arc_net': ['[email protected]', |
| 2166 | '[email protected]', |
| 2167 | '[email protected]'], |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 2168 | 'arc_power': ['[email protected]'], |
James Cook | bb06c62e | 2021-08-05 19:09:42 | [diff] [blame] | 2169 | 'ash': ['[email protected]'], |
Jimmy Gong | 8d570d5 | 2021-07-30 22:43:58 | [diff] [blame] | 2170 | 'ash_webui_common': ['[email protected]', |
| 2171 | '[email protected]', |
| 2172 | '[email protected]'], |
wutao | 5c33d83 | 2021-08-23 16:58:21 | [diff] [blame] | 2173 | 'assistive': ['[email protected]'], |
Max Morin | 2b020631 | 2018-04-06 11:17:40 | [diff] [blame] | 2174 | 'audio_service': ['[email protected]', |
Max Morin | 2b020631 | 2018-04-06 11:17:40 | [diff] [blame] | 2175 | '[email protected]'], |
James Cook | bb06c62e | 2021-08-05 19:09:42 | [diff] [blame] | 2176 | 'aura': ['[email protected]'], |
| 2177 | 'aura_compositor': ['[email protected]'], |
Katie D | 14c38ce | 2019-02-14 00:34:45 | [diff] [blame] | 2178 | 'autoclick': ['[email protected]'], |
Mathias Carlen | c61d807 | 2018-08-21 16:18:24 | [diff] [blame] | 2179 | 'autofill_assistant': ['[email protected]'], |
Jared Saul | 61b16ed4 | 2019-10-11 20:19:44 | [diff] [blame] | 2180 | 'autofill_payments': ['[email protected]', |
| 2181 | '[email protected]', |
| 2182 | '[email protected]'], |
Dan Elphick | 08d1fd4 | 2018-04-26 10:22:33 | [diff] [blame] | 2183 | 'background_fetch': ['[email protected]', |
Mugdha Lakhani | 6876ba1 | 2018-04-06 13:12:28 | [diff] [blame] | 2184 | '[email protected]', |
Mugdha Lakhani | 90e82fd | 2019-06-25 09:38:49 | [diff] [blame] | 2185 | '[email protected]'], |
Jason Chase | dfcd02b | 2018-08-10 21:07:49 | [diff] [blame] | 2186 | 'background_sync': ['[email protected]', |
Mugdha Lakhani | 90e82fd | 2019-06-25 09:38:49 | [diff] [blame] | 2187 | '[email protected]', |
Rayan Kanso | 253399c | 2018-11-07 19:28:25 | [diff] [blame] | 2188 | '[email protected]', |
| 2189 | '[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 2190 | 'banners': ['[email protected]', |
F | 07b66041 | 2017-08-01 20:53:06 | [diff] [blame] | 2191 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 2192 | 'base': ['[email protected]'], |
Benoit Lize | cc5cb439 | 2020-08-03 19:02:36 | [diff] [blame] | 2193 | 'base_allocator': ['[email protected]', |
| 2194 | '[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 2195 | 'base_memory': ['[email protected]'], |
Alexander Timin | 864bf8a0 | 2018-03-12 11:06:28 | [diff] [blame] | 2196 | 'base_scheduler': ['[email protected]'], |
Gabriel Charette | e6bbb53 | 2019-04-29 16:39:39 | [diff] [blame] | 2197 | 'base_thread_pool': ['[email protected]', |
| 2198 | '[email protected]', |
Jesse McKenna | dd65b88 | 2020-11-24 17:07:29 | [diff] [blame] | 2199 | '[email protected]', |
Gabriel Charette | e6bbb53 | 2019-04-29 16:39:39 | [diff] [blame] | 2200 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2201 | 'base_win': ['[email protected]', |
Jesse McKenna | dd65b88 | 2020-11-24 17:07:29 | [diff] [blame] | 2202 | '[email protected]', |
Robert Liao | 27a2fa1 | 2017-10-20 18:34:48 | [diff] [blame] | 2203 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2204 | '[email protected]'], |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 2205 | 'battery_status': ['[email protected]'], |
Minoru Chikamune | e9a4b15 | 2021-03-04 08:30:20 | [diff] [blame] | 2206 | 'bfcache': ['[email protected]', |
| 2207 | '[email protected]'], |
Lei Zhang | f4c2b17 | 2020-02-21 06:23:10 | [diff] [blame] | 2208 | 'binary_size': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2209 | 'blink': ['[email protected]'], |
| 2210 | 'blink_accessibility': ['[email protected]', |
| 2211 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2212 | '[email protected]', |
Kevin Babbitt | 52b1890 | 2019-04-16 21:47:44 | [diff] [blame] | 2213 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2214 | '[email protected]'], |
| 2215 | 'blink_animation': ['[email protected]', |
Yi Gu | bb534b3 | 2020-03-03 22:13:21 | [diff] [blame] | 2216 | '[email protected]', |
Eric Willigers | b5f2b5a | 2019-05-13 18:31:49 | [diff] [blame] | 2217 | '[email protected]'], |
Raymond Toy | d097b5a | 2021-07-13 17:55:54 | [diff] [blame] | 2218 | 'blink_audio': ['[email protected]'], |
Mounir Lamouri | 70ac40ff | 2021-04-06 23:55:08 | [diff] [blame] | 2219 | 'blink_battery_status': ['[email protected]'], |
Kentaro Hara | 1de8619 | 2019-05-29 08:51:59 | [diff] [blame] | 2220 | 'blink_bindings': ['[email protected]', '[email protected]'], |
jbroman | 9ac2d53 | 2016-09-01 18:20:08 | [diff] [blame] | 2221 | 'blink_bindings_serialization': ['[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2222 | 'blink_bluetooth': ['[email protected]', |
Ovidio Henriquez | 8633388 | 2018-11-05 18:25:21 | [diff] [blame] | 2223 | '[email protected]'], |
Nicolas Pena | 7a6b699 | 2019-01-16 17:20:08 | [diff] [blame] | 2224 | 'blink_client_hints': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2225 | 'blink_clipboard': ['[email protected]'], |
Jeremy Roman | 02b59c8 | 2021-02-25 20:35:09 | [diff] [blame] | 2226 | 'blink_common': ['[email protected]'], |
Kentaro Hara | 08ea189 | 2019-08-29 04:25:24 | [diff] [blame] | 2227 | 'blink_controller': [], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2228 | 'blink_css': ['[email protected]', |
| 2229 | '[email protected]', |
danakj | c1e13d4e | 2018-05-04 21:34:42 | [diff] [blame] | 2230 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2231 | 'blink_css_flexbox': ['[email protected]'], |
Morten Stenshorne | 4f1b302 | 2017-11-14 12:05:37 | [diff] [blame] | 2232 | 'blink_css_fragmentation_tests': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2233 | 'blink_css_grid_layout': ['[email protected]', |
Sergio Villar Senin | 20fe622 | 2021-04-20 09:53:25 | [diff] [blame] | 2234 | '[email protected]'], |
Dimitri Glazkov | 33286c6 | 2017-12-08 23:34:25 | [diff] [blame] | 2235 | 'blink_custom_elements': ['[email protected]'], |
Oksana Zhuravlova | 5e236ec9 | 2018-07-25 00:16:03 | [diff] [blame] | 2236 | 'blink_device_orientation': ['[email protected]', |
Oksana Zhuravlova | 5e236ec9 | 2018-07-25 00:16:03 | [diff] [blame] | 2237 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2238 | '[email protected]'], |
Pavel Feldman | a47e1f9 | 2019-09-20 16:58:57 | [diff] [blame] | 2239 | 'blink_devtools': ['[email protected]'], |
Lei Zhang | 784e9a6 | 2020-10-12 22:39:43 | [diff] [blame] | 2240 | 'blink_dom': ['[email protected]'], |
Daniel Murphy | fffe60f8 | 2019-12-05 21:30:20 | [diff] [blame] | 2241 | 'blink_dom_storage': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2242 | 'blink_events': ['[email protected]', |
Lei Zhang | 784e9a6 | 2020-10-12 22:39:43 | [diff] [blame] | 2243 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2244 | 'blink_fetch': ['[email protected]', |
| 2245 | '[email protected]', |
Takeshi Yoshino | 9d7588a3 | 2017-07-31 07:17:34 | [diff] [blame] | 2246 | '[email protected]'], |
Hiroki Nakagawa | 62c133e | 2020-06-24 06:58:41 | [diff] [blame] | 2247 | 'blink_fileapi': ['[email protected]'], |
haraken | 98d0827a | 2017-02-27 00:55:19 | [diff] [blame] | 2248 | 'blink_frames': ['[email protected]'], |
Mounir Lamouri | a33886c | 2018-02-07 10:00:37 | [diff] [blame] | 2249 | 'blink_geolocation': ['[email protected]'], |
Nico Weber | b6975cc | 2018-06-19 10:51:45 | [diff] [blame] | 2250 | 'blink_heap': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2251 | '[email protected]', |
Michael Lippautz | 52bc4b92 | 2021-08-30 15:28:14 | [diff] [blame] | 2252 | '[email protected]'], |
Dimitri Glazkov | 33286c6 | 2017-12-08 23:34:25 | [diff] [blame] | 2253 | 'blink_html': ['[email protected]'], |
csharrison | f357e963 | 2016-07-29 01:27:22 | [diff] [blame] | 2254 | 'blink_htmlparser': ['[email protected]', |
| 2255 | '[email protected]'], |
Madeleine Barowsky | 21b0440 | 2019-01-29 19:17:05 | [diff] [blame] | 2256 | 'blink_image_codecs': ['[email protected]', |
| 2257 | '[email protected]'], |
Daniel Murphy | eda2b87 | 2019-11-27 23:51:41 | [diff] [blame] | 2258 | 'blink_indexed_db': ['[email protected]', |
Adrienne Walker | 516af3a | 2021-03-03 19:11:01 | [diff] [blame] | 2259 | '[email protected]', |
| 2260 | '[email protected]'], |
Navid Zolghadr | 051e0a0e | 2020-05-05 18:15:22 | [diff] [blame] | 2261 | 'blink_input': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2262 | 'blink_layers': ['[email protected]'], |
| 2263 | 'blink_layout': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2264 | '[email protected]'], |
Ojan Vafai | 1fa1ec5 | 2018-04-11 17:56:40 | [diff] [blame] | 2265 | 'blink_layout_ng': ['[email protected]', |
atotic | 30c8eba | 2016-10-28 13:24:07 | [diff] [blame] | 2266 | '[email protected]', |
dgrogan | f9744ea | 2017-01-18 23:23:26 | [diff] [blame] | 2267 | '[email protected]', |
lchoi | 2ba79a7 | 2017-05-25 00:23:05 | [diff] [blame] | 2268 | '[email protected]', |
Xiaocheng Hu | 8bd4d807 | 2017-10-25 23:44:32 | [diff] [blame] | 2269 | '[email protected]', |
| 2270 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2271 | 'blink_loader': ['[email protected]', |
| 2272 | '[email protected]', |
Takeshi Yoshino | ab2ce856 | 2017-11-09 05:19:19 | [diff] [blame] | 2273 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2274 | 'blink_media': ['[email protected]', |
| 2275 | '[email protected]', |
srirama.m | dec4f51 | 2016-09-06 08:22:19 | [diff] [blame] | 2276 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2277 | 'blink_media_queries': ['[email protected]', |
Nicolas Pena | 7a6b699 | 2019-01-16 17:20:08 | [diff] [blame] | 2278 | '[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2279 | 'blink_mediastream': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2280 | 'blink_navigator_content_utils': ['[email protected]'], |
Mounir Lamouri | 70ac40ff | 2021-04-06 23:55:08 | [diff] [blame] | 2281 | 'blink_out_of_process_frames': ['[email protected]'], |
Raphael Kubo da Costa | b856f10 | 2019-07-02 09:17:55 | [diff] [blame] | 2282 | 'blink_paint' : ['[email protected]'], |
Xida Chen | 0ef9278 | 2018-01-17 05:53:35 | [diff] [blame] | 2283 | 'blink_paintworklet' : ['[email protected]'], |
Mounir Lamouri | 70ac40ff | 2021-04-06 23:55:08 | [diff] [blame] | 2284 | 'blink_permissions': ['[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 2285 | 'blink_platform': ['[email protected]'], |
ajuma | bd2c9c2 | 2017-05-01 21:29:50 | [diff] [blame] | 2286 | 'blink_platform_graphics': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2287 | '[email protected]', |
| 2288 | '[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 2289 | '[email protected]', |
Fernando Serboncini | e802c9f | 2018-11-06 19:17:11 | [diff] [blame] | 2290 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2291 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2292 | '[email protected]'], |
Nicolas Pena | 7a6b699 | 2019-01-16 17:20:08 | [diff] [blame] | 2293 | 'blink_preloadScanner': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2294 | 'blink_prerender': ['[email protected]', |
Hiroki Nakagawa | a24ab21 | 2020-10-28 03:33:39 | [diff] [blame] | 2295 | '[email protected]', |
Nicolas Pena | 7a6b699 | 2019-01-16 17:20:08 | [diff] [blame] | 2296 | '[email protected]'], |
Dimitri Glazkov | 33286c6 | 2017-12-08 23:34:25 | [diff] [blame] | 2297 | 'blink_public_api': ['[email protected]'], |
Hiroki Nakagawa | 62c133e | 2020-06-24 06:58:41 | [diff] [blame] | 2298 | 'blink_quota': ['[email protected]'], |
Minoru Chikamune | e9a4b15 | 2021-03-04 08:30:20 | [diff] [blame] | 2299 | 'blink_scheduler': ['[email protected]', |
| 2300 | '[email protected]'], |
Nate Chapin | 1a9f01a | 2019-11-22 17:39:30 | [diff] [blame] | 2301 | 'blink_scheduling_api': ['[email protected]'], |
Kouhei Ueno | 4338293 | 2017-05-30 04:43:57 | [diff] [blame] | 2302 | 'blink_script': ['[email protected]', |
Dominic Farolino | c51cb1fb | 2020-05-27 01:49:15 | [diff] [blame] | 2303 | '[email protected]', '[email protected]'], |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 2304 | 'blink_scroll': ['[email protected]'], |
Matt Falkenhagen | 4036901 | 2019-11-19 00:43:55 | [diff] [blame] | 2305 | 'blink_service_worker': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2306 | '[email protected]', |
| 2307 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2308 | '[email protected]', |
| 2309 | '[email protected]', |
tzik | 749ae1e | 2018-07-20 05:05:01 | [diff] [blame] | 2310 | '[email protected]'], |
Matt Falkenhagen | ca7fbb6 | 2018-07-10 09:21:43 | [diff] [blame] | 2311 | 'blink_service_worker_tests': ['[email protected]'], |
Rachel Blum | 4178887 | 2018-10-25 20:54:01 | [diff] [blame] | 2312 | 'blink_spellcheck' : ['[email protected]', |
Xiaocheng Hu | 8bd4d807 | 2017-10-25 23:44:32 | [diff] [blame] | 2313 | '[email protected]'], |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 2314 | 'blink_streams': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2315 | 'blink_style': ['[email protected]'], |
| 2316 | 'blink_svg': ['[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 2317 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2318 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2319 | '[email protected]', |
| 2320 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2321 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2322 | 'blink_track': ['[email protected]', |
| 2323 | '[email protected]', |
| 2324 | '[email protected]', |
Sriram | 8d3e0e2 | 2017-11-09 10:40:16 | [diff] [blame] | 2325 | '[email protected]', |
| 2326 | '[email protected]'], |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 2327 | 'blink_viewport_interaction': ['[email protected]', |
| 2328 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2329 | 'blink_w3ctests': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2330 | 'blink_webp': ['[email protected]', |
| 2331 | '[email protected]', |
Madeleine Barowsky | 21b0440 | 2019-01-29 19:17:05 | [diff] [blame] | 2332 | '[email protected]', |
| 2333 | '[email protected]'], |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 2334 | 'blink_websockets': ['[email protected]', |
| 2335 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2336 | 'blink_workers': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2337 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 2338 | '[email protected]', |
| 2339 | '[email protected]'], |
Kentaro Hara | 08ea189 | 2019-08-29 04:25:24 | [diff] [blame] | 2340 | 'blink_wtf': ['[email protected]'], |
Joel Hockey | 8131168f | 2021-09-20 10:56:59 | [diff] [blame] | 2341 | 'blink_xml': ['[email protected]'], |
Chloe Pelling | b8f18ad | 2021-02-11 05:18:48 | [diff] [blame] | 2342 | 'borealis': ['[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 2343 | 'bottombar': ['[email protected]', |
| 2344 | '[email protected]'], |
Tarun Bansal | c488228 | 2018-07-11 23:53:55 | [diff] [blame] | 2345 | 'breve': ['[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 2346 | 'browser_components': ['[email protected]'], |
Antoine Labour | e77dc8c7 | 2019-07-24 00:31:14 | [diff] [blame] | 2347 | 'browser_compositor': ['[email protected]'], |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 2348 | 'browser_resources_md': ['[email protected]'], |
Alexander Timin | aa13276 | 2019-05-10 16:10:17 | [diff] [blame] | 2349 | 'browser_scheduler': ['[email protected]'], |
Christian Dullweber | ed2c82b | 2018-04-10 08:37:22 | [diff] [blame] | 2350 | 'browsing_data': ['[email protected]', |
msramek | 878b39d9 | 2016-04-20 07:55:33 | [diff] [blame] | 2351 | '[email protected]'], |
Rouslan Solomakhin | 0b13446c | 2018-07-18 14:47:07 | [diff] [blame] | 2352 | 'bubble': ['[email protected]'], |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 2353 | 'cast_certificate': ['[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2354 | '[email protected]', |
ryanchung | 24f9d7b | 2017-01-12 19:18:34 | [diff] [blame] | 2355 | '[email protected]'], |
mark a. foltz | e8739c7c | 2019-04-24 18:33:09 | [diff] [blame] | 2356 | 'cast_channel': ['[email protected]', |
Ryan Ki Sing Chung | 27cc7ed9 | 2017-07-25 21:53:47 | [diff] [blame] | 2357 | '[email protected]'], |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 2358 | 'cast_streaming': ['[email protected]', |
| 2359 | '[email protected]', |
| 2360 | '[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 2361 | 'cc': ['[email protected]'], |
Majid Valipour | 1ffeef3 | 2021-05-06 19:06:12 | [diff] [blame] | 2362 | 'cc-animation': ['[email protected]'], |
danakj | 1056fd7 | 2021-04-08 18:57:13 | [diff] [blame] | 2363 | 'cc-display': ['[email protected]'], |
Alexander Timin | 864bf8a0 | 2018-03-12 11:06:28 | [diff] [blame] | 2364 | 'cc-scheduler': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2365 | 'certificate_transparency': ['[email protected]', |
martijn | ccdd054 | 2016-11-07 18:49:27 | [diff] [blame] | 2366 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2367 | '[email protected]'], |
Joe Mason | a353743f | 2019-10-11 16:35:46 | [diff] [blame] | 2368 | 'chrome_cleaner': ['[email protected]'], |
Patrick Monette | 9355f1fc | 2019-08-09 18:18:16 | [diff] [blame] | 2369 | 'chrome_elf': ['[email protected]', |
| 2370 | '[email protected]'], |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 2371 | 'chrome_grc': ['[email protected]'], |
Sebastien Marchand | 68b4143 | 2019-05-09 19:38:07 | [diff] [blame] | 2372 | 'chrome_performance_manager': ['[email protected]'], |
Lei Zhang | 60b18d5e | 2021-07-13 16:40:08 | [diff] [blame] | 2373 | 'chromecast': ['[email protected]', |
halliwell | fa56b3a4 | 2015-09-04 21:42:57 | [diff] [blame] | 2374 | '[email protected]'], |
gfhuang | 2548f90 | 2016-02-26 02:29:21 | [diff] [blame] | 2375 | 'chromecast_public': ['[email protected]'], |
Mathias Bynens | a50a91d | 2021-05-17 07:35:54 | [diff] [blame] | 2376 | 'chromedriver': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2377 | 'chromeos': ['[email protected]'], |
| 2378 | 'chromeos_attestation': ['[email protected]'], |
James Vecore | 5b36965 | 2021-07-14 23:11:38 | [diff] [blame] | 2379 | 'chromeos_bluetooth': ['[email protected]'], |
Kyle Horimoto | fdcf6701 | 2019-04-08 19:06:10 | [diff] [blame] | 2380 | 'chromeos_cellular': ['[email protected]', |
Kyle Horimoto | d7b72f3 | 2019-05-09 19:13:12 | [diff] [blame] | 2381 | '[email protected]', |
James Vecore | 5b36965 | 2021-07-14 23:11:38 | [diff] [blame] | 2382 | '[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 2383 | 'chromeos_geolocation': ['[email protected]'], |
Achuith Bhandarkar | 434e2459 | 2018-03-07 23:05:12 | [diff] [blame] | 2384 | 'chromeos_lkgm': ['[email protected]', |
Steven Bennetts | 793b470 | 2020-05-06 19:14:50 | [diff] [blame] | 2385 | '[email protected]'], |
Achuith Bhandarkar | f87cb6a | 2020-11-19 20:32:18 | [diff] [blame] | 2386 | 'chromeos_login': ['[email protected]', |
Roman Sorokin | 891f489 | 2019-03-28 16:30:33 | [diff] [blame] | 2387 | '[email protected]', |
Toni Barzic | 43db296e | 2019-03-20 00:27:22 | [diff] [blame] | 2388 | '[email protected]'], |
Trent Apted | e8258b9 | 2021-04-01 00:36:26 | [diff] [blame] | 2389 | 'chromeos_media_app': ['[email protected]'], |
Kyle Horimoto | 89f06e2 | 2019-04-08 19:07:17 | [diff] [blame] | 2390 | 'chromeos_net': ['[email protected]', |
Kyle Horimoto | d7b72f3 | 2019-05-09 19:13:12 | [diff] [blame] | 2391 | '[email protected]', |
| 2392 | '[email protected]', |
Jon Mann | a19f5a9 | 2019-11-21 20:10:59 | [diff] [blame] | 2393 | '[email protected]', |
James Vecore | 5b36965 | 2021-07-14 23:11:38 | [diff] [blame] | 2394 | '[email protected]'], |
Nicholas Verne | f4b76305 | 2021-01-27 04:08:05 | [diff] [blame] | 2395 | 'chromeos_tast_control': ['[email protected]', |
Jun Mukai | b0420b3 | 2021-02-02 17:35:44 | [diff] [blame] | 2396 | '[email protected]', |
Jun Mukai | 825740e | 2021-02-03 23:10:17 | [diff] [blame] | 2397 | '[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 2398 | 'chromeos_timezone': ['[email protected]'], |
| 2399 | 'chromeos_webui': ['[email protected]'], |
Ryan Hansberry | 92346b2 | 2021-09-15 22:16:31 | [diff] [blame] | 2400 | 'chromeos_wifi_sync': ['[email protected]', |
| 2401 | '[email protected]', |
James Vecore | 5b36965 | 2021-07-14 23:11:38 | [diff] [blame] | 2402 | '[email protected]'], |
Josiah K | 3bddaed3 | 2020-09-11 17:59:37 | [diff] [blame] | 2403 | 'chromevox': ['[email protected]', |
| 2404 | '[email protected]', |
Akihiro Ota | 5c35f1f | 2019-11-20 23:13:59 | [diff] [blame] | 2405 | '[email protected]', |
Josiah K | 3bddaed3 | 2020-09-11 17:59:37 | [diff] [blame] | 2406 | '[email protected]'], |
Yannic Bonenberger | a52a054 | 2021-04-27 13:36:30 | [diff] [blame] | 2407 | 'clang_update': ['[email protected]', |
| 2408 | '[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 2409 | '[email protected]', |
George Burgess IV | bbcd991 | 2018-04-17 14:59:28 | [diff] [blame] | 2410 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2411 | '[email protected]', |
rnk | 28bbd177 | 2016-05-04 17:57:58 | [diff] [blame] | 2412 | '[email protected]', |
Hans Wennborg | f2eb949e | 2018-05-08 12:45:03 | [diff] [blame] | 2413 | '[email protected]', |
Peter Collingbourne | 1ac5f71 | 2018-03-30 22:15:13 | [diff] [blame] | 2414 | '[email protected]', |
rnk | 28bbd177 | 2016-05-04 17:57:58 | [diff] [blame] | 2415 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2416 | '[email protected]', |
thestig | f023ccc | 2016-11-10 14:39:15 | [diff] [blame] | 2417 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2418 | '[email protected]', |
Reid Kleckner | fe7f9d5 | 2019-08-22 00:11:42 | [diff] [blame] | 2419 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2420 | 'clipboard': ['[email protected]'], |
Colin Blundell | 55da808 | 2019-09-16 13:13:47 | [diff] [blame] | 2421 | 'components_deps': ['[email protected]'], |
Matthew Jones | f3b5f4f | 2019-01-04 00:01:25 | [diff] [blame] | 2422 | 'compositor_animator': ['[email protected]'], |
Giovanni Ortuño Urquidi | cd407ac | 2021-05-24 05:09:20 | [diff] [blame] | 2423 | 'content_bluetooth': ['[email protected]'], |
Rayan Kanso | 3047d3f | 2019-06-26 13:26:39 | [diff] [blame] | 2424 | 'content_index': ['[email protected]'], |
Randy Smith | 9d64e6e | 2018-03-07 20:07:08 | [diff] [blame] | 2425 | 'content_loader': ['[email protected]'], |
arthursonzogni | 77e14d8e | 2021-03-09 10:33:16 | [diff] [blame] | 2426 | 'content_security_policy':['[email protected]', |
| 2427 | '[email protected]', |
| 2428 | '[email protected]'], |
Mounir Lamouri | 70ac40ff | 2021-04-06 23:55:08 | [diff] [blame] | 2429 | 'content_shell': ['[email protected]'], |
nhiroki | 90ba010 | 2015-07-21 01:42:24 | [diff] [blame] | 2430 | 'content_worker': ['[email protected]', |
| 2431 | '[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 2432 | 'contextual_search': ['[email protected]', |
| 2433 | '[email protected]'], |
Nicolás Peña Moreno | 42e92d3 | 2020-09-25 02:11:34 | [diff] [blame] | 2434 | 'core_web_vitals_plm': ['[email protected]'], |
Nicolás Peña Moreno | 01fbce65 | 2020-11-10 22:34:22 | [diff] [blame] | 2435 | 'core_web_vitals_wpt': ['[email protected]', |
| 2436 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2437 | 'courgette': ['[email protected]', |
| 2438 | '[email protected]'], |
Nico Weber | 6ff639a | 2017-08-11 21:04:50 | [diff] [blame] | 2439 | 'cq': ['[email protected]', |
| 2440 | '[email protected]', |
| 2441 | '[email protected]', |
| 2442 | '[email protected]', |
| 2443 | '[email protected]'], |
Steven Bennetts | afa54e1 | 2020-03-03 19:18:14 | [diff] [blame] | 2444 | 'cr_elements': ['[email protected]'], |
Victor-Gabriel Savu | 72648ad | 2021-08-12 19:38:45 | [diff] [blame] | 2445 | 'cros_commercial_policy': ['[email protected]'], |
Matt Menard | 04ecde4 | 2020-06-26 20:08:44 | [diff] [blame] | 2446 | 'cros_reporting': ['[email protected]'], |
Melissa Zhang | c4be3d7 | 2021-03-19 07:16:53 | [diff] [blame] | 2447 | 'cros_sharesheet': ['[email protected]'], |
Ben Wells | 03471a7 | 2018-03-22 00:58:46 | [diff] [blame] | 2448 | 'crostini': ['[email protected]'], |
Matt Menard | 04ecde4 | 2020-06-26 20:08:44 | [diff] [blame] | 2449 | 'cups_printing': ['[email protected]', |
| 2450 | '[email protected]'], |
Henrique Ferreiro | ef907f862 | 2020-10-21 09:43:31 | [diff] [blame] | 2451 | 'cursor': ['[email protected]'], |
Wojciech Dzierżanowski | 7d246b5 | 2019-05-10 19:52:26 | [diff] [blame] | 2452 | 'custom_proxy': ['[email protected]', |
| 2453 | '[email protected]'], |
Peter Beverloo | b90e4c3 | 2018-12-07 14:27:19 | [diff] [blame] | 2454 | 'custom_tabs': ['[email protected]', |
| 2455 | '[email protected]', |
Peter E Conn | 35d3a98 | 2019-01-17 10:35:27 | [diff] [blame] | 2456 | '[email protected]', |
Peter Beverloo | 5cc2451 | 2018-11-29 15:36:43 | [diff] [blame] | 2457 | '[email protected]', |
Peter E Conn | 35d3a98 | 2019-01-17 10:35:27 | [diff] [blame] | 2458 | '[email protected]'], |
Prashant Nevase | 1ca6241 | 2020-09-17 11:21:16 | [diff] [blame] | 2459 | 'dark_mode' : ['[email protected]', |
Prashant Nevase | 860ca6a | 2021-07-17 11:48:23 | [diff] [blame] | 2460 | '[email protected]'], |
Madeleine Barowsky | 21b0440 | 2019-01-29 19:17:05 | [diff] [blame] | 2461 | 'data_decoder': ['[email protected]'], |
Ryo Hashimoto | 900be52c | 2018-05-24 06:42:26 | [diff] [blame] | 2462 | 'dbus': ['[email protected]'], |
Patti | 2627bb6 | 2020-03-10 02:53:14 | [diff] [blame] | 2463 | 'demo_mode': ['[email protected]'], |
Collin Baker | 4d4ea66 | 2020-09-18 21:39:16 | [diff] [blame] | 2464 | 'desktop_in_product_help': ['[email protected]'], |
Giovanni Ortuño Urquidi | cd407ac | 2021-05-24 05:09:20 | [diff] [blame] | 2465 | 'device_bluetooth': ['[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2466 | 'device_chooser': ['[email protected]', |
Ovidio Henriquez | 8633388 | 2018-11-05 18:25:21 | [diff] [blame] | 2467 | '[email protected]', |
| 2468 | '[email protected]'], |
Pavel Feldman | a47e1f9 | 2019-09-20 16:58:57 | [diff] [blame] | 2469 | 'devtools': ['[email protected]'], |
Zentaro Kavanagh | ee14b88 | 2021-09-23 15:48:05 | [diff] [blame] | 2470 | 'diagnostics_mojo': ['[email protected]', |
| 2471 | '[email protected]', |
| 2472 | '[email protected]', |
| 2473 | '[email protected]'], |
Michael Checo | f7e38321 | 2021-04-22 21:40:11 | [diff] [blame] | 2474 | 'diagnostics_ui': ['[email protected]', |
Bailey Berro | 9b11fa6 | 2020-09-30 01:33:02 | [diff] [blame] | 2475 | '[email protected]', |
Michael Checo | f7e38321 | 2021-04-22 21:40:11 | [diff] [blame] | 2476 | '[email protected]', |
Michael Checo | c559477 | 2021-06-29 17:58:15 | [diff] [blame] | 2477 | '[email protected]', |
| 2478 | '[email protected]'], |
Thiabaud Engelbrecht | d74340c | 2020-10-27 13:03:23 | [diff] [blame] | 2479 | 'discardable_memory': ['[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 2480 | 'disk_cache': ['[email protected]'], |
Daniel Murphy | fffe60f8 | 2019-12-05 21:30:20 | [diff] [blame] | 2481 | 'dom_storage': ['[email protected]'], |
David Trainor | 051827f | 2017-06-02 18:33:13 | [diff] [blame] | 2482 | 'download': ['[email protected]'], |
Dan Beam | 6d8ee88 | 2020-01-14 20:54:28 | [diff] [blame] | 2483 | 'downloads_ui': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 2484 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 2485 | 'eme': ['[email protected]'], |
Dominique Fauteux-Chapleau | d7ac5bd0 | 2021-06-07 17:23:36 | [diff] [blame] | 2486 | 'enterprise_reporting_private': ['[email protected]', |
| 2487 | '[email protected]'], |
Timothy Loh | c264462 | 2020-10-07 05:42:31 | [diff] [blame] | 2488 | 'exo': ['[email protected]'], |
Justin DeWitt | f64d39e | 2018-08-09 21:33:41 | [diff] [blame] | 2489 | 'explore_sites': ['[email protected]', |
| 2490 | '[email protected]', |
| 2491 | '[email protected]', |
Pete Williamson | 3600f2d | 2018-09-24 17:31:11 | [diff] [blame] | 2492 | '[email protected]', |
| 2493 | '[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 2494 | 'extension': ['[email protected]', |
| 2495 | '[email protected]'], |
Luna Lu | 7f221f2 | 2017-06-13 16:46:14 | [diff] [blame] | 2496 | 'feature_policy': ['[email protected]', |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 2497 | '[email protected]', |
Joe Medley | 1e1bb65 | 2018-04-27 17:36:59 | [diff] [blame] | 2498 | '[email protected]'], |
Pete Williamson | c832130 | 2020-01-31 21:35:04 | [diff] [blame] | 2499 | 'feed': ['[email protected]', |
| 2500 | '[email protected]', |
| 2501 | '[email protected]', |
| 2502 | '[email protected]', |
Ian Wells | 1dc7053d | 2020-04-17 18:04:22 | [diff] [blame] | 2503 | '[email protected]', |
| 2504 | '[email protected]'], |
Miriam Zimmerman | 43b747d5 | 2020-06-02 22:50:27 | [diff] [blame] | 2505 | 'feedback': ['[email protected]'], |
Hiroki Nakagawa | 62c133e | 2020-06-24 06:58:41 | [diff] [blame] | 2506 | 'fileapi': ['[email protected]'], |
yoshiki | 1c0ba278 | 2014-12-08 07:04:26 | [diff] [blame] | 2507 | 'filebrowse': ['[email protected]'], |
Joel Hockey | 8131168f | 2021-09-20 10:56:59 | [diff] [blame] | 2508 | 'filesapp': ['[email protected]'], |
Dominik Röttsches | f0fd4d6 | 2019-06-17 11:15:02 | [diff] [blame] | 2509 | 'freetype_update': ['[email protected]', |
| 2510 | '[email protected]'], |
Tomasz Mikolajewski | 2905dbb | 2017-11-22 06:24:04 | [diff] [blame] | 2511 | 'fsp': ['[email protected]'], |
David Dorwin | b3bd4b1a | 2019-09-24 00:07:01 | [diff] [blame] | 2512 | 'fuchsia': ['[email protected]'], |
Nancy Wang | 731821f | 2021-01-12 00:36:52 | [diff] [blame] | 2513 | 'full_restore': ['[email protected]'], |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 2514 | 'fuzzing': ['[email protected]'], |
Conley Owens | d744e39 | 2018-04-24 19:18:57 | [diff] [blame] | 2515 | 'gamepad': ['[email protected]'], |
Nicolas Zea | a408870 | 2019-08-06 20:55:10 | [diff] [blame] | 2516 | 'gcm': ['[email protected]'], |
Raphael Kubo da Costa | b8111f9f | 2018-10-04 14:24:23 | [diff] [blame] | 2517 | 'generic_sensor': ['[email protected]', |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 2518 | '[email protected]', |
Raphael Kubo da Costa | 0e3cf83d | 2019-03-11 10:55:56 | [diff] [blame] | 2519 | '[email protected]', |
Rijubrata Bhaumik | 04f4644 | 2019-09-02 07:54:44 | [diff] [blame] | 2520 | '[email protected]', |
timvolodine | 4cf58ca | 2017-05-24 16:11:48 | [diff] [blame] | 2521 | '[email protected]', |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 2522 | '[email protected]'], |
Mounir Lamouri | 578ca40 | 2019-01-23 20:40:48 | [diff] [blame] | 2523 | 'geolocation': ['[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 2524 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 2525 | 'gfx_image': ['[email protected]'], |
Tommy Steimel | 0cacd28c | 2019-11-12 22:12:51 | [diff] [blame] | 2526 | 'global_media_controls': ['[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 2527 | 'gn': ['[email protected]', |
Trent Apted | 93d53b0 | 2019-01-21 02:54:34 | [diff] [blame] | 2528 | '[email protected]'], |
Corentin Wallez | 3f1d085 | 2018-07-04 15:45:36 | [diff] [blame] | 2529 | 'gpu_passthrough_cmd_decoder': ['[email protected]'], |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 2530 | 'guest_view': ['[email protected]', |
Kevin McNee | 77c2f6b | 2018-08-14 21:43:58 | [diff] [blame] | 2531 | '[email protected]', |
Ehsan Karamad | c20cee2 | 2018-08-10 21:32:33 | [diff] [blame] | 2532 | '[email protected]'], |
Miriam Zimmerman | 43b747d5 | 2020-06-02 22:50:27 | [diff] [blame] | 2533 | 'hats': ['[email protected]'], |
Andrey Kosyakov | a173d25 | 2018-05-07 18:29:11 | [diff] [blame] | 2534 | 'headless': ['[email protected]'], |
Minoru Chikamune | e9a4b15 | 2021-03-04 08:30:20 | [diff] [blame] | 2535 | 'heap_mojo': ['[email protected]'], |
David Black | 01eb6d4 | 2020-09-17 17:16:52 | [diff] [blame] | 2536 | 'holding_space': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2537 | 'i18n': ['[email protected]'], |
Ramya Nagarajan | 13d5c45 | 2020-12-28 19:02:42 | [diff] [blame] | 2538 | 'image_editor': ['[email protected]', |
Jeffrey Cohen | 9a260444 | 2020-02-13 17:55:56 | [diff] [blame] | 2539 | '[email protected]', |
| 2540 | '[email protected]', |
Ramya Nagarajan | 13d5c45 | 2020-12-28 19:02:42 | [diff] [blame] | 2541 | '[email protected]'], |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 2542 | 'incident_reporting': ['[email protected]'], |
Daniel Murphy | eda2b87 | 2019-11-27 23:51:41 | [diff] [blame] | 2543 | 'indexed_db': ['[email protected]', |
Adrienne Walker | 516af3a | 2021-03-03 19:11:01 | [diff] [blame] | 2544 | '[email protected]', |
| 2545 | '[email protected]'], |
Colin Blundell | 0aeb4d0 | 2020-06-08 14:32:05 | [diff] [blame] | 2546 | 'infobars_for_weblayer': ['[email protected]'], |
Stephen Martinis | f7e0fb1 | 2019-09-04 18:59:59 | [diff] [blame] | 2547 | 'infra_docs': ['[email protected]'], |
Navid Zolghadr | 051e0a0e | 2020-05-05 18:15:22 | [diff] [blame] | 2548 | 'input': ['[email protected]'], |
Michael Spang | 808d5c1 | 2018-10-23 19:20:39 | [diff] [blame] | 2549 | 'input_devices': ['[email protected]'], |
Daniel Murphy | 608e027 | 2020-03-12 23:15:25 | [diff] [blame] | 2550 | 'installable': ['[email protected]', |
Fabio Rocha | 7d3e7bfc | 2020-09-01 19:41:41 | [diff] [blame] | 2551 | '[email protected]', |
| 2552 | '[email protected]'], |
Raphael Kubo da Costa | f242cef7 | 2017-11-08 16:01:18 | [diff] [blame] | 2553 | 'installer_linux': ['[email protected]', |
| 2554 | '[email protected]'], |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 2555 | 'installer_win': ['[email protected]', |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 2556 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2557 | 'ios': ['[email protected]'], |
| 2558 | 'ios_chrome': ['[email protected]', |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 2559 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2560 | 'ios_clean': ['[email protected]', |
lpromero | 6846b19d | 2017-05-23 10:43:59 | [diff] [blame] | 2561 | '[email protected]'], |
Javier Ernesto Flores Robles | ef507e6 | 2020-07-08 14:40:34 | [diff] [blame] | 2562 | 'ios_credential_provider': ['[email protected]'], |
Eric Noyau | a182527 | 2019-01-02 10:36:39 | [diff] [blame] | 2563 | 'ios_flags': ['[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2564 | 'ios_showcase': ['[email protected]', |
lpromero | 6846b19d | 2017-05-23 10:43:59 | [diff] [blame] | 2565 | '[email protected]'], |
Eugene But | dcfd215 | 2021-01-21 10:11:26 | [diff] [blame] | 2566 | 'ios_web': ['[email protected]'], |
Javier Ernesto Flores Robles | 1c74b75 | 2020-10-27 13:09:36 | [diff] [blame] | 2567 | 'ios_widget_kit': ['[email protected]'], |
Megan Jablonski | 33f229f | 2019-12-18 22:58:00 | [diff] [blame] | 2568 | 'language': ['[email protected]'], |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 2569 | 'libaom': ['[email protected]', |
Jerome Jiang | 49f3ef2f | 2020-05-08 22:27:28 | [diff] [blame] | 2570 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2571 | '[email protected]', |
Jerome Jiang | 49f3ef2f | 2020-05-08 22:27:28 | [diff] [blame] | 2572 | '[email protected]', |
| 2573 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2574 | '[email protected]'], |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 2575 | 'libvpx': ['[email protected]', |
| 2576 | '[email protected]', |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 2577 | '[email protected]', |
| 2578 | '[email protected]', |
| 2579 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 2580 | 'libwebp': ['[email protected]', |
| 2581 | '[email protected]', |
| 2582 | '[email protected]'], |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 2583 | 'libxml_xslt': ['[email protected]', |
| 2584 | '[email protected]'], |
Lei Zhang | 2dd3da65 | 2021-07-16 21:14:15 | [diff] [blame] | 2585 | 'linux_sandboxing': ['[email protected]', |
Matthew Denton | 801686d2 | 2020-03-10 00:54:38 | [diff] [blame] | 2586 | '[email protected]'], |
Lei Zhang | 2dd3da65 | 2021-07-16 21:14:15 | [diff] [blame] | 2587 | 'linux_seccomp_bpf': ['[email protected]', |
Matthew Denton | 801686d2 | 2020-03-10 00:54:38 | [diff] [blame] | 2588 | '[email protected]'], |
Joe DeBlasio | 900bf34 | 2021-05-03 21:21:50 | [diff] [blame] | 2589 | 'lookalikes': ['[email protected]'], |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 2590 | 'mac' : ['[email protected]'], |
Dominick Ng | 31b7feb | 2019-01-29 23:24:00 | [diff] [blame] | 2591 | 'manifest': ['[email protected]', |
Fabio Rocha | 7d3e7bfc | 2020-09-01 19:41:41 | [diff] [blame] | 2592 | '[email protected]', |
| 2593 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2594 | 'media': ['[email protected]'], |
Miguel Casas-Sanchez | 5eb4725 | 2017-09-05 21:15:03 | [diff] [blame] | 2595 | 'media_capture_from_element': ['[email protected]'], |
Becca Hughes | 75bc230 | 2021-01-15 21:35:48 | [diff] [blame] | 2596 | 'media_controls': ['[email protected]', |
Alex Keng | 83e2368 | 2019-05-16 06:23:07 | [diff] [blame] | 2597 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2598 | 'media_galleries': ['[email protected]', |
| 2599 | '[email protected]'], |
Miguel Casas | 7ac3574 | 2020-01-09 20:04:40 | [diff] [blame] | 2600 | 'media_gpu_cros': ['[email protected]'], |
| 2601 | 'media_gpu_vaapi': ['[email protected]'], |
| 2602 | 'media_gpu_win': ['[email protected]'], |
Lei Zhang | 60b18d5e | 2021-07-13 16:40:08 | [diff] [blame] | 2603 | 'media_mojo': ['[email protected]'], |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 2604 | 'media_recorder': ['[email protected]', |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2605 | '[email protected]'], |
mark a. foltz | e8739c7c | 2019-04-24 18:33:09 | [diff] [blame] | 2606 | 'media_remoting': ['[email protected]', |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 2607 | '[email protected]', |
| 2608 | '[email protected]'], |
mark a. foltz | e8739c7c | 2019-04-24 18:33:09 | [diff] [blame] | 2609 | 'media_router': ['[email protected]', |
Takumi Fujimoto | 4bef279 | 2018-05-03 17:51:55 | [diff] [blame] | 2610 | '[email protected]'], |
Alessio Bazzica | 819f4736 | 2021-09-21 17:01:16 | [diff] [blame] | 2611 | 'media_webrtc': ['[email protected]', |
| 2612 | '[email protected]', |
| 2613 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2614 | 'message_loop': ['[email protected]'], |
Joshua Berenhaus | cb36aff | 2020-04-17 18:16:59 | [diff] [blame] | 2615 | 'metrics': ['[email protected]', |
| 2616 | '[email protected]'], |
Ilya Sherman | dfce91b7 | 2020-03-23 18:52:46 | [diff] [blame] | 2617 | 'metrics_metadata_files': ['[email protected]', |
Luciano Pacheco | a0e6270 | 2021-08-17 14:18:54 | [diff] [blame] | 2618 | '[email protected]', |
| 2619 | '[email protected]'], |
Gabriel Marin | ac7ecd7 | 2019-10-04 18:16:06 | [diff] [blame] | 2620 | 'metrics_perf': ['[email protected]'], |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 2621 | 'midi': ['[email protected]'], |
Ryan Hansberry | 92346b2 | 2021-09-15 22:16:31 | [diff] [blame] | 2622 | 'multidevice': ['[email protected]', |
| 2623 | '[email protected]', |
Kyle Horimoto | 0c440a02 | 2019-07-09 23:27:40 | [diff] [blame] | 2624 | '[email protected]', |
James Vecore | 5b36965 | 2021-07-14 23:11:38 | [diff] [blame] | 2625 | '[email protected]'], |
Alex Newcomer | 5e587d35 | 2020-09-16 18:06:26 | [diff] [blame] | 2626 | 'multipaste': ['[email protected]', |
| 2627 | '[email protected]', |
| 2628 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2629 | 'nacl': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2630 | 'native_client_sdk': ['[email protected]', |
| 2631 | '[email protected]'], |
Alex Moshchuk | 3fbcf78 | 2018-05-09 00:06:29 | [diff] [blame] | 2632 | 'navigation': ['[email protected]', |
| 2633 | '[email protected]', |
Fergal Daly | 6a8b54a | 2020-02-05 08:50:10 | [diff] [blame] | 2634 | '[email protected]'], |
Ryan Hansberry | 8a6e3e3e | 2020-05-15 17:23:05 | [diff] [blame] | 2635 | 'nearby': ['[email protected]', |
Ryan Hansberry | 92346b2 | 2021-09-15 22:16:31 | [diff] [blame] | 2636 | '[email protected]', |
Ryan Hansberry | 21a06d1 | 2020-12-15 23:22:31 | [diff] [blame] | 2637 | '[email protected]', |
Ryan Hansberry | 8a6e3e3e | 2020-05-15 17:23:05 | [diff] [blame] | 2638 | '[email protected]', |
| 2639 | '[email protected]', |
Peter Beverloo | 6913da6b | 2020-09-16 22:49:50 | [diff] [blame] | 2640 | '[email protected]', |
Ryan Hansberry | 8a6e3e3e | 2020-05-15 17:23:05 | [diff] [blame] | 2641 | '[email protected]', |
Ryan Hansberry | 21a06d1 | 2020-12-15 23:22:31 | [diff] [blame] | 2642 | '[email protected]'], |
Chris Bentzel | 605478a | 2018-07-10 21:47:01 | [diff] [blame] | 2643 | 'net': ['[email protected]'], |
Junbo Ke | 9a03e53 | 2019-08-20 19:53:47 | [diff] [blame] | 2644 | 'net_base': ['[email protected]', |
| 2645 | '[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2646 | 'net_http2': ['[email protected]'], |
Eric Roman | 71629e5 | 2020-10-29 17:42:31 | [diff] [blame] | 2647 | 'net_log': ['[email protected]'], |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 2648 | 'net_server': ['[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2649 | 'net_spdy': ['[email protected]'], |
Adam Rice | 027497d | 2018-07-27 02:17:02 | [diff] [blame] | 2650 | 'net_websockets': ['[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 2651 | 'netinfo': ['[email protected]'], |
Helen Li | 30f43d8e | 2018-05-09 16:24:01 | [diff] [blame] | 2652 | 'network_service': ['[email protected]'], |
Rijubrata Bhaumik | 04f4644 | 2019-09-02 07:54:44 | [diff] [blame] | 2653 | 'nfc': ['[email protected]', |
| 2654 | '[email protected]'], |
Xing Liu | e18f0fb | 2019-03-22 23:55:14 | [diff] [blame] | 2655 | 'notification_scheduler': ['[email protected]'], |
Sara Kato | af48d20 | 2021-09-14 23:18:50 | [diff] [blame] | 2656 | 'notifications': ['[email protected]', '[email protected]'], |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 2657 | 'nqe': ['[email protected]'], |
Eric Noyau | a182527 | 2019-01-02 10:36:39 | [diff] [blame] | 2658 | 'ntp_snippets': ['[email protected]'], |
| 2659 | 'ntp_tiles': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2660 | 'offline_pages': ['[email protected]', |
Carlos Knippschild | 6a2e2f0 | 2017-06-02 18:18:14 | [diff] [blame] | 2661 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2662 | '[email protected]', |
| 2663 | '[email protected]', |
dewittj | 74b23f6f | 2016-04-21 19:29:25 | [diff] [blame] | 2664 | '[email protected]', |
| 2665 | '[email protected]', |
Dan H | 480bd90 | 2021-05-26 04:51:08 | [diff] [blame] | 2666 | '[email protected]'], |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 2667 | 'omnibox': ['[email protected]'], |
iclelland | 8b90440 | 2016-10-05 15:01:23 | [diff] [blame] | 2668 | 'origin_trials': ['[email protected]', |
Ian Clelland | 1b27f8f6 | 2017-06-22 13:36:24 | [diff] [blame] | 2669 | '[email protected]'], |
James Cook | bb06c62e | 2021-08-05 19:09:42 | [diff] [blame] | 2670 | 'ozone': ['[email protected]'], |
Sergey Ulanov | 004097c | 2018-11-05 23:29:28 | [diff] [blame] | 2671 | 'ozone_scenic': ['[email protected]', |
David Dorwin | ae98e22 | 2020-05-04 21:19:52 | [diff] [blame] | 2672 | '[email protected]', |
Sergey Ulanov | ac3ba33 | 2018-11-08 00:16:45 | [diff] [blame] | 2673 | '[email protected]', |
David Dorwin | ae98e22 | 2020-05-04 21:19:52 | [diff] [blame] | 2674 | '[email protected]'], |
Olesia Marukhno | 0c1047a | 2021-04-07 14:21:19 | [diff] [blame] | 2675 | 'page_info' : ['[email protected]', |
| 2676 | '[email protected]'], |
Bryan McQuade | 4233f41 | 2017-07-28 16:23:41 | [diff] [blame] | 2677 | 'page_load_metrics' : ['[email protected]', |
| 2678 | '[email protected]', |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 2679 | '[email protected]', |
Tom McKee | f07d6d31 | 2021-04-26 17:18:34 | [diff] [blame] | 2680 | '[email protected]', |
| 2681 | '[email protected]'], |
Daniel Cheng | 99312b63 | 2017-10-25 03:59:49 | [diff] [blame] | 2682 | 'panels': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2683 | '[email protected]', |
| 2684 | '[email protected]'], |
Michael Lippautz | 52bc4b92 | 2021-08-30 15:28:14 | [diff] [blame] | 2685 | 'partition_alloc': ['[email protected]', |
| 2686 | '[email protected]', |
| 2687 | '[email protected]'], |
mkwst | 17a9875d | 2016-06-24 10:36:39 | [diff] [blame] | 2688 | 'password_manager': ['[email protected]', |
Vasilii Sukhanov | c4e6c284 | 2018-07-18 12:12:20 | [diff] [blame] | 2689 | '[email protected]'], |
sebsg | bbfbea0 | 2016-10-24 21:54:59 | [diff] [blame] | 2690 | 'payments': ['[email protected]', |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 2691 | '[email protected]', |
Liquan (Max) Gu | 4f3bfaa | 2021-04-09 03:03:17 | [diff] [blame] | 2692 | '[email protected]', |
| 2693 | '[email protected]'], |
Lei Zhang | 91530f7 | 2019-06-14 21:20:15 | [diff] [blame] | 2694 | 'pdf': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2695 | 'pepper_api': ['[email protected]', |
| 2696 | '[email protected]', |
| 2697 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2698 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2699 | '[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 2700 | 'permissions': ['[email protected]', |
Timothy Loh | 363aa0dd | 2019-09-03 04:38:24 | [diff] [blame] | 2701 | '[email protected]'], |
Kyle Horimoto | 97611c1 | 2020-08-13 17:39:03 | [diff] [blame] | 2702 | 'phonehub': ['[email protected]', |
| 2703 | '[email protected]', |
| 2704 | '[email protected]'], |
François Beaufort | b2070eb | 2018-02-08 10:36:34 | [diff] [blame] | 2705 | 'picture_in_picture': ['[email protected]'], |
Will Harris | 723f1140 | 2020-11-12 23:09:07 | [diff] [blame] | 2706 | 'plugin_metadata': ['[email protected]'], |
Ian Clelland | a54f198 | 2021-01-14 14:01:51 | [diff] [blame] | 2707 | 'policy_features': ['[email protected]'], |
Dan Beam | 6d8ee88 | 2020-01-14 20:54:28 | [diff] [blame] | 2708 | 'polymer': ['[email protected]'], |
Charles Harrison | 981d33c | 2017-10-06 21:36:22 | [diff] [blame] | 2709 | 'popup_blocker': ['[email protected]'], |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 2710 | 'precache': ['[email protected]'], |
Robert Ogden | 1c2a41f | 2021-07-26 22:39:24 | [diff] [blame] | 2711 | 'prefetch_proxy': ['[email protected]', |
Simon Pelchat | ffe8159 | 2021-02-23 22:52:51 | [diff] [blame] | 2712 | '[email protected]'], |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 2713 | 'prepopulated_engines': ['[email protected]'], |
Chris Bentzel | 605478a | 2018-07-10 21:47:01 | [diff] [blame] | 2714 | 'prerender': ['[email protected]', |
Hiroki Nakagawa | a24ab21 | 2020-10-28 03:33:39 | [diff] [blame] | 2715 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2716 | '[email protected]'], |
Adam Parker | a556b7a | 2018-05-22 17:53:19 | [diff] [blame] | 2717 | 'presentation': ['[email protected]'], |
Robert Ogden | b766c88a | 2019-06-10 18:10:23 | [diff] [blame] | 2718 | 'preview_features': ['[email protected]'], |
Lei Zhang | 1a86ca9 | 2019-06-13 00:04:46 | [diff] [blame] | 2719 | 'print_preview': ['[email protected]'], |
Peter Beverloo | 45bf54c | 2018-08-06 17:12:03 | [diff] [blame] | 2720 | 'push_messaging': ['[email protected]'], |
David Black | 9b7b19f | 2020-02-24 18:28:35 | [diff] [blame] | 2721 | 'quick_answers': ['[email protected]'], |
Greg Thompson | c72dc58 | 2019-11-14 15:51:32 | [diff] [blame] | 2722 | 'relaunch_notification': ['[email protected]'], |
mark a. foltz | e8739c7c | 2019-04-24 18:33:09 | [diff] [blame] | 2723 | 'remoteplayback': ['[email protected]'], |
[email protected] | c388759 | 2014-02-06 20:02:25 | [diff] [blame] | 2724 | 'remoting': ['[email protected]'], |
Ali Tofigh | 000debb5 | 2017-11-07 21:35:42 | [diff] [blame] | 2725 | 'rlz_id': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2726 | '[email protected]'], |
Joe Medley | 1e1bb65 | 2018-04-27 17:36:59 | [diff] [blame] | 2727 | 'runtime_enabled_features': ['[email protected]'], |
Daniel Rubery | 9fdcd95 | 2019-08-26 22:32:47 | [diff] [blame] | 2728 | 'safe_browsing': ['[email protected]', |
Daniel Rubery | fa8cd5d | 2018-09-13 17:31:23 | [diff] [blame] | 2729 | '[email protected]', |
Varun Khaneja | 212beed | 2019-12-02 18:06:06 | [diff] [blame] | 2730 | '[email protected]', |
Xinghui Lu | fad9c93 | 2019-07-30 22:57:16 | [diff] [blame] | 2731 | '[email protected]'], |
Mike Wittman | 652832b | 2019-07-16 14:34:39 | [diff] [blame] | 2732 | 'sampling_profiler': ['[email protected]'], |
Zentaro Kavanagh | 050f7bf | 2020-10-09 19:26:51 | [diff] [blame] | 2733 | 'scanning': ['[email protected]', |
Zentaro Kavanagh | 050f7bf | 2020-10-09 19:26:51 | [diff] [blame] | 2734 | '[email protected]'], |
Robert Sesek | ae79d3851 | 2018-09-04 18:13:30 | [diff] [blame] | 2735 | 'security': ['[email protected]'], |
Anastasia Helfinstein | 83c763a | 2019-05-13 18:15:03 | [diff] [blame] | 2736 | 'select_to_speak': ['[email protected]', |
| 2737 | '[email protected]'], |
Jeffrey Cohen | 7fe36f50 | 2018-12-12 01:38:21 | [diff] [blame] | 2738 | 'send_tab_to_self': ['[email protected]', |
Jeffrey Cohen | 7fe36f50 | 2018-12-12 01:38:21 | [diff] [blame] | 2739 | '[email protected]', |
Jeffrey Cohen | 6b31b2d | 2019-01-23 19:12:30 | [diff] [blame] | 2740 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2741 | 'service_worker': ['[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 2742 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2743 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2744 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2745 | '[email protected]', |
tzik | 749ae1e | 2018-07-20 05:05:01 | [diff] [blame] | 2746 | '[email protected]'], |
Demetrios Papadopoulos | 7871063 | 2020-01-15 21:54:31 | [diff] [blame] | 2747 | 'settings': ['[email protected]'], |
Kyle Horimoto | 1b95895 | 2020-01-15 01:39:17 | [diff] [blame] | 2748 | 'settings_os_settings': ['[email protected]', |
Kyle Horimoto | 1b95895 | 2020-01-15 01:39:17 | [diff] [blame] | 2749 | '[email protected]', |
| 2750 | '[email protected]'], |
Melissa Zhang | c4be3d7 | 2021-03-19 07:16:53 | [diff] [blame] | 2751 | 'share_service': ['[email protected]'], |
Ramya Nagarajan | 2a6ffbc | 2021-04-26 23:28:54 | [diff] [blame] | 2752 | 'share_sheet': ['[email protected]'], |
Peter Beverloo | 6913da6b | 2020-09-16 22:49:50 | [diff] [blame] | 2753 | 'sharing': ['[email protected]', |
Peter Beverloo | c2f2f65 | 2021-07-02 17:06:12 | [diff] [blame] | 2754 | '[email protected]'], |
Jimmy Gong | ddab2b6 | 2021-07-30 02:17:15 | [diff] [blame] | 2755 | 'shimless_rma': ['[email protected]', |
| 2756 | '[email protected]', |
| 2757 | '[email protected]'], |
Dominick Ng | fe197c75 | 2018-07-18 00:51:26 | [diff] [blame] | 2758 | 'site_engagement': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2759 | 'site_instance': ['[email protected]', |
Alex Moshchuk | 3fbcf78 | 2018-05-09 00:06:29 | [diff] [blame] | 2760 | '[email protected]', |
Nasko Oskov | 880548a | 2021-05-26 15:52:51 | [diff] [blame] | 2761 | '[email protected]'], |
Ryan Hansberry | 2a12302 | 2021-09-14 20:54:28 | [diff] [blame] | 2762 | 'smartlock': ['[email protected]', |
| 2763 | '[email protected]', |
Ryan Hansberry | 92346b2 | 2021-09-15 22:16:31 | [diff] [blame] | 2764 | '[email protected]', |
Ryan Hansberry | 2a12302 | 2021-09-14 20:54:28 | [diff] [blame] | 2765 | '[email protected]'], |
Zentaro Kavanagh | 608f8a1 | 2018-01-19 18:39:56 | [diff] [blame] | 2766 | 'smb': ['[email protected]'], |
Joe Medley | 1e1bb65 | 2018-04-27 17:36:59 | [diff] [blame] | 2767 | 'source_idls': ['[email protected]'], |
Annie Sullivan | 32e8a88 | 2019-12-12 16:21:58 | [diff] [blame] | 2768 | 'speed_metrics_changelog': ['[email protected]', |
| 2769 | '[email protected]', |
Nicolás Peña Moreno | 01fbce65 | 2020-11-10 22:34:22 | [diff] [blame] | 2770 | '[email protected]', |
Connor Clark | b91ac240 | 2020-04-03 17:25:59 | [diff] [blame] | 2771 | '[email protected]', |
Rick Viscomi | e18c55eb | 2021-08-04 21:15:01 | [diff] [blame] | 2772 | '[email protected]', |
| 2773 | '[email protected]', |
Annie Sullivan | 32e8a88 | 2019-12-12 16:21:58 | [diff] [blame] | 2774 | '[email protected]'], |
Rachel Blum | 4178887 | 2018-10-25 20:54:01 | [diff] [blame] | 2775 | 'spellcheck': ['[email protected]', |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 2776 | '[email protected]', |
| 2777 | '[email protected]'], |
Greg Thompson | 9ea09170 | 2018-01-04 11:06:32 | [diff] [blame] | 2778 | 'startup': ['[email protected]', |
| 2779 | '[email protected]'], |
Alex Newcomer | 38e62a7 | 2021-07-02 22:00:15 | [diff] [blame] | 2780 | 'status_area': ['[email protected]'], |
Daniel Murphy | fffe60f8 | 2019-12-05 21:30:20 | [diff] [blame] | 2781 | 'storage_service': ['[email protected]'], |
Ian Clelland | 0fc65548 | 2020-02-14 15:20:10 | [diff] [blame] | 2782 | 'structured_headers': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2783 | 'styleguide': ['[email protected]', |
vmpstr | deec20e | 2016-11-18 22:17:32 | [diff] [blame] | 2784 | '[email protected]', |
| 2785 | '[email protected]'], |
Peter Wen | bef4390 | 2018-11-28 22:08:12 | [diff] [blame] | 2786 | 'styleguide_python': ['[email protected]', |
Peter Wen | bef4390 | 2018-11-28 22:08:12 | [diff] [blame] | 2787 | '[email protected]'], |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 2788 | 'subresource_filter': ['[email protected]'], |
Pam Greene | 8efbeae9 | 2018-10-02 14:54:46 | [diff] [blame] | 2789 | 'supervised_users': [], |
CJ DiMeglio | caddc348 | 2018-12-12 02:28:38 | [diff] [blame] | 2790 | 'surface_layer_for_video': [ '[email protected]', |
| 2791 | '[email protected]'], |
Anastasia Helfinstein | 5205acb3 | 2019-02-15 00:54:13 | [diff] [blame] | 2792 | 'switch_access': ['[email protected]'], |
maxbogue | 65ea263 | 2016-04-04 18:12:58 | [diff] [blame] | 2793 | 'sync': ['[email protected]'], |
Hiroki Nakagawa | 62c133e | 2020-06-24 06:58:41 | [diff] [blame] | 2794 | 'syncfs': ['[email protected]'], |
Giovanni Ortuño Urquidi | d6b0728 | 2020-07-16 01:25:32 | [diff] [blame] | 2795 | 'system_web_apps': [ '[email protected]', |
| 2796 | '[email protected]'], |
mark a. foltz | b7228ec1 | 2021-01-28 18:29:50 | [diff] [blame] | 2797 | 'tab_alert_indicators': ['[email protected]'], |
| 2798 | 'tab_capture': ['[email protected]', |
| 2799 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2800 | 'tab_contents': ['[email protected]', |
| 2801 | '[email protected]', |
| 2802 | '[email protected]'], |
Jinsuk Kim | 0470a42d | 2021-02-25 00:49:41 | [diff] [blame] | 2803 | 'tab_interface': ['[email protected]'], |
Wei-Yin Chen (陳威尹) | d7de76d | 2020-03-27 04:39:43 | [diff] [blame] | 2804 | 'tab_ui_and_start_surface': ['[email protected]', |
| 2805 | '[email protected]', |
| 2806 | '[email protected]', |
| 2807 | '[email protected]', |
| 2808 | '[email protected]', |
Xi Han | a677d71 | 2021-03-23 18:44:14 | [diff] [blame] | 2809 | '[email protected]', |
Wei-Yin Chen (陳威尹) | d7de76d | 2020-03-27 04:39:43 | [diff] [blame] | 2810 | '[email protected]', |
| 2811 | '[email protected]'], |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 2812 | 'tbmv2_metrics': ['[email protected]'], |
tonyg | c7f6a4c1 | 2015-01-16 18:32:26 | [diff] [blame] | 2813 | 'telemetry': ['[email protected]'], |
Mounir Lamouri | 70ac40ff | 2021-04-06 23:55:08 | [diff] [blame] | 2814 | 'test_runner': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2815 | 'tests': [], |
Ryan Hansberry | 92346b2 | 2021-09-15 22:16:31 | [diff] [blame] | 2816 | 'tether': ['[email protected]', |
| 2817 | '[email protected]'], |
David Tseng | b4effe1 | 2020-12-07 23:07:13 | [diff] [blame] | 2818 | 'text_to_speech': ['[email protected]'], |
Keith Lee | 98ccf8b | 2019-07-31 01:50:49 | [diff] [blame] | 2819 | 'textinput': ['[email protected]', |
| 2820 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2821 | '[email protected]', |
| 2822 | '[email protected]', |
Bao-Duy Tran | 3dc68f2d | 2020-06-11 08:51:27 | [diff] [blame] | 2823 | '[email protected]', |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 2824 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2825 | '[email protected]'], |
Keith Lee | 98ccf8b | 2019-07-31 01:50:49 | [diff] [blame] | 2826 | 'textinput_chromeos': ['[email protected]', |
| 2827 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2828 | '[email protected]', |
Bao-Duy Tran | 3dc68f2d | 2020-06-11 08:51:27 | [diff] [blame] | 2829 | '[email protected]', |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 2830 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2831 | '[email protected]'], |
Patrick Monette | 9355f1fc | 2019-08-09 18:18:16 | [diff] [blame] | 2832 | 'third_party_conflicts': ['[email protected]'], |
Chirantan Ekbote | 284e628 | 2019-06-19 01:53:08 | [diff] [blame] | 2833 | 'timers': [], |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 2834 | 'tools_win_chromeexts': ['[email protected]'], |
AJITH KUMAR V | 4f0c481 | 2018-03-27 13:46:57 | [diff] [blame] | 2835 | 'touch_selection': ['[email protected]', |
| 2836 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2837 | 'tracing': ['[email protected]', |
Michael Spang | bbcf79de | 2018-12-13 15:07:26 | [diff] [blame] | 2838 | '[email protected]', |
| 2839 | '[email protected]'], |
Nicolas Ouellet-payeur | 0c26b87 | 2019-09-05 07:38:07 | [diff] [blame] | 2840 | 'traffic_annotation': ['[email protected]'], |
Megan Jablonski | 33f229f | 2019-12-18 22:58:00 | [diff] [blame] | 2841 | 'translate': ['[email protected]'], |
Taymon A. Beal | 632f130 | 2021-07-08 04:50:40 | [diff] [blame] | 2842 | 'turtledove': ['[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 2843 | 'ui_compositor': ['[email protected]'], |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 2844 | 'ui_display_win': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 2845 | 'ui_resources': ['[email protected]'], |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 2846 | 'ui_strings': ['[email protected]'], |
Scott Violet | 2749729 | 2019-03-25 23:06:53 | [diff] [blame] | 2847 | 'ui_views': ['[email protected]', |
| 2848 | '[email protected]'], |
Will Harris | 989ca93 | 2019-02-15 19:21:21 | [diff] [blame] | 2849 | 'unified_consent': ['[email protected]'], |
Ovidio Henriquez | 8633388 | 2018-11-05 18:25:21 | [diff] [blame] | 2850 | 'usb': ['[email protected]', |
| 2851 | '[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 2852 | 'version_assembly': ['[email protected]', |
| 2853 | '[email protected]'], |
Alexandre Courbot | 3e9e55a | 2018-04-05 05:29:42 | [diff] [blame] | 2854 | 'video': ['[email protected]'], |
Rijubrata Bhaumik | 04f4644 | 2019-09-02 07:54:44 | [diff] [blame] | 2855 | 'video_capture': ['[email protected]', |
| 2856 | '[email protected]'], |
Darren Shen | 40a82235 | 2019-06-03 05:39:16 | [diff] [blame] | 2857 | 'virtual_keyboard': ['[email protected]', |
Bao-Duy Tran | 3dc68f2d | 2020-06-11 08:51:27 | [diff] [blame] | 2858 | '[email protected]', |
| 2859 | '[email protected]', |
| 2860 | '[email protected]'], |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 2861 | 'virtual_reality': ['[email protected]'], |
Victor Vianna | f3bad141 | 2021-08-11 08:21:01 | [diff] [blame] | 2862 | 'vscode_tooling': ['[email protected]'], |
Peng Huang | c624cb1 | 2020-02-06 15:08:15 | [diff] [blame] | 2863 | 'vulkan': ['[email protected]', |
| 2864 | '[email protected]'], |
Raphael Kubo da Costa | bb97c4eb | 2019-04-25 15:25:39 | [diff] [blame] | 2865 | 'wake_lock': ['[email protected]', |
| 2866 | '[email protected]'], |
Kyle Horimoto | 1b95895 | 2020-01-15 01:39:17 | [diff] [blame] | 2867 | 'wallpapers': ['[email protected]', |
Kyle Horimoto | 1b95895 | 2020-01-15 01:39:17 | [diff] [blame] | 2868 | '[email protected]', |
Xiaohui Chen | f141c3d | 2021-02-26 18:22:32 | [diff] [blame] | 2869 | '[email protected]', |
| 2870 | '[email protected]'], |
Alan Cutter | c9c4410 | 2019-07-05 03:46:22 | [diff] [blame] | 2871 | 'web_applications': ['[email protected]', |
| 2872 | '[email protected]', |
Raymes Khoury | 6b9bf76 | 2019-05-17 05:00:51 | [diff] [blame] | 2873 | '[email protected]', |
Glen Robertson | 4d87cfa | 2020-07-23 06:53:48 | [diff] [blame] | 2874 | '[email protected]', |
Raymes Khoury | 6b9bf76 | 2019-05-17 05:00:51 | [diff] [blame] | 2875 | '[email protected]', |
Daniel Murphy | 608e027 | 2020-03-12 23:15:25 | [diff] [blame] | 2876 | '[email protected]', |
Fabio Rocha | 7d3e7bfc | 2020-09-01 19:41:41 | [diff] [blame] | 2877 | '[email protected]', |
Phillis Tang | 766f56f5 | 2021-07-23 23:03:53 | [diff] [blame] | 2878 | '[email protected]', |
| 2879 | '[email protected]'], |
Hayato Ito | dfca41a5 | 2020-01-29 08:35:39 | [diff] [blame] | 2880 | 'web_package': ['[email protected]', |
| 2881 | '[email protected]'], |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 2882 | 'web_share': ['[email protected]'], |
Martin Kreichgauer | 794a1857 | 2018-07-20 20:45:43 | [diff] [blame] | 2883 | 'webauthn': ['[email protected]'], |
Chris Cunningham | de605a0 | 2019-12-12 02:39:11 | [diff] [blame] | 2884 | 'webcodecs': ['[email protected]'], |
Corentin Wallez | 3f1d085 | 2018-07-04 15:45:36 | [diff] [blame] | 2885 | 'webgpu': ['[email protected]', |
| 2886 | '[email protected]'], |
Majid Valipour | eeba282 | 2021-09-08 19:09:21 | [diff] [blame] | 2887 | 'webid': ['[email protected]'], |
Melissa Zhang | c4be3d7 | 2021-03-19 07:16:53 | [diff] [blame] | 2888 | 'weblayer': ['[email protected]'], |
Carlos IL | d0907f2 | 2020-01-29 22:52:37 | [diff] [blame] | 2889 | 'weblayer_safe_browsing' : ['[email protected]'], |
| 2890 | 'weblayer_ssl' : ['[email protected]'], |
Yi Gu | 2a49479 | 2021-06-17 14:05:18 | [diff] [blame] | 2891 | 'webotp': ['[email protected]'], |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 2892 | 'webrtc_browser_tests': ['[email protected]'], |
Christian Dullweber | ed2c82b | 2018-04-10 08:37:22 | [diff] [blame] | 2893 | 'website_settings': ['[email protected]', |
Raymes Khoury | c555e9dc | 2019-02-18 09:13:22 | [diff] [blame] | 2894 | '[email protected]'], |
Penny MacNeil | 0ced2cb | 2018-07-30 21:09:49 | [diff] [blame] | 2895 | 'windows_sandboxing': ['[email protected]'], |
Luke Zielinski | d00a511 | 2019-10-30 17:58:41 | [diff] [blame] | 2896 | 'wpt_tools': ['[email protected]'], |
Daniel Erat | b4c9b9e | 2019-06-04 23:57:26 | [diff] [blame] | 2897 | 'x11': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2898 | '[email protected]'], |
Chris Blume | 04103c4 | 2018-12-14 22:46:06 | [diff] [blame] | 2899 | 'zlib': ['[email protected]'], |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 2900 | 'zoom': ['[email protected]'], |
amraboelkher | 5745530b | 2021-09-02 12:10:32 | [diff] [blame] | 2901 | 'zte': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2902 | }, |
| 2903 | } |