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