[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / WATCHLISTS
1 # Copyright 2012 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # Watchlist Rules
6 # Refer: https://chromium.googlesource.com/chromium/src/+/main/docs/infra/watchlists.md
7
8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .* at the end of the pattern.
10
11 {
12   'WATCHLIST_DEFINITIONS': {
13     'about_flags': {
14       'filepath': 'chrome/browser/about_flags\.cc'
15     },
16     'accelerators': {
17       'filepath': 'ash/accelerators/|'\
18                   'ash/public/cpp/accelerator.*',
19     },
20     'accessibility': {
21       'filepath': 'accessibility' \
22                   '|braille' \
23                   '|chromevox' \
24                   '|iaccessible2' \
25                   '|isimpledom' \
26                   '|liblouis'
27     },
28     'accessibility_component_extensions': {
29       'filepath': 'chrome/browser/resources/chromeos/accessibility'
30     },
31     'accessibility_features_ash': {
32       'filepath': 'ash/accessibility/' \
33                   '|ash/color_enhancement/',
34     },
35     'accessibility_minimal_core': {
36       'filepath': 'ui/accessibility/(ax_enums|ax_event_generator|ax_node\.|ax_node_data\.|ax_tree\.|ax_tree_serializer)' \
37                   '|ui/accessibility/platform/ax_platform_node_(base|mac|win)' \
38                   '|third_party/(WebKit|blink)/.*(accessibility|ax_object|web_ax|ax_node|ax_layout)' \
39                   '|content/renderer/accessibility/render_accessibility_impl' \
40                   '|content/browser/accessibility/browser_accessibility(\.|_manager|_win|_com|_cocoa)'
41     },
42     'accessibility_service': {
43       'filepath': 'services/accessibility/',
44     },
45     'add_to_homescreen': {
46       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
47                   'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
48                   'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
49                   'chrome/browser/android/shortcut_|'\
50                   'chrome/browser/android/webapps/|'\
51                   'components/webapps/browser/android/',
52     },
53     'agent_scheduling_group': {
54       'filepath': '.*agent_scheduling_group|.*agent_group_scheduler',
55     },
56     'android_crash_reporting': {
57       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' \
58                   '|chrome/browser/android/crash/' \
59                   '|components/crash/android/' \
60                   '|components/minidump_uploader/'
61     },
62     'android_flags': {
63       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/flags/'
64     },
65     'android_infobars': {
66       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
67     },
68     'android_infra': {
69       'filepath': 'build/config/android/' \
70                   '|build/android/' \
71                   '|testing/android/' \
72                   '|tools/android/'
73     },
74     'android_item_chooser_dialogs': {
75       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
76                   'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
77     },
78     'android_lint': {
79       'filepath': '/lint-baseline.xml' \
80                   '|/lint-suppressions.xml' \
81                   '|third_party/android_build_tools/lint'
82     },
83     'android_omnibox': {
84       'filepath': 'chrome/browser/ui/android/omnibox/',
85     },
86     'android_search_widget': {
87       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
88                   '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
89     },
90     'android_studio': {
91       'filepath': 'build/android/gradle/' \
92                   '|docs/android_studio.md' \
93                   '|tools/android/android_studio'
94     },
95     'android_tab': {
96       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
97     },
98     'android_toolbar': {
99       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/toolbar/' \
100                   '|chrome/browser/ui/android/toolbar/'
101     },
102     'android_toolbar_deps': {
103       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/toolbar/DEPS'
104     },
105     'android_uma_settings': {
106       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferencesManager.java|'\
107                   'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferences.java|'\
108                   'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
109     },
110     'android_webapk': {
111       'filepath': 'chrome/android/webapk/|'\
112                   'chrome/browser/android/webapk/',
113     },
114     'android_webview': {
115       'filepath': 'android_webview/',
116     },
117     'android_webview_network_service': {
118       'filepath': 'android_webview/browser/network_service/',
119     },
120     'app_service': {
121       'filepath': 'chrome/browser/apps/app_service/'\
122                   '|chrome/browser/ash/app_list/app_service/'\
123                   '|chrome/browser/ui/ash/shelf/app_service/'\
124                   '|chrome/browser/ui/views/apps/app_dialog/' \
125                   '|components/services/app_service/',
126     },
127     'app_service_protos': {
128       'filepath': 'components/services/app_service/public/protos/',
129     },
130     'app_shortcuts': {
131       'filepath': 'apps/app_shim/'\
132                   '|chrome/common/mac/'
133     },
134     'apps': {
135       'filepath': '^apps/'\
136                   '|chrome/browser/apps/'\
137                   '|chrome/browser/ash/apps/'
138     },
139     'apps_intent_helper': {
140       'filepath': 'chrome/browser/apps/intent_helper/|'\
141                   'chrome/browser/ash/apps/intent_helper/|'\
142                   'components/arc/intent_helper/'
143     },
144     'arc': {
145       'filepath': 'arc/',
146     },
147     'arc_auth': {
148       'filepath': 'chrome/browser/ash/arc/auth'
149     },
150     'arc_fileapi': {
151       'filepath': 'chrome/browser/ash/arc/fileapi'
152     },
153     'arc_ime': {
154       'filepath': 'chrome/browser/ash/arc/input_method_manager/'\
155                   '|components/arc/ime/'
156     },
157     'arc_kiosk': {
158       'filepath': 'chrome/browser/ash/app_mode/arc/'\
159                   '|components/arc/kiosk/'\
160                   '|arc_kiosk'
161     },
162     'arc_mojom': {
163       'filepath': 'components/arc/mojom/',
164     },
165     'arc_nearby_share': {
166       'filepath': 'chrome/browser/ash/arc/nearby_share'
167     },
168     'arc_net': {
169       'filepath': 'components/arc/net/',
170     },
171     'arc_power': {
172       'filepath': 'components/arc/power/',
173     },
174     'ash_webui_common': {
175       'filepath': 'ash/webui/common/'\
176                   '|chrome/test/data/webui/chromeos/ash_common/',
177     },
178     'ash_wm_desks': {
179       'filepath': 'ash/wm/desks/',
180     },
181     'assistive': {
182       'filepath': 'ash/ambient/'\
183                   '|ash/app_list/views/assistant/'\
184                   '|ash/assistant/'\
185                   '|ash/public/cpp/ambient/'\
186                   '|ash/public/cpp/assistant/'\
187                   '|ash/public/cpp/wallpaper/'\
188                   '|ash/wallpaper/'\
189                   '|ash/webui/personalization_app/'\
190                   '|chromeos/ash/components/assistant/'\
191                   '|chromeos/ash/services/assistant/'\
192                   '|chromeos/ash/services/libassistant/'\
193                   '|chromeos/services/assistant/'\
194                   '|chrome/browser/ash/wallpaper_handlers/'\
195                   '|chrome/browser/ash/system_web_apps/apps/personalization_app/'\
196                   '|chrome/browser/resources/ash/settings/ambient_mode_page/'\
197                   '|chrome/browser/ui/ash/.*wallpaper.*/'\
198                   '|chrome/browser/ui/ash/ambient/'\
199                   '|chrome/browser/ui/ash/assistant/'\
200                   '|chrome/browser/ui/webui/settings/ash/ambient_mode_handler'\
201     },
202     'attribution_reporting': {
203       'filepath': 'components/attribution_reporting/'\
204                   '|content/browser/attribution_reporting/'\
205                   '|content/browser/resources/attribution_reporting/'\
206                   '|content/public/android/java/src/org/chromium/content/browser/AttributionOsLevelManager.java'\
207                   '|content/test/data/attribution_reporting/'\
208                   '|services/network/attribution/'\
209                   '|third_party/blink/public/mojom/conversions/'\
210                   '|third_party/blink/renderer/core/frame/attribution_src_loader'\
211                   '|third_party/blink/web_tests/external/wpt/attribution-reporting/'\
212                   '|third_party/blink/web_tests/wpt_internal/attribution-reporting/'\
213                   '|third_party/blink/web_tests/http/tests/inspector-protocol/attribution-reporting/'
214     },
215     'audio_service': {
216       'filepath': 'services/audio/'
217     },
218     'audio_settings': {
219       'filepath': 'chromeos/ash/components/audio/'
220     },
221     'aura': {
222       'filepath': 'ui/aura/',
223     },
224     'aura_compositor': {
225       'filepath':
226         'ui/compositor/' \
227         '|content/browser/compositor/' \
228         '|content/browser/renderer_host/compositor_resize_lock' \
229         '|content/browser/renderer_host/render_widget_host_view_aura' \
230         '|content/browser/renderer_host/render_widget_host_view_browsertest' \
231         '|content/browser/renderer_host/delegated' \
232         '|content/common/gpu/client/' \
233     },
234     'autofill_payments': {
235       'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client|'\
236                   'chrome/browser/ui/autofill/payments/|'\
237                   'chrome/browser/ui/views/autofill/payments/|'\
238                   'components/autofill/core/browser/payments/|'\
239                   'components/autofill/core/browser/ui/payments/|'\
240                   'components/autofill/core/common/autofill_payments_features|'\
241                   'components/autofill_payments_strings',
242     },
243     'background_fetch': {
244       'filepath': 'background_fetch|'\
245                   'background-fetch',
246     },
247     'background_sync': {
248       'filepath': '/background_sync/',
249     },
250     'banners': {
251       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
252                   'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
253                   'chrome/browser/banners/|'\
254                   'chrome/browser/ui/android/infobars/app_banner_|'\
255                   'components/webapps/browser/banners/|'\
256                   'third_party/blink/public/platform/modules/app_banner/|'\
257                   'third_party/blink/renderer/modules/app_banner/',
258     },
259     'base_allocator': {
260       'filepath': '^base/allocator',
261     },
262     'base_android': {
263       'filepath': '^base/android',
264     },
265     'base_memory': {
266       'filepath': '^base/memory',
267     },
268     'base_scheduler': {
269       'filepath': '^base/task/',
270     },
271     'base_thread_pool': {
272       'filepath': '^base/task/thread_pool',
273     },
274     'base_win': {
275       'filepath': '^base/win',
276     },
277     'battery_status': {
278       'filepath': 'content/browser/battery_status/|'\
279                   'content/test/data/battery_status/|'\
280                   'device/battery/',
281     },
282     'bfcache': {
283       'filepath': 'content/browser/renderer_host/back_forward_cache|'\
284                   'content/browser/back_forward_cache_browsertest.cc|'\
285                   'content/test/data/back_forward_cache/|'\
286                   'content/public/browser/back_forward_cache|'\
287                   'testing/buildbot/filters.bfcache.*.filter',
288     },
289     'binary_size': {
290       'filepath': 'build/android/binary_size/|'\
291                   'tools/binary_size/',
292     },
293     'blink': {
294       'filepath': 'third_party/(WebKit|blink)/',
295     },
296     'blink_accessibility': {
297       'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
298     },
299     'blink_animation': {
300       'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
301     },
302     'blink_audio': {
303       'filepath': 'third_party/blink/renderer/platform/audio' \
304                   '|third_party/blink/renderer/modules/webaudio' \
305                   '|third_party/blink/web_tests/external/wpt/webaudio',
306     },
307     'blink_battery_status': {
308       'filepath': 'third_party/blink/renderer/modules/battery/' \
309                   '|third_party/blink/web_tests/battery-status/' \
310                   '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
311     },
312     'blink_bindings': {
313       'filepath': 'third_party/blink/renderer/platform/bindings' \
314                   '|third_party/blink/renderer/bindings',
315     },
316     'blink_bindings_serialization': {
317       'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
318     },
319     'blink_bluetooth': {
320       'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
321     },
322     'blink_client_hints': {
323       'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints' \
324                   '|third_party/blink/renderer/core/loader/frame_fetch_context' \
325                   '|third_party/blink/renderer/core/loader/resource/image_resource' \
326                   '|third_party/blink/renderer/platform/loader/fetch/fetch_context' \
327                   '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher'
328     },
329     'blink_clipboard': {
330       'filepath': 'third_party/blink/renderer/core/clipboard' \
331                   '|third_party/blink/renderer/core/page/.*drag' \
332                   '|third_party/blink/renderer/platform/.*drag' \
333                   '|third_party/blink/public/platform/.*drag' \
334                   '|third_party/blink/public/web/.*drag',
335     },
336     'blink_common': {
337       'filepath': 'third_party/blink/common'
338                   '|third_party/blink/public/common' \
339                   '|third_party/blink/public/mojom',
340     },
341     'blink_controller': {
342       'filepath': 'third_party/blink/renderer/controller',
343     },
344     'blink_css': {
345       'filepath': 'third_party/blink/renderer/core/css',
346     },
347     'blink_css_flexbox': {
348       'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
349                   '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
350                   '|third_party/blink/web_tests/css3/flexbox/' \
351                   '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
352     },
353     'blink_css_fragmentation_tests': {
354       'filepath': 'third_party/blink/web_tests/fast/multicol/' \
355                   '|third_party/blink/web_tests/fast/pagination/' \
356                   '|third_party/blink/web_tests/fragmentation/' \
357                   '|third_party/blink/web_tests/printing/'
358     },
359     'blink_css_grid_layout': {
360       'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
361                   '|third_party/blink/renderer/core/paint/.*grid' \
362                   '|third_party/blink/renderer/core/css/.*grid' \
363                   '|third_party/blink/web_tests/fast/css-grid-layout/' \
364                   '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
365                   '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
366                   '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
367     },
368     'blink_custom_elements': {
369       'filepath': 'third_party/blink/renderer/core/html/custom/' \
370                   '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
371     },
372     'blink_device_orientation': {
373       'filepath': 'content/browser/device_sensors/' \
374                   '|content/test/data/device_sensors/' \
375                   '|third_party/blink/renderer/modules/device_orientation/' \
376                   '|third_party/blink/web_tests/external/wpt/orientation-event/' \
377                   '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
378                   '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
379     },
380     'blink_devtools': {
381       'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
382     },
383     'blink_dom': {
384       'filepath': 'third_party/blink/renderer/core/dom/'
385     },
386     'blink_dom_storage': {
387       'filepath': 'third_party/blink/common/dom_storage/|' \
388                   'third_party/blink/public/mojom/dom_storage/|' \
389                   'third_party/blink/public/common/dom_storage/|' \
390                   'third_party/blink/renderer/modules/storage/',
391     },
392     'blink_events': {
393       'filepath': 'third_party/blink/renderer/core/page/.*event' \
394                   '|third_party/blink/renderer/core/dom/.*event' \
395                   '|third_party/blink/renderer/core/css/.*event' \
396                   '|third_party/blink/renderer/platform/.*event'
397     },
398     'blink_fetch': {
399       'filepath': 'third_party/blink/renderer/platform/loader/fetch'
400     },
401     'blink_fileapi': {
402       'filepath': 'third_party/blink/renderer/modules/filesystem/' \
403                   '|third_party/blink/renderer/core/fileapi/' \
404                   '|third_party/blink/renderer/platform/.*file' \
405                   '|third_party/blink/web_tests/fast/file' \
406                   '|third_party/blink/public/.*_file'
407     },
408     'blink_frames': {
409       'filepath': 'third_party/blink/renderer/core/frame/'
410     },
411     'blink_geolocation': {
412       'filepath': 'third_party/blink/web_tests/geolocation-api/' \
413                   '|third_party/blink/renderer/modules/geolocation/' \
414                   '|third_party/blink/public/web/.*geolocation'
415     },
416     'blink_heap': {
417       'filepath': 'third_party/blink/renderer/platform/heap'
418     },
419     'blink_html': {
420       'filepath': 'third_party/blink/renderer/core/html/' \
421                   '|third_party/blink/renderer/core/mathml/'
422     },
423     'blink_htmlparser': {
424       'filepath': 'third_party/blink/renderer/core/html/parser/'
425     },
426     'blink_image_codecs': {
427       'filepath': 'third_party/blink/renderer/platform/image-decoders' \
428                   '|third_party/blink/renderer/platform/image-encoders' \
429                   '|third_party/blink/perf_tests/image_decoder'
430     },
431     'blink_indexed_db': {
432       'filepath': 'third_party/blink/common/indexeddb' \
433                   '|third_party/blink/public/common/indexeddb' \
434                   '|third_party/blink/public/platform/.*_idb' \
435                   '|third_party/blink/public/platform/modules/indexeddb' \
436                   '|third_party/blink/public/mojom/indexeddb' \
437                   '|third_party/blink/renderer/modules/indexeddb/' \
438                   '|third_party/blink/web_tests/storage/indexeddb'
439     },
440     'blink_input': {
441       'filepath': 'third_party/blink/renderer/core/input/'
442     },
443     'blink_layers': {
444       'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
445                   '|third_party/blink/renderer/platform/graphics/graphics_layer' \
446                   '|third_party/blink/renderer/core/layout/layer'
447     },
448     'blink_layout': {
449       'filepath': 'third_party/blink/renderer/core/layout'
450     },
451     'blink_layout_ng': {
452       'filepath': 'third_party/blink/renderer/core/layout/ng',
453     },
454     'blink_loader': {
455       'filepath': 'third_party/blink/renderer/core/loader/' \
456                   '|third_party/blink/renderer/platform/loader/'
457     },
458     'blink_media': {
459       'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
460                   '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
461                   '|third_party/blink/renderer/core/html/shadow/media_control' \
462                   '|third_party/blink/renderer/core/layout/layout_media' \
463                   '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
464                   '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
465                   '|third_party/blink/renderer/platform/drm/' \
466                   '|third_party/blink/renderer/platform/graphics/media/' \
467                   '|third_party/blink/web_tests/media/' \
468                   '|third_party/blink/public/.*_media'
469     },
470     'blink_media_queries': {
471       'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
472                     '|third_party/blink/renderer/core/css/media_list' \
473                     '|third_party/blink/renderer/core/css/media_query' \
474                     '|third_party/blink/renderer/core/css/parser/media_query'
475     },
476     'blink_mediastream': {
477       'filepath': 'third_party/blink/renderer/modules/mediastream/' \
478                   '|third_party/blink/renderer/platform/mediastream/' \
479                   '|third_party/blink/renderer/platform/exported/web_media_stream' \
480                   '|third_party/blink/renderer/platform/exported/web_rtc' \
481                   '|third_party/blink/web_tests/fast/mediastream/'
482     },
483     'blink_navigator_content_utils': {
484       'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
485                   '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
486     },
487     'blink_out_of_process_frames': {
488       'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
489                   '|third_party/blink/renderer/core/frame/frame\.' \
490                   '|third_party/blink/renderer/core/frame/web_frame' \
491                   '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
492     },
493     'blink_paint': {
494       'filepath': 'third_party/blink/renderer/core/paint/'
495     },
496     'blink_paintworklet': {
497       'filepath': 'third_party/blink/renderer/modules/csspaint/' \
498                   '|third_party/blink/web_tests/http/tests/csspaint/' \
499                   '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
500     },
501     'blink_peerconnection': {
502       'filepath': 'third_party/blink/renderer/modules/peerconnection/' \
503                   '|third_party/blink/renderer/platform/peerconnection/',
504     },
505     'blink_permissions': {
506       'filepath': 'third_party/blink/renderer/modules/permissions/' \
507                   '|third_party/blink/public/mojom/permissions/',
508     },
509     'blink_platform': {
510       'filepath': 'third_party/blink/renderer/platform'
511     },
512     'blink_platform_graphics': {
513       'filepath': 'third_party/blink/renderer/platform/fonts' \
514                   '|third_party/blink/renderer/platform/geometry' \
515                   '|third_party/blink/renderer/platform/graphics'
516     },
517     'blink_preloadScanner': {
518       'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
519     },
520     'blink_prerender': {
521       'filepath': 'third_party/blink/renderer/core/.*prerender' \
522                   '|third_party/blink/renderer/core/loader/link_loader' \
523                   '|third_party/blink/renderer/core/speculation_rules' \
524                   '|third_party/blink/public/mojom/prerender/' \
525                   '|third_party/blink/web_tests/external/wpt/speculation-rules/prerender/' \
526                   '|third_party/blink/web_tests/wpt_internal/prerender/'
527     },
528     'blink_public_api': {
529       'filepath': 'third_party/blink/public'
530     },
531     'blink_quota': {
532       'filepath': 'third_party/blink/renderer/modules/quota/' \
533                   '|third_party/blink/public/.*quota'
534     },
535     'blink_scheduler': {
536       'filepath': 'third_party/blink/renderer/platform/scheduler' \
537                   '|third_party/blink/renderer/platform/scheduler' \
538                   '|third_party/blink/renderer/core/html/parser/.*scheduler' \
539                   '|third_party/blink/public/platform/scheduler'
540     },
541     'blink_scheduling_api': {
542       'filepath': 'third_party/blink/renderer/modules/scheduler'
543     },
544     'blink_script': {
545       'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module' \
546                   '|third_party/blink/renderer/bindings/core/v8/script_controller' \
547                   '|third_party/blink/renderer/bindings/core/v8/script_source_code' \
548                   '|third_party/blink/renderer/bindings/core/v8/v8_script_runner'
549                   '|third_party/blink/renderer/core/dom/.*modul' \
550                   '|third_party/blink/renderer/core/dom/.*script' \
551                   '|third_party/blink/renderer/core/html/html_script_element' \
552                   '|third_party/blink/renderer/core/html/parser/html_parser_script_runner' \
553                   '|third_party/blink/renderer/core/loader/modulescript/' \
554                   '|third_party/blink/renderer/core/loader/resource/script_resource' \
555                   '|third_party/blink/renderer/core/svg/svg_script_element' \
556                   '|third_party/blink/renderer/core/xml/parser/xml_document_parser'
557     },
558     'blink_scroll': {
559       'filepath': 'third_party/blink/renderer/core/frame/.*view' \
560                   '|third_party/blink/renderer/core/input/.*scroll' \
561                   '|third_party/blink/renderer/core/input/event_handler' \
562                   '|third_party/blink/renderer/core/page/scrolling/' \
563                   '|third_party/blink/renderer/core/paint/.*scrollable_area' \
564                   '|third_party/blink/renderer/platform/scroll/'
565     },
566     'blink_service_worker' : {
567       'filepath': 'third_party/blink/renderer/modules/service_worker' \
568                   '|third_party/blink/web_tests/http/tests/serviceworker' \
569                   '|third_party/blink/web_tests/external/wpt/service-workers'
570     },
571     'blink_service_worker_tests' : {
572       'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
573                   '|third_party/blink/web_tests/external/wpt/service-workers'
574     },
575     'blink_spellcheck' : {
576       'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
577     },
578     'blink_streams': {
579       'filepath': 'third_party/blink/renderer/core/streams/'
580     },
581     'blink_style': {
582       'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
583     },
584     'blink_svg': {
585       'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
586     },
587     'blink_track': {
588       'filepath': 'third_party/blink/renderer/core/html/track/' \
589                   '|third_party/blink/renderer/core/loader/text_track' \
590                   '|third_party/blink/renderer/core/html/meida/html_media_element' \
591                   '|third_party/blink/renderer/core/html/shadow/media_control' \
592                   '|third_party/blink/renderer/core/css/mediaControl' \
593                   '|third_party/blink/web_tests/media/track/'
594     },
595     'blink_viewport_interaction': {
596       'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
597                   '|third_party/blink/renderer/core/dom/viewport_arguments' \
598                   '|third_party/blink/renderer/core/frame/frame_view' \
599                   '|third_party/blink/renderer/core/frame/.*viewport' \
600                   '|third_party/blink/renderer/core/html/html_meta_element'
601     },
602     'blink_w3ctests': {
603       'filepath': 'third_party/blink/web_tests/external/' \
604                   '|third_party/blink/tools/blinkpy/w3c/'
605     },
606     'blink_webp': {
607       'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
608                   '|third_party/blink/renderer/platform/image-encoders/skia/webp'
609     },
610     'blink_websockets': {
611       'filepath': 'third_party/blink/renderer/modules/websockets/' \
612                   '|third_party/blink/renderer/platform/modules/websockets/'
613     },
614     'blink_workers': {
615       'filepath': 'third_party/blink/renderer/core/workers' \
616                   '|third_party/blink/web_tests/http/tests/workers' \
617                   '|third_party/blink/web_tests/fast/workers' \
618                   '|third_party/blink/web_tests/external/wpt/workers'
619     },
620     'blink_wtf': {
621       'filepath': 'third_party/blink/renderer/platform/wtf',
622     },
623     'blink_xml': {
624       'filepath': 'third_party/blink/renderer/core/xml/'
625     },
626     'borealis': {
627       'filepath': 'borealis/',
628     },
629     'bottombar': {
630       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
631     },
632     'browser_components': {
633       'filepath': 'chrome/browser/autofill/' \
634                   '|chrome/browser/bookmarks/' \
635                   '|chrome/browser/favicon/' \
636                   '|chrome/browser/history/' \
637                   '|chrome/browser/webdata/' \
638                   '|components/autofill/'
639     },
640     'browser_compositor': {
641       'filepath': 'ui/compositor/'
642     },
643     'browser_params': {
644       'filepath': 'chromeos/startup/browser_init_params'\
645                   '|chromeos/startup/browser_params_proxy'\
646                   '|chromeos/startup/browser_postlogin_params',
647     },
648     'browser_scheduler': {
649       'filepath': 'content/browser/scheduler'
650     },
651     'browsing_data': {
652       'filepath': 'browsing_data|BrowsingData',
653     },
654     'cast_2_class': {
655       'filepath':  '/access_code/' \
656                    '|access_code_cast' \
657                    '|ash/public/cpp/cast' \
658                    '|ash/system/cast' \
659                    '|chrome/browser/media/router/providers' \
660                    '|chrome/browser/ui/ash/cast' \
661                    '|media_router/cast_dialog_view' \
662                    '|media/router/discovery',
663     },
664     'cast_certificate': {
665       'filepath': 'components/media_router/common/providers/cast/certificate/'\
666                   '|components/test/data/media_router/common/providers/cast/certificate/',
667     },
668     'cast_channel': {
669       'filepath':  'components/cast_channel/'
670     },
671     'cast_streaming': {
672       'filepath': 'media/cast/' \
673                   '|chrome/browser/media/cast_mirroring' \
674                   '|components/mirroring/' \
675     },
676     'cc': {
677       'filepath': 'cc/'\
678                   '|components/viz/'
679     },
680     'cc-animation': {
681       'filepath': 'cc/animation/'
682     },
683     'cc-display': {
684       'filepath': 'components/viz/service/display'\
685                   '|cc/output'
686     },
687     'cc-scheduler': {
688       'filepath': 'cc/scheduler'
689     },
690     'certificate_transparency': {
691       'filepath': 'chrome/browser/ssl/sct_'\
692                   '|components/certificate_transparency/'\
693                   '|net/cert/ct_'\
694                   '|net/cert/multi_log_ct_verifier'\
695                   '|net/cert/sct_status_flags.h'\
696                   '|net/cert/signed_certificate_timestamp'\
697                   '|net/cert/signed_tree_head'\
698                   '|net/services/network/sct_auditing/'\
699                   '|net/services/network/ct_'\
700                   '|net/test/ct_'\
701                   '|services/network/sct_auditing/'
702     },
703     'chrome_camera_app': {
704       'filepath': # Exclude string translation .xtb files.
705                   'ash/webui/camera_app_ui/.*$(?<!\.xtb)'\
706                   '|chrome/browser/ash/system_web_apps/apps/camera_app'\
707                   '|components/arc/intent_helper/control_camera_app_delegate.h'\
708                   '|components/arc/mojom/camera_intent.mojom'\
709                   '|media/capture/video/chromeos/camera_app'\
710                   '|media/capture/video/chromeos/mojom/camera_app',
711     },
712     'chrome_elf': {
713       'filepath': 'chrome/chrome_elf',
714     },
715     'chrome_grc': {
716       'filepath': 'chrome/browser/resource_coordinator/'\
717                   '|services/resource_coordinator/',
718     },
719     'chrome_intelligence': {
720       'filepath': 'history_clusters'\
721                   '|image_service'\
722                   '|ios/chrome/browser/text_selection'\
723                   '|manta'\
724                   '|optimization_guide'\
725                   '|optimization_hints'\
726                   '|services/on_device_model'\
727                   '|third_party/eigen3'\
728                   '|third_party/farmhash'\
729                   '|third_party/fft2d'\
730                   '|third_party/fp16'\
731                   '|third_party/gemmlowp'\
732                   '|third_party/libzip'\
733                   '|third_party/mediapipe'\
734                   '|third_party/neon_2_sse'\
735                   '|third_party/ruy'\
736                   '|third_party/tensorflow-text'\
737                   '|third_party/tflite'\
738                   '|third_party/tflite_support'\
739                   '|third_party/utf',
740     },
741     'chrome_performance_manager': {
742       'filepath': 'chrome/browser/performance_manager/'\
743                   '|chrome/renderer/performance_manager/'\
744                   '|components/performance_manager/',
745     },
746     'chromecast': {
747       'filepath': 'chromecast/',
748     },
749     'chromecast_public': {
750       'filepath': 'chromecast/public/',
751     },
752     'chromedriver': {
753       'filepath': 'chrome/test/chromedriver|'\
754                   'chrome/test/data/chromedriver|'\
755                   'third_party/blink/web_tests/external/wpt/webdriver|'\
756                   'third_party/webdriver'
757     },
758     'chromeos': {
759       'filepath': 'chromeos/',
760     },
761     'chromeos_attestation': {
762       'filepath': 'chrome/browser/ash/attestation/|'\
763                   'chrome/browser/extensions/api/enterprise_platform_keys_private/|'\
764                   'chromeos/ash/components/attestation/',
765     },
766     'chromeos_bluetooth': {
767       'filepath': 'ash/system/bluetooth/'\
768                   '|chromeos/ash/components/hid_detection/'\
769                   '|chromeos/ash/services/bluetooth_config/'\
770                   '|chrome/browser/ui/webui/ash/bluetooth'\
771                   '|chrome/browser/resources/ash/settings/os_bluetooth_page/'\
772                   '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
773                   '|chrome/test/data/webui/cr_components/chromeos/bluetooth/'\
774                   '|device/bluetooth/bluez/'\
775                   '|device/bluetooth/chromeos/'\
776                   '|device/bluetooth/floss/'\
777                   '|ash/webui/common/resources/bluetooth/'
778     },
779     'chromeos_cellular': {
780       'filepath': 'chromeos/ash/services/cellular_setup/|'\
781                   'chromeos/ash/components/dbus/hermes/|'\
782                   'chrome/test/data/webui/cr_components/chromeos/cellular_setup/|'\
783                   'ash/webui/common/resources/cellular_setup/',
784     },
785     'chromeos_geolocation': {
786       'filepath': 'chromeos/ash/components/geolocation/',
787     },
788     'chromeos_lkgm': {
789       'filepath': 'chromeos/CHROMEOS_LKGM',
790     },
791     'chromeos_login': {
792       'filepath': 'ash/login/|'\
793                   'chrome/browser/ash/login/|'\
794                   'chrome/browser/ui/webui/ash/login/|'\
795                   'chrome/browser/resources/chromeos/login/|'\
796                   'ui/login/',
797     },
798     'chromeos_media_app': {
799       'filepath': 'ash/webui/media_app_ui/|'\
800                   'chrome/browser/ash/system_web_apps/apps/media_app/',
801     },
802     'chromeos_net': {
803       'filepath': 'ash/system/network/|'\
804                   'ash/webui/common/resources/network/|'\
805                   'chrome/browser/ash/net/|'\
806                   'chrome/browser/extensions/api/networking_private/|'\
807                   'chrome/browser/resources/chromeos/internet_config_dialog/|'\
808                   'chrome/browser/resources/chromeos/internet_detail_dialog/|'\
809                   'chrome/browser/resources/chromeos/network_ui/|'\
810                   'chrome/browser/resources/ash/settings/internet_page/|'\
811                   'chrome/browser/ui/ash/network/|'\
812                   'chrome/browser/ui/webui/ash/network|'\
813                   'chrome/test/data/webui/cr_components/chromeos/network/|'\
814                   'chromeos/ash/components/dbus/shill/|'\
815                   'chromeos/ash/components/network/|'\
816                   'chromeos/ash/services/network_config/|'\
817                   'chromeos/services/network_config/|'\
818                   'components/onc/|'\
819                   'extensions/browser/api/networking_private/',
820     },
821     'chromeos_tast_control': {
822       'filepath': 'chromeos/tast_control.gni',
823     },
824     'chromeos_timezone': {
825       'filepath': 'chromeos/ash/components/timezone/',
826     },
827     'chromeos_webui': {
828       'filepath': 'chrome/browser/ui/webui/ash/|'\
829                   'chrome/browser/ui/webui/chromeos/|'\
830                   'chrome/browser/resources/chromeos/',
831     },
832     'chromeos_wifi_sync': {
833       'filepath': 'chromeos/ash/components/sync_wifi/',
834     },
835     'chrometto_proto_extensions': {
836       'filepath': 'base/tracing/protos/',
837     },
838     'chromevox': {
839       'filepath': 'chromevox|spoken_feedback',
840     },
841     'clang_update': {
842       'filepath': 'tools/clang/scripts/update.py'
843     },
844     'client_hints': {
845       'filepath': 'client_hints|user_agent_utils|content/common/user_agent.cc|'
846                   'content/public/common/user_agent.h',
847     },
848     'clipboard': {
849       'filepath': 'clipboard|dnd|drag|drop',
850     },
851     'components_deps': {
852       'filepath': 'components/([^/]*/)*DEPS',
853     },
854     'compositor_animator': {
855       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
856     },
857     'compute_pressure': {
858       'filepath': 'compute_pressure',
859     },
860     'content_bluetooth': {
861       'filepath': 'content/.*bluetooth'
862     },
863     'content_index': {
864       'filepath': 'content_index',
865     },
866     'content_loader': {
867       'filepath': 'chrome/browser/loader|' \
868                   'content/browser/loader|' \
869                   'content/child/.*loader',
870     },
871     'content_security_policy': {
872       'filepath': 'content_security_policy|csp',
873     },
874     'content_shell': {
875       'filepath': 'content/shell/',
876     },
877     'content_worker': {
878       'filepath': 'content/.*worker',
879     },
880     'contextual_search': {
881       'filepath': 'chrome/browser/android/contextualsearch/|' \
882                   'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
883                   'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
884                   'components/contextual_search/',
885     },
886     'core_timing': {
887       'filepath': 'third_party/blink/renderer/core/timing/' \
888     },
889     'core_web_vitals_plm': {
890       'filepath': 'chrome/browser/page_load_metrics/observers/core/|' \
891                   'components/page_load_metrics/browser/observers/core/',
892     },
893     'core_web_vitals_wpt': {
894       'filepath': 'third_party/blink/web_tests/external/wpt/event-timing/|' \
895                   'third_party/blink/web_tests/external/wpt/largest-contentful-paint/|' \
896                   'third_party/blink/web_tests/external/wpt/layout-instability/',
897     },
898     'courgette': {
899       'filepath': 'courgette/',
900     },
901     'cq': {
902       'filepath': 'infra/config/branch/cq.cfg',
903     },
904     'cr_elements': {
905       'filepath': 'ui/webui/resources/cr_element',
906     },
907     'creator': {
908       'filepath': 'components/creator/|' \
909                   'chrome/android/java/src/org/chromium/chrome/browser/app/creator/|' \
910                   'chrome/browser/creator/',
911     },
912     'cros_commercial_policy': {
913       'filepath': 'ash/components/arc/enterprise/'\
914                   '|ash/policy/'\
915                   '|chrome/browser/ash/arc/enterprise/'\
916                   '|chrome/browser/ash/policy/'\
917                   '|chrome/browser/policy/'\
918                   '|chrome/test/enterprise'\
919                   '|chromeos/ash/components/policy'\
920                   '|components/policy/'\
921                   '|docs/website/site/administrators/',
922     },
923     'cros_commercial_policy_proto': {
924       'filepath': 'components/policy/proto/chrome_device_policy.proto',
925     },
926     'cros_reporting': {
927       'filepath': 'chrome/browser/policy/messaging_layer/'\
928                   '|chrome/browser/ash/policy/status_collector/'\
929                   '|components/policy/proto/record',
930     },
931     'crosapi': {
932       'filepath': 'chromeos/crosapi/'\
933                   '|chrome/browser/ash/crosapi/',
934     },
935     'crosapi_mojom': {
936       'filepath': 'chromeos/crosapi/mojom/crosapi.mojom',
937     },
938     'crostini': {
939       'filepath': 'cicerone'\
940                   '|concierge'\
941                   '|crostini'\
942                   '|guest_os'\
943                   '|plugin_vm',
944     },
945     'cups_printing' : {
946       'filepath': 'chrome/browser/resources/ash/settings/os_printing_page/'\
947                   '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
948                   '|chrome/browser/ui/webui/settings/ash/cups_printers_handler'\
949                   '|chrome/browser/ash/printing/'\
950                   '|chrome/browser/chromeos/printing/'\
951                   '|printing/',
952     },
953     'cursor': {
954       'filepath': 'ash/display/cursor'\
955                   '|ash/wm/.*cursor'\
956                   '|ui/base/cursor/'\
957                   '|ui/base/x/x11_cursor'\
958                   '|ui/base/win/win_cursor'\
959                   '|ui/ozone/common/bitmap_cursor'\
960                   '|ui/views/widget/desktop_aura/.*cursor'\
961                   '|ui/wm/core/.*cursor',
962     },
963     'custom_handlers': {
964       'filepath': 'chrome/browser/custom_handlers/|'\
965                   'components/custom_handlers/',
966     },
967     'custom_proxy': {
968       'filepath': 'services/network/network_service_proxy_delegate',
969     },
970     'custom_tabs': {
971       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
972                   'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
973                   'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
974                   'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
975                   'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
976                   'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
977                   'chrome/browser/android/customtabs/',
978     },
979     'dark_mode': {
980       'filepath': 'cc/.*/.*dark_mode|'\
981                   'third_party/blink/renderer/platform/graphics/.*dark_mode',
982     },
983     'data_decoder': {
984       'filepath': 'services/data_decoder/',
985     },
986     'dbus': {
987       'filepath': 'dbus/',
988     },
989     'desktop_in_product_help': {
990       'filepath': 'components/feature_engagement/|'\
991                   'components/user_education/|'\
992                   'chrome/browser/resources/internals/user_education/|'\
993                   'chrome/browser/resources/whats_new/|'\
994                   'chrome/browser/user_education/|'\
995                   'chrome/browser/ui/user_education/|'\
996                   'chrome/browser/ui/views/user_education/|'\
997                   'chrome/browser/ui/webui/internals/user_education/|'\
998                   'chrome/browser/ui/webui/whats_new/',
999     },
1000     'device_bluetooth': {
1001       'filepath': 'device/.*bluetooth'
1002     },
1003     'device_chooser': {
1004       'filepath': 'chrome/browser/chooser_controller/|'\
1005                   'chrome/browser/ui/android/bluetooth_chooser_|'\
1006                   'chrome/browser/ui/android/usb_chooser_|'\
1007                   'chrome/browser/ui/bluetooth/|'\
1008                   'chrome/browser/ui/cocoa/device_chooser_|'\
1009                   'chrome/browser/ui/cocoa/extensions/chooser_dialog_|'\
1010                   'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_|'\
1011                   'chrome/browser/ui/views/device_chooser_|'\
1012                   'chrome/browser/ui/views/extensions/chooser_dialog_|'\
1013                   'chrome/browser/ui/views/permission_bubble/chooser_bubble_|'\
1014                   'chrome/browser/usb/usb_chooser_',
1015     },
1016     'devtools': {
1017       'filepath': 'devtools',
1018     },
1019     'diagnostics_mojo': {
1020       'filepath': 'chromeos/ash/services/cros_healthd/public/mojom/',
1021     },
1022     'diagnostics_ui': {
1023       'filepath': 'ash/webui/diagnostics_ui/',
1024     },
1025     'dips': {
1026       'filepath': 'chrome/browser/dips/',
1027     },
1028     'discardable_memory': {
1029         'filepath': 'components/discardable_memory/',
1030     },
1031     'disk_cache': {
1032       'filepath': 'net/disk_cache/|http_cache',
1033     },
1034     'display': {
1035       'filepath': 'ui/display/|'\
1036                   'ash/display/|'\
1037                   'chrome/browser/ui/webui/ash/settings/pages/device/display_settings/',
1038     },
1039     'dom_storage': {
1040       'filepath': 'content/common/dom_storage/|'\
1041                   'content/browser/dom_storage/|'\
1042                   'components/services/storage/dom_storage/',
1043     },
1044     'download': {
1045       'filepath': 'chrome/browser/download/|'\
1046                   'content/browser/download/',
1047     },
1048     'download_bubble': {
1049       'filepath': 'chrome/browser/download/bubble/|' \
1050                   'chrome/browser/ui/views/download/bubble/'
1051     },
1052     'download_status_updater_chromeos': {
1053       'filepath': 'chrome/browser/ash/crosapi/download_status_updater|' \
1054                   'chrome/browser/download/download_status_updater_lacros|' \
1055                   'chrome/browser/lacros/download_status_updater|' \
1056                   'chrome/browser/ui/ash/download_status/'
1057     },
1058     'downloads_ui': {
1059       'filepath': 'chrome/browser/resources/downloads/|' \
1060                   'chrome/browser/ui/webui/.*downloads|' \
1061                   'chrome/browser/ui/views/download/|' \
1062                   'chrome/browser/ui/cocoa/download/'
1063     },
1064     'drive_resource_metadata': {
1065       'filepath': 'drive.*resource_metadata'
1066     },
1067     'eche': {
1068       'filepath': 'ash/system/eche/|' \
1069                   'ash/webui/eche_app_ui/|' \
1070                   'chrome/browser/ash/eche_app/'
1071     },
1072     'eme': {
1073       'filepath': 'chrome/renderer/media/.*key_system|' \
1074                   'chrome/browser/media/.*(cdm|encrypted)|' \
1075                   'components/cdm/|' \
1076                   'content/browser/media/cdm/|' \
1077                   'media/base/android/.*drm|' \
1078                   'media/cdm/|' \
1079                   'third_party/widevine/cdm/'
1080     },
1081     'enterprise_connectors': {
1082         'filepath': 'chrome/browser/enterprise/connectors/|' \
1083                     'chrome/browser/safe_browsing/cloud_content_scanning/|' \
1084                     'components/enterprise/common/proto/'
1085     },
1086     'enterprise_reporting_private': {
1087       'filepath': 'chrome/common/extensions/api/enterprise_reporting_private.idl|' \
1088                   'chrome/browser/extensions/api/enterprise_reporting_private/|' \
1089                   'chrome/browser/enterprise/signals/'
1090     },
1091     'exo': {
1092       'filepath': 'components/exo',
1093     },
1094     'explore_sites': {
1095       'filepath': 'chrome/browser/android/explore_sites/|' \
1096                   'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
1097     },
1098     'extension': {
1099       'filepath': 'extension',
1100     },
1101     'face_ml': {
1102       'filepath': 'ash/webui/face_ml_app_ui/|' \
1103                   'chrome/browser/ash/system_web_apps/apps/face_ml_system_web_app_info.*|' \
1104                   'chrome/browser/ash/system_web_apps/apps/face_ml/'
1105     },
1106     'feed': {
1107       'filepath': 'chrome/android/feed|' \
1108                   'chrome/browser/feed/|' \
1109                   'components/feed/'
1110     },
1111     'feedback': {
1112       'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
1113                   'chrome/browser/feedback/|' \
1114                   'components/feedback/|' \
1115                   'extensions/browser/api/feedback_private/'
1116     },
1117     'file_preview': {
1118       'filepath': 'ash/public/cpp/file_preview/'
1119     },
1120     'fileapi': {
1121       'filepath': 'file_system/|' \
1122                   'fileapi/'
1123     },
1124     'filebrowse': {
1125       'filepath': 'file_browser|' \
1126                   'file_manager|' \
1127                   'filebrowse'
1128     },
1129     'filesapp': {
1130       'filepath': 'chrome/browser/ash/drive|' \
1131                   'chrome/browser/ash/extensions/file_manager|' \
1132                   'chrome/browser/ash/file_manager|' \
1133                   'chrome/browser/ash/file_system_provider|' \
1134                   'chrome/browser/chromeos/extensions/file_system_provider|' \
1135                   'chrome/browser/drive|' \
1136                   'chrome/test/data/extensions/api_test/file_system_provider|' \
1137                   'components/drive|' \
1138                   'google_apis/drive|' \
1139                   'ash/webui/file_manager|' \
1140                   'ui/file_manager'
1141     },
1142     'firmware_update': {
1143       'filepath': 'ash/webui/firmware_update_ui/|' \
1144                   'chromeos/ash/components/dbus/fwupd/|' \
1145                   'chromeos/ash/components/fwupd/',
1146     },
1147     'freetype_update': {
1148       'filepath': 'third_party/freetype/README.chromium',
1149     },
1150     'fsp': {
1151       'filepath': 'chrome/browser/ash/file_system_provider|' \
1152                   'chrome/browser/chromeos/extensions/file_system_provider|' \
1153                   'chrome/test/data/extensions/api_test/file_system_provider'
1154     },
1155     'fuchsia': {
1156       'filepath': 'fuchsia',
1157     },
1158     'full_restore': {
1159       'filepath': 'chrome/browser/ash/full_restore/|' \
1160                   'components/app_restore/'
1161     },
1162     'fuzzing': {
1163       'filepath': 'fuzz|Fuzz',
1164     },
1165     'gamepad': {
1166       'filepath': 'gamepad',
1167     },
1168     'gcm': {
1169       'filepath': 'chrome/browser/gcm/|'\
1170                   'components/gcm_driver/|'\
1171                   'google_apis/gcm/',
1172     },
1173     'generic_sensor': {
1174       'filepath': 'services/device/generic_sensor/|'\
1175                   'third_party/blink/renderer/modules/sensor/',
1176     },
1177     'geolocation': {
1178       'filepath': 'chrome/browser/geolocation/|'\
1179                   'content/browser/geolocation|'\
1180                   'content/public/common/geoposition|'\
1181                   'content/public/browser/geolocation|'\
1182                   'content/renderer/geolocation|'\
1183                   'content/shell/geolocation/',
1184     },
1185     'gfx_geometry': {
1186       'filepath': 'ui/gfx/geometry/',
1187     },
1188     'gfx_image': {
1189       'filepath': 'ui/gfx/image/',
1190     },
1191     'global_media_controls': {
1192       'filepath': 'chrome/browser/ui/global_media_controls|'\
1193                   'chrome/browser/ui/views/global_media_controls|'\
1194                   'chrome/browser/ui/views/feature_promos/global_media_controls|'\
1195                   'chrome/browser/ui/in_product_help/global_media_controls',
1196     },
1197     'gn': {
1198       'filepath': 'tools/gn',
1199     },
1200     'gpu_passthrough_cmd_decoder': {
1201       'filepath': 'gpu/command_buffer/service/.*passthrough',
1202     },
1203     'guest_view': {
1204       'filepath': 'chrome/browser/apps/guest_view|'\
1205                   'chrome/browser/extensions/api/web_view|'\
1206                   'chrome/browser/guest_view|'\
1207                   'chrome/common/extensions/api/(app|web)view_tag\.(json|idl)|'\
1208                   'chrome/common/extensions/docs/.*(app|web)view|'\
1209                   'chrome/renderer/resources/extensions/web_view|'\
1210                   'chrome/test/data/extensions/platform_apps/(app|web)_view|'\
1211                   'components/guest_view|'\
1212                   'content/browser/browser_plugin|'\
1213                   'extensions/browser/api/guest_view|'\
1214                   'extensions/browser/guest_view|'\
1215                   'extensions/common/api/(app|guest|web)_view.*\.(json|idl)|'\
1216                   'extensions/common/api/extension_options.*\.(json|idl)|'\
1217                   'extensions/common/api/mime_handler.*\.(json|idl|mojom)|'\
1218                   'extensions/common/guest_view|'\
1219                   'extensions/common/mojom/guest_view\.mojom|'\
1220                   'extensions/renderer/guest_view|'\
1221                   'extensions/renderer/resources/guest_view|'\
1222                   'extensions/test/data/(app|web)_view',
1223     },
1224     'hashprefix_realtime': {
1225       'filepath': 'components/safe_browsing/core/browser/hashprefix_realtime/'
1226     },
1227     'hats': {
1228       'filepath': 'chrome/browser/ash/hats/',
1229     },
1230     'headless': {
1231       'filepath': 'headless/'
1232     },
1233     'heap_mojo': {
1234       'filepath': 'third_party/blink/renderer/platform/mojo/heap_mojo_'
1235     },
1236     'holding_space': {
1237       'filepath': 'ash/public/cpp/holding_space|'\
1238                   'ash/system/holding_space|'\
1239                   'ash/system/progress_indicator|'\
1240                   'chrome/browser/lacros/.*holding_space|'\
1241                   'chrome/browser/ui/ash/holding_space|'\
1242                   'chrome/browser/ui/ash/thumbnail_loader|'\
1243                   'chromeos/crosapi/mojom/.*holding_space|'\
1244                   'tools/metrics/histograms/metadata/holding_space'
1245     },
1246     'i18n': {
1247       'filepath': 'base/i18n/|base/string|l10n|icu|'\
1248                   'locale_settings|encoding',
1249     },
1250     'image_editor': {
1251       'filepath': 'chrome/browser/image_editor'\
1252                   '|chrome/android/modules/image_editor',
1253     },
1254     'incident_reporting': {
1255       'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1256     },
1257     'incognito': {
1258       'filepath':  'chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabIncognitoManager.java'\
1259                    '|chrome/android/java/src/org/chromium/chrome/browser/customtabs/IncognitoCustomTabIntentDataProvider.java'\
1260                    '|chrome/android/java/src/org/chromium/chrome/browser/incognito'\
1261                    '|chrome/android/junit/src/org/chromium/chrome/browser/incognito'\
1262                    '|chrome/android/javatests/src/org/chromium/chrome/browser/incognito'\
1263                    '|chrome/browser/incognito'\
1264                    '|chrome/browser/prefs/incognito_mode_prefs.cc'\
1265                    '|chrome/browser/prefs/pref_service_incognito_allowlist.cc'\
1266                    '|chrome/browser/profiles/incognito_mode_policy_handler.cc'\
1267     },
1268     'indexed_db': {
1269       'filepath': 'content/browser/indexed_db|'\
1270                   'content/public/browser/indexed_db|'\
1271                   'content/renderer/indexed_db|'\
1272                   'content/test/data/indexeddb|'\
1273                   'components/services/storage/indexed_db',
1274     },
1275     'infobars_for_weblayer': {
1276       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/'\
1277                   '|chrome/android/java/src/org/chromium/chrome/browser/infobar/'\
1278                   '|chrome/browser/ui/messages/android/java/src/org/chromium/chrome/browser/ui/messages/infobar/'\
1279                   '|chrome/browser/ui/android/infobars/',
1280     },
1281     'input': {
1282       'filepath': 'content/browser/renderer_host/input|'\
1283                   'content/renderer/input|'\
1284                   'ui/events/blink/'
1285     },
1286     'input_device_settings': {
1287       'filepath': 'ash/system/input_device_settings/|'\
1288                   'chrome/browser/resources/ash/settings/device_page/|'\
1289                   'chrome/browser/ui/webui/settings/ash/device_section.(cc|h)$|'\
1290                   'chrome/browser/ui/webui/settings/ash/input_device_settings/',
1291     },
1292     'input_devices': {
1293       'filepath': 'ui/events/devices/',
1294     },
1295     'installable': {
1296       'filepath': 'chrome/browser/extensions/bookmark_app'\
1297                   '|chrome/browser/installable/'
1298                   '|components/webapps/browser/installable/',
1299     },
1300     'installer_linux': {
1301       'filepath': 'chrome/installer/linux/',
1302     },
1303     'installer_win': {
1304       'filepath': 'chrome/install_static/'\
1305                   '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1306                   '|components/zucchini/',
1307     },
1308     'ios': {
1309       'filepath': 'ios/',
1310     },
1311     'ios_chrome': {
1312       'filepath': 'ios/chrome/',
1313     },
1314     'ios_clean': {
1315       'filepath': 'ios/clean/',
1316     },
1317     'ios_credential_provider': {
1318       'filepath': 'ios/chrome/browser/credential_provider|'\
1319                   'ios/chrome/common/credential_provider|'\
1320                   'ios/chrome/common/ui|'\
1321                   'ios/chrome/credential_provider_extension',
1322     },
1323     'ios_flags': {
1324       'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1325                   'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1326                   'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
1327     },
1328     'ios_ntp': {
1329       'filepath': 'ios/chrome/browser/ui/ntp/',
1330     },
1331     'ios_showcase': {
1332       'filepath': 'ios/showcase/',
1333     },
1334     'ios_web': {
1335       'filepath': 'ios/web(_view)?/',
1336     },
1337     'ios_widget_kit': {
1338       'filepath': 'ios/chrome/common/widget_kit|'\
1339                   'ios/chrome/browser/widget_kit|'\
1340                   'ios/chrome/widget_kit_extension',
1341     },
1342     'kiosk': {
1343       'filepath': 'chrome/browser/chromeos/app_mode/'\
1344                   '|chrome/browser/ash/app_mode/'\
1345                   '|chrome/browser/ash/login/app_mode/'
1346                   '|chrome/browser/lacros/app_mode/'\
1347                   '|chromeos/crosapi/mojom/kiosk_session_service.mojom',
1348     },
1349     'language': {
1350       'filepath': 'chrome/browser/language|'\
1351                   'components/language|'\
1352                   'components/test/data/language|'\
1353                   'ios/chrome/browser/language|'\
1354                   'ios/web_view/internal/language'
1355     },
1356     'libaom': {
1357       'filepath': 'third_party/libaom/',
1358     },
1359     'libvpx': {
1360       'filepath': 'third_party/libvpx/',
1361     },
1362     'libwebp': {
1363       'filepath': 'third_party/libwebp'
1364     },
1365     'libxml_xslt': {
1366       'filepath': 'third_party/libxml/' \
1367                   '|third_party/libxslt/',
1368     },
1369     'linux_sandboxing': {
1370       'filepath': 'sandbox/linux/'\
1371                   '|sandbox/policy/linux/',
1372     },
1373     'linux_seccomp_bpf': {
1374       'filepath': 'content/common/sandbox.*linux.cc',
1375     },
1376     'lookalikes': {
1377       'filepath': 'chrome/browser/component_updater/safety_tips_'\
1378                   '|chrome/browser/lookalikes/'\
1379                   '|chrome/browser/reputation/'\
1380                   '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view'\
1381                   '|components/lookalikes/'\
1382                   '|components/site_engagement/'\
1383                   '|components/url_formatter/',
1384     },
1385     'mac': {
1386       'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
1387     },
1388     'manifest': {
1389       'filepath': 'content/(browser|renderer)/manifest/'\
1390                   '|content/public/common/manifest'\
1391                   '|third_party/blink/(common|mojom)/manifest/'\
1392                   '|third_party/blink/renderer/modules/manifest/',
1393     },
1394     'media': {
1395       'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
1396     },
1397     'media_capture_from_element': {
1398       'filepath': 'content/renderer/media_capture_from_element/' \
1399                   '|third_party/blink/renderer/modules/mediacapture/' \
1400                   '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
1401                   '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
1402                   '|third_party/blink/public/platform/web_canvas_capture'
1403     },
1404     'media_controls': {
1405       'filepath': 'third_party/blink/renderer/modules/media_controls/'
1406     },
1407     'media_galleries': {
1408       'filepath': 'chrome/browser/extensions/api/media_galleries/'\
1409                   '|chrome/browser/media_galleries/'\
1410                   '|chrome/browser/storage_monitor/'\
1411                   '|chrome/common/media_galleries/'\
1412                   '|chrome/test/data/extensions/api_test/media_galleries/'
1413     },
1414     'media_gpu_cros': {
1415       'filepath': 'media/gpu/chromeos'\
1416                   '|media/gpu/vaapi'\
1417                   '|media/gpu/v4l2'\
1418                   '|media/gpu/.*\.(cc|h)$'\
1419                   '|media/mojo/(clients|mojom|test|services)/.*accelerator'
1420     },
1421     'media_gpu_vaapi': {
1422       'filepath': 'media/gpu/vaapi',
1423     },
1424     'media_gpu_win': {
1425       'filepath': 'media/gpu/windows/'
1426     },
1427     'media_mojo': {
1428       'filepath': 'media/mojo/'
1429     },
1430     'media_recorder': {
1431       'filepath': 'content/renderer/media_recorder/' \
1432                   '|third_party/blink/renderer/modules/mediarecorder/' \
1433                   '|third_party/blink/renderer/platform/exported/web_media_recorder' \
1434                   '|third_party/blink/web_tests/fast/mediarecorder/' \
1435                   '|third_party/blink/public/platform/web_media_recorder'
1436     },
1437     'media_remoting': {
1438       'filepath': 'chrome/browser/media/cast_remoting'\
1439                   '|media/mojo/mojom/remoting.mojom'\
1440                   '|media/remoting/'\
1441                   '|third_party/blink/public/platform/media/web_media_player_'\
1442                   '|third_party/blink/renderer/platform/media/web_media_player_',
1443     },
1444     'media_router': {
1445       'filepath': 'chrome/app/media_router_strings.grdp' \
1446                   '|chrome/browser/media/router/' \
1447                   '|chrome/browser/resources/media_router/' \
1448                   '|chrome/browser/ui/media_router/' \
1449                   '|chrome/browser/ui/views/media_router/' \
1450                   '|chrome/test/media_router/' \
1451                   '|components/media_router/'
1452     },
1453     'media_webrtc': {
1454       'filepath': '^media/webrtc/'
1455     },
1456     'message_loop': {
1457       'filepath': 'base/message_'
1458     },
1459     'metrics': {
1460       'filepath': 'base/metrics/'\
1461                   '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
1462                   '|chrome/browser/metrics/'\
1463                   '|chrome/browser/ash/external_metrics'\
1464                   '|chrome/browser/extensions/api/metrics_private/'\
1465                   '|chrome/browser/ui/webui/metrics_handler'\
1466                   '|chromecast/browser/metrics/'\
1467                   '|components/metrics/'\
1468                   '|components/metrics_services_manager/'\
1469                   '|components/variations/'\
1470                   # Exclude XML files; in particular, histograms.xml.
1471                   '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1472     },
1473     'metrics_metadata_files': {
1474       # Subscribe to this to watch for changes to {actions, histograms, ukm}.xml
1475       # and to the field trial testing config.
1476       'filepath': 'tools/metrics/.*\.xml$'\
1477                   '|testing/variations/fieldtrial_testing_config.json',
1478     },
1479     'metrics_perf': {
1480       'filepath': 'chrome/browser/metrics/perf/',
1481     },
1482     'midi': {
1483       'filepath': 'midi',
1484     },
1485     'minidump_tests': {
1486       'filepath': 'tools/perf/core/minidump_unittest.py',
1487     },
1488     'multi_apps': {
1489       'filepath': 'chrome/test/data/webapps_integration/has_sub_apps/'\
1490                   '|third_party/blink/renderer/modules/subapps/'\
1491                   '|chrome/browser/ui/web_applications/.*sub_app'\
1492                   '|third_party/blink/public/mojom/subapps/'\
1493                   '|chrome/browser/web_applications/commands/.*sub_app'\
1494                   '|third_party/blink/web_tests/external/wpt/resources/chromium/mock-subapps.js'\
1495                   '|third_party/blink/web_tests/external/wpt/subapps/',
1496     },
1497     'multidevice': {
1498       'filepath': 'ash/multi_device_setup/'\
1499                   '|ash/resources/multidevice_resources.grdp'\
1500                   '|ash/webui/common/resources/multidevice_setup/'\
1501                   '|chrome/browser/ash/cryptauth/'\
1502                   '|chrome/browser/ash/device_sync/'\
1503                   '|chrome/browser/ash/multidevice_setup/'\
1504                   '|chrome/browser/ash/secure_channel/'\
1505                   '|chrome/browser/resources/chromeos/multidevice_setup/'\
1506                   '|chrome/browser/resources/ash/settings/multidevice_page/'\
1507                   '|chrome/browser/ui/webui/ash/multidevice_setup/'\
1508                   '|chrome/browser/ui/webui/settings/ash/multidevice'\
1509                   '|chrome/test/data/webui/multidevice_setup/'\
1510                   '|chromeos/ash/components/multidevice/'\
1511                   '|chromeos/ash/components/proximity_auth/'\
1512                   '|chromeos/ash/services/device_sync/'\
1513                   '|chromeos/ash/services/multidevice_setup/'\
1514                   '|chromeos/ash/services/secure_channel/',
1515     },
1516     'multipaste': {
1517      'filepath': 'ash/clipboard/|'\
1518                  'ash/public/cpp/.*clipboard.*|'\
1519                  'chrome/browser/ash/crosapi/clipboard_history.*|'\
1520                  'chrome/browser/lacros/clipboard_history.*|'\
1521                  'chrome/browser/ui/ash/clipboard.*|'\
1522                  'chromeos/ui/clipboard_history/',
1523     },
1524     'nacl': {
1525       'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
1526         'chrome/browser/nacl_host/|chrome/common/nacl|'\
1527         'native_client_sdk/src/doc/',
1528     },
1529     'native_client_sdk': {
1530       'filepath': '^native_client_sdk/',
1531     },
1532     'navigation': {
1533       'filepath': 'content/browser/renderer_host|'\
1534                   'content/browser/renderer_host/render_process_host|'\
1535                   'content/browser/renderer_host/render_view_host|'\
1536                   'content/browser/web_contents/web_contents_impl|'\
1537                   'content/renderer/render_frame|'\
1538                   'content/renderer/render_view'
1539     },
1540     'nearby': {
1541       'filepath': 'chrome/browser/nearby_sharing/|'\
1542                   'chrome/browser/resources/nearby_internals/|'\
1543                   'chrome/browser/resources/nearby_share/|'\
1544                   'chrome/browser/resources/ash/settings/nearby_share_page/|'\
1545                   'chrome/browser/ui/webui/nearby_internals/|'\
1546                   'chrome/browser/ui/webui/nearby_share/|'\
1547                   'chrome/services/sharing/'
1548     },
1549     'nearby_presence': {
1550       'filepath': 'chrome/browser/ash/nearby/|'\
1551                   'chromeos/ash/components/nearby/presence/|'\
1552                   'chromeos/ash/services/nearby/'
1553     },
1554     'net': {
1555       'filepath': 'net/',
1556     },
1557     'net_base': {
1558       'filepath': 'net/base/',
1559     },
1560     'net_http2': {
1561       'filepath': 'net/http2/',
1562     },
1563     'net_log': {
1564       'filepath': 'net/log/|' \
1565         'chrome/browser/net/.*net_log|' \
1566         'chrome/browser/resources/net_internals/|' \
1567         'chrome/browser/ui/webui/net_internals/|' \
1568         'components/net_log/'
1569     },
1570     'net_server': {
1571       'filepath': 'net/server/'
1572     },
1573     'net_spdy': {
1574       'filepath': 'net/spdy/',
1575     },
1576     'net_websockets': {
1577       'filepath': 'net/websockets/',
1578     },
1579     'netinfo': {
1580       'filepath': '/netinfo/',
1581     },
1582     'network_service': {
1583       'filepath': 'services/network/',
1584     },
1585     'nfc': {
1586       'filepath': 'services/device/nfc/|'\
1587                   'third_party/blink/renderer/modules/nfc/'
1588     },
1589     'notifications': {
1590       'filepath': 'chrome/browser/extensions/api/notifications/|'\
1591         'chrome/browser/notifications/|'\
1592         'chrome/test/data/notifications/|'\
1593         'content/browser/notifications/|'\
1594         'content/common/platform_notification|'\
1595         'content/public/browser/platform_notification|'\
1596         'content/public/common/platform_notification|'\
1597         'content/renderer/notification_|'\
1598         'chrome/notification_helper/|'\
1599         'third_party/blink/web_tests/external/wpt/notifications|'\
1600         'third_party/blink/web_tests/http/tests/notifications|'\
1601         'third_party/blink/renderer/modules/notifications|'\
1602         'third_party/blink/public/platform/modules/notifications|'\
1603         'ui/message_center/'
1604     },
1605     'nqe': {
1606       'filepath': 'nqe',
1607     },
1608     'ntp_snippets': {
1609       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
1610         'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
1611         'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
1612         'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1613         'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
1614         'chrome/android/java/res/layout/new_tab_page|'\
1615         'chrome/android/java/res/layout/most_visited'
1616     },
1617     'ntp_tiles': {
1618       'filepath': 'chrome/browser/android/ntp/|'\
1619         'chrome/browser/ui/webui/ntp/|'\
1620         'chrome/common/search/ntp|'\
1621         'components/ntp_tiles/|'\
1622         'ios/chrome/browser/ntp_tiles'
1623     },
1624     'offline_pages': {
1625       'filepath': 'components/offline_pages/'\
1626                   '|chrome/browser/android/offline_pages/'\
1627                   '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
1628     },
1629     'omnibox_desktop': {
1630       'filepath': '^chrome/browser/ash/app_list/search/omnibox/|'\
1631                   '^chrome/browser/autocomplete/|'\
1632                   '^chrome/browser/resources/new_tab_page/realbox/|'\
1633                   '^chrome/browser/resources/omnibox|'\
1634                   '^chrome/browser/ui/location_bar/|'\
1635                   '^chrome/browser/ui/omnibox/|'\
1636                   '^chrome/browser/ui/views/location_bar/|'\
1637                   '^chrome/browser/ui/views/omnibox/|'\
1638                   '^chrome/browser/ui/webui/omnibox/|'\
1639                   '^chrome/browser/ui/webui/realbox/|'\
1640                   '^chrome/test/data/webui/new_tab_page/realbox/|'\
1641                   '^components/omnibox/|'\
1642                   '^components/search_engines/'
1643     },
1644     'origin_trials': {
1645       'filepath': 'origin_trial'\
1646                   '|OriginTrial'\
1647                   '|ConditionalFeature',
1648     },
1649     'os_crypt': {
1650       'filepath': 'components/os_crypt/',
1651     },
1652     'os_feedback_ui': {
1653       'filepath': 'ash/webui/os_feedback_ui/|' \
1654                   'chrome/browser/ash/os_feedback/'
1655     },
1656     'ozone': {
1657       'filepath': 'ui/ozone/|'\
1658         'ui/events/ozone/|'\
1659         'ui/gfx/linux/|'\
1660         'ui/gl/gl_.*egl|'\
1661         'ui/gl/gl_.*ozone'
1662     },
1663     'ozone_fuchsia': {
1664       'filepath': 'ui/ozone/platform/flatland/',
1665     },
1666     'page_info' : {
1667       'filepath': 'chrome/browser/ui/page_info/'\
1668                   '|chrome/browser/ui/.*/page_info/'\
1669                   '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
1670                   '|components/page_info_strings.grdp'\
1671                   '|ios/chrome/browser/ui/page_info/'
1672     },
1673     'page_insights' : {
1674       'filepath': 'chrome/browser/ui/android/page_insights/'\
1675                   '|chrome/browser/xsurface/android/java/src/org/chromium/chrome/browser/xsurface/pageinsights/'
1676     },
1677     'page_load_metrics' : {
1678       'filepath': '/page_load_metrics/'
1679     },
1680     'panels': {
1681       'filepath': 'chrome/browser/ui/panels'\
1682                   '|chrome/browser/ui/cocoa/panels'\
1683                   '|chrome/browser/ui/views/panels'
1684     },
1685     'partition_alloc': {
1686       'filepath': 'base/allocator/partition_allocator/'
1687     },
1688     'password_manager': {
1689       'filepath': 'chrome/.*/password_'\
1690                   '|chrome/browser/ui/passwords'\
1691                   '|chrome/browser/ui/views/passwords'\
1692                   '|chrome/test/data/password'\
1693                   '|components/autofill.*password'
1694                   '|components/password_'\
1695                   '|^ios/chrome/browser/passwords'\
1696     },
1697     'payments': {
1698       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1699                   '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
1700                   '|chrome/browser/payments'\
1701                   '|chrome/browser/ui/views/payments'\
1702                   '|components/payments/test/data'\
1703                   '|components/payments'\
1704                   '|content/browser/payments'\
1705                   '|content/test/data/payments'\
1706                   '|ios/chrome/browser/payments'\
1707                   '|ios/chrome/browser/ui/payments'\
1708                   '|ios/web/payments'\
1709                   '|ios/web/public/payments'\
1710                   '|third_party/blink/web_tests/external/wpt/payment-request'\
1711                   '|third_party/blink/web_tests/http/tests/payments'\
1712                   '|third_party/blink/web_tests/payments'\
1713                   '|third_party/blink/public/platform/modules/payments'\
1714                   '|third_party/blink/renderer/modules/payments'
1715     },
1716     'pdf': {
1717       'filepath': 'components/pdf/'\
1718                   '|chrome/browser/pdf/'\
1719                   '|chrome/browser/ui/pdf/'\
1720                   '|pdf/'
1721     },
1722     'pdf_ocr': {
1723       'filepath': 'pdf_ocr'
1724     },
1725     'pepper_api': {
1726       'filepath': 'ppapi/api'\
1727                   '|ppapi/c',
1728     },
1729     'permissions': {
1730       'filepath': 'content/(child,browser)/permissions/'\
1731                   '|content/common/permission_'\
1732                   '|content/public/(common,browser)/permission_'\
1733                   '|chrome/browser/permissions/'\
1734                   '|chrome/browser/content_settings/permission'\
1735                   '|permission_context',
1736     },
1737     'permissions_policy': {
1738       'filepath': 'third_party/blink/renderer/core/permissions_policy/|' \
1739                   'third_party/blink/public/(common|mojom)/permissions_policy/'
1740     },
1741     'phonehub': {
1742       'filepath': 'ash/system/phonehub/'\
1743                   '|chrome/browser/ash/phonehub/'\
1744                   '|chromeos/ash/components/phonehub/',
1745     },
1746     'picture_in_picture': {
1747       'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
1748     },
1749     'plugin_metadata': {
1750       'filepath': 'chrome/browser/resources/plugin_metadata/'
1751     },
1752     'plus_addresses': {
1753       'filepath': 'components/plus_addresses/'\
1754                   '|chrome/browser/plus_addresses/'\
1755                   '|chrome/browser/ui/plus_addresses/'\
1756                   '|chrome/browser/ui/android/plus_addresses/'
1757     },
1758     'policy_features': {
1759       'filepath' : 'third_party/blink/renderer/core/permissions_policy/document_policy_features.json5|'\
1760                    'third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5'
1761     },
1762     'polymer': {
1763       'filepath': 'third_party/polymer/|'\
1764                   'third_party/web-animations-js/|'\
1765                   'tools/polymer'
1766     },
1767     'popup_blocker': {
1768       'filepath': 'chrome/browser/ui/blocked_content'
1769     },
1770     'precache': {
1771       'filepath': '[pP]recache'
1772     },
1773     'prefetch_proxy': {
1774       'filepath': 'chrome/browser/preloading/prefetch/prefetch_proxy',
1775     },
1776     'prerender': {
1777       'filepath': 'chrome/browser/chrome_content_browser_client_binder_policies' \
1778                   '|chrome/browser/predictors/autocomplete_action_predictor\.(cc|h)$' \
1779                   '|chrome/browser/preloading/' \
1780                   '|content/browser/mojo_binder_policy' \
1781                   '|content/browser/preloading/'
1782     },
1783     'presentation': {
1784       'filepath': 'content/browser/presentation/' \
1785                   '|content/public/browser/presentation_' \
1786                   '|third_party/blink/public/mojom/presentation/' \
1787                   '|third_party/blink/renderer/modules/presentation/' \
1788                   '|third_party/blink/web_tests/(virtual/)?presentation/'
1789     },
1790     'preview_features': {
1791       'filepath': 'components/previews/core/previews_features' \
1792                   '|components/previews/core/previews_experiments'
1793     },
1794     'print_preview': {
1795       'filepath': 'chrome/browser/resources/print_preview/' \
1796                   '|chrome/browser/ui/webui/print_preview/'
1797     },
1798     'privacy_budget': {
1799       'filepath': 'privacy_budget',
1800     },
1801     'privacy_guide_desktop': {
1802       'filepath': 'chrome/browser/resources/settings/privacy_page/privacy_guide/' \
1803                   '|chrome/test/data/webui/settings/privacy_guide*',
1804     },
1805     'privacy_sandbox': {
1806       'filepath': 'privacy_sandbox|PrivacySandbox',
1807     },
1808     'profile_keyed_service': {
1809       'filepath': 'chrome/browser/profiles/profile_keyed_service_browsertest.cc',
1810     },
1811     'psm_libs': {
1812       'filepath': 'third_party/private_membership/|' \
1813                   'third_party/shell-encryption/'
1814     },
1815     'push_messaging': {
1816       'filepath': 'push_messaging'
1817     },
1818     'quick_answers': {
1819       'filepath': 'ash/quick_answers/'\
1820                   '|chrome/browser/renderer_context_menu/quick_answers'\
1821                   '|chromeos/components/quick_answers/'
1822     },
1823     'related_website_sets': {
1824       'filepath': 'first_party_sets|' \
1825                   'top_level_storage_access_api|' \
1826                   'top-level-storage-access-api|' \
1827                   'storage_access_api|' \
1828                   'storage-access-api'
1829     },
1830     'relaunch_notification': {
1831       'filepath': 'chrome/browser/ui/views/relaunch_notification'
1832     },
1833     'remoteplayback': {
1834       'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1835                   '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1836                   '|chrome/browser/media/android/remote/' \
1837                   '|media/renderers/remote_playback' \
1838                   '|third_party/blink/public/platform/media/remote_playback' \
1839                   '|third_party/blink/public/platform/modules/remoteplayback/' \
1840                   '|third_party/blink/renderer/core/html/media/remote_playback' \
1841                   '|third_party/blink/renderer/platform/media/remote_playback' \
1842                   '|third_party/blink/renderer/modules/remoteplayback/' \
1843                   '|third_party/blink/web_tests/media/remoteplayback/' \
1844                   '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1845     },
1846     'remoting': {
1847       'filepath': '^remoting/' \
1848                   '|^testing/chromoting'
1849     },
1850     'rgb_kbd': {
1851       'filepath': 'ash/rgb_keyboard/'
1852     },
1853     'rlz_id': {
1854       'filepath' :'rlz/lib/machine_id.cc|'\
1855                   'rlz/lib/machine_id.h|'\
1856                   'rlz/win/lib/machine_id_win.cc',
1857     },
1858     'runtime_enabled_features': {
1859       'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
1860     },
1861     'safe_browsing': {
1862       'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1863                   'components/safe_browsing/',
1864     },
1865     'sampling_profiler': {
1866       'filepath': 'base/profiler/'\
1867                   '|chrome/common/profiler/'\
1868                   '|chrome/renderer/v8_unwinder'\
1869                   '|components/metrics/.*call_stack'\
1870                   '|components/metrics/public/mojom/call_stack'\
1871                   '|build/android/gyp/create_unwind_table*'\
1872                   '|build/android/gyp/extract_unwind_tables*'\
1873                   '|chrome/android/features/stack_unwinder/'\
1874                   '|chrome/android/modules/stack_unwinder/',
1875     },
1876     'scanning': {
1877       'filepath': 'ash/webui/scanning/'\
1878                   '|chrome/browser/ash/scanning/',
1879     },
1880     'screen_ai': {
1881       'filepath': 'screen_ai',
1882     },
1883     'search_engine_choice_screen': {
1884       'filepath': 'chrome/browser/ui/search_engine_choice/'\
1885                   '|chrome/browser/ui/views/search_engine_choice/'\
1886                   '|chrome/browser/ui/webui/search_engine_choice/'\
1887                   '|chrome/browser/resources/search_engine_choice/'\
1888                   '|chrome/browser/search_engine_choice/'\
1889                   '|chrome/test/data/webui/search_engine_choice/'\
1890                   '|components/resources/default_100_percent/search_engine_choice/'\
1891                   '|components/resources/default_200_percent/search_engine_choice/'\
1892                   '|components/search_engines/search_engine_choice_utils.cc'\
1893                   '|components/search_engine_choice_strings.grdp'\
1894                   '|ios/chrome/browser/providers/signin/chromium_choice.mm'\
1895                   '|ios/chrome/test/providers/signin/test_choice.mm'\
1896                   '|ios/public/provider/chrome/browser/signin/choice_api.h'\
1897                   '|tools/search_engine_choice/',
1898
1899     },
1900     'search_prefetch': {
1901       'filepath': 'chrome/browser/preloading/prefetch/search_prefetch',
1902     },
1903     'security': {
1904       'filepath': 'base/json/'\
1905                   '|base/memory/.*shared_memory'\
1906                   '|components/cbor/'\
1907                   '|AndroidManifest',
1908     },
1909     'select_to_speak': {
1910       'filepath': 'select_to_speak',
1911     },
1912     'send_tab_to_self': {
1913       'filepath': 'components/send_tab_to_self'\
1914                   '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
1915                   '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
1916                   '|chrome/browser/android/send_tab_to_self/'\
1917                   '|chrome/browser/send_tab_to_self/'\
1918                   '|chrome/browser/ui/send_tab_to_self'\
1919                   '|ios/chrome/browser/send_tab_to_self/',
1920     },
1921     'service_worker': {
1922       'filepath': 'content/(browser|renderer|child|common)/service_worker/',
1923     },
1924     'settings': {
1925       'filepath': 'chrome/browser/resources/settings/'\
1926                   '|chrome/browser/ui/webui/settings/'\
1927                   '|chrome/test/data/webui/settings/',
1928     },
1929     'settings_os_settings': {
1930       'filepath': 'chrome/browser/resources/ash/settings/'\
1931                   '|chrome/browser/ui/webui/settings/ash/'\
1932                   '|chrome/browser/ui/webui/settings/chromeos/'\
1933                   '|chrome/test/data/webui/settings/chromeos/'\
1934                   '|ui/webui/resources/cr_elements/chromeos/',
1935     },
1936     'settings_os_settings_languages': {
1937       'filepath': 'chrome/browser/resources/ash/settings/os_languages_page/'\
1938                   '|chrome/browser/ui/webui/settings/ash/languages_'\
1939                   '|chrome/test/data/webui/settings/chromeos/os_languages_page/'
1940     },
1941     'share_sheet': {
1942       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/share/'\
1943                   '|chrome/android/java/res/layout/share_sheet_'\
1944                   '|chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/',
1945     },
1946     'sharing': {
1947       'filepath': 'chrome/browser/sharing/|'\
1948                   'chrome/browser/ui/views/sharing/',
1949     },
1950     'shimless_rma': {
1951       'filepath': 'ash/webui/shimless_rma/'\
1952                   '|chrome/test/data/webui/chromeos/shimless_rma/',
1953     },
1954    'shortcut_customization_ui': {
1955       'filepath': 'ash/webui/shortcut_customization_ui/',
1956     },
1957     'site_engagement': {
1958       'filepath': 'chrome/browser/engagement/|'\
1959                   'chrome/browser/ui/webui/engagement/',
1960     },
1961     'site_instance': {
1962       'filepath': 'content/browser/site_instance|'\
1963         'content/browser/browsing_instance',
1964     },
1965     'smartlock': {
1966       'filepath': 'ash/login/ui/smart_lock.*'\
1967                   '|ash/public/cpp/smartlock'\
1968                   '|chrome/browser/ash/login/easy_unlock/'\
1969                   '|chrome/browser/resources/chromeos/quick_unlock/'\
1970                   '|chrome/browser/resources/ash/settings/multidevice_page/multidevice_smartlock'\
1971                   '|chrome/test/data/webui/settings/chromeos/multidevice_smartlock'\
1972                   '|chromeos/ash/components/dbus/easy_unlock/'\
1973                   '|chromeos/ash/components/proximity_auth/',
1974     },
1975     'smb': {
1976       'filepath': 'chrome/browser/ash/file_system_provider' \
1977                   '|chrome/browser/ash/smb_client'\
1978                   '|chromeos/ash/components/dbus/smbprovider',
1979     },
1980     'source_idls': {
1981       'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
1982     },
1983     'speed_metrics_changelog': {
1984       'filepath': 'docs/speed/metrics_changelog/.*.md',
1985     },
1986     'spellcheck': {
1987       'filepath': 'chrome/browser/spellchecker/'\
1988                   '|chrome/browser/renderer_context_menu/spelling_'\
1989                   '|components/spellcheck/'\
1990                   '|third_party/hunspell/'\
1991                   '|third_party/hunspell_dictionaries/',
1992     },
1993     'startup': {
1994       'filepath': 'chrome/browser/ui/startup/',
1995     },
1996     'storage_access_api': {
1997       'filepath': '/storage_access_api/|' \
1998                   '/storage-access-api/'
1999     },
2000     'storage_service' : {
2001       'filepath': 'components/services/storage/',
2002     },
2003     'structured_headers' : {
2004       'filepath': 'net/http/structured_headers',
2005     },
2006     'styleguide': {
2007       'filepath': '^styleguide/',
2008     },
2009     'styleguide_python': {
2010       'filepath': '^styleguide/python',
2011     },
2012     'subresource_filter': {
2013       'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
2014     },
2015     'supervised_users': {
2016       'filepath': 'chrome/browser/.*managed_mode'\
2017                   '|chrome/browser/.*managed_user'\
2018                   '|chrome/browser/.*supervised_user',
2019     },
2020     'surface_layer_for_video': {
2021       'filepath': 'cc/layers/surface_layer'\
2022                   '|third_party/blink/renderer/platform/graphics/video_frame_'\
2023                   '|third_party/blink/renderer/platform/graphics/surface_layer_bridge',
2024     },
2025     'switch_access': {
2026       'filepath': 'switch_access',
2027     },
2028     'syncfs': {
2029       'filepath': 'sync_file_system',
2030     },
2031     'system_web_apps': {
2032       'filepath': 'chrome/.*system_web_app'
2033     },
2034     'tab_alert_indicators': {
2035       'filepath': 'content/browser/media/audio_stream_monitor'\
2036         '|chrome/browser/ui/tabs/tab_utils'\
2037         '|chrome/browser/ui/views/tabs/alert_indicator_button'\
2038         '|chrome/browser/ui/views/tabs/tab\.cc'\
2039         '|chrome/browser/ui/views/tabs/tab_renderer_data'\
2040         '|media/audio/audio_(output_controller|power_monitor)',
2041     },
2042     'tab_capture': {
2043       # TODO: Watch code in media/audio & audio service for tab audio capture
2044       'filepath': 'chrome/browser/extensions/api/tab_capture/'\
2045         '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
2046         '|chrome/test/data/extensions/api_test/tab_capture/'\
2047         '|components/viz/common/(frame_sinks/|gl_helper|gl_i420|yuv_)'\
2048         '|components/viz/host/client_frame_sink'\
2049         '|components/viz/service/frame_sinks/(frame_sink_manager'\
2050             '|video_capture/)'\
2051         '|content/browser/media/capture/'\
2052         '|content/browser/renderer_host/media/'\
2053         '|media/base/video_frame\.h'\
2054         '|media/capture/'\
2055         '|services/viz/privileged/mojom/compositing/frame_sink'\
2056         '|third_party/blink/public/mojom/mediastream/'
2057     },
2058     'tab_contents': {
2059       'filepath': 'chrome/browser/tab_contents/|'\
2060         'content/browser/tab_contents/|'\
2061         'chrome/browser/ui/tab_contents/',
2062     },
2063     'tab_interface': {
2064       'filepath': 'chrome/browser/tab/'
2065     },
2066     'tab_ui_and_start_surface': {
2067       'filepath': 'chrome/android/features/tab_ui/' \
2068                   '|chrome/android/features/start_surface/' \
2069                   '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/'
2070     },
2071     'tbmv2_metrics': {
2072       'filepath': 'third_party/catapult/tracing/tracing/metrics'
2073     },
2074     'telemetry': {
2075       'filepath': 'tools/perf/'
2076     },
2077     'test_runner': {
2078       'filepath': 'components/test_runner/' \
2079                   '|content/shell/(common|browser|renderer)/web_test/' \
2080                   '|content/test/web_test_support.cc' \
2081                   '|content/public/test/web_test_support.h' \
2082     },
2083     'tests': {
2084       'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
2085     },
2086     'tether': {
2087       'filepath': 'chrome/browser/ash/tether/'\
2088                   '|chrome/browser/ui/ash/network/tether'\
2089                   '|chromeos/ash/components/tether/',
2090     },
2091     'text_to_speech': {
2092       'filepath': 'tts'
2093     },
2094     'textinput': {
2095       'filepath': 'content/browser/renderer_host/render_widget_host_view'\
2096                   '|content/browser/renderer_host/text_input'\
2097                   '|ui/base/ime/'\
2098                   '|ui/views/controls/textfield/'\
2099                   '|ui/wm/core/ime'
2100     },
2101     'textinput_chromeos': {
2102       'filepath': 'chrome/browser/ash/extensions/input_method'\
2103                   '|chrome/browser/ash/input_method/'\
2104                   '|chrome/browser/extensions/api/input_ime'\
2105                   '|chrome/browser/resources/chromeos/keyboard/' \
2106                   'chromeos/.*(language|keyboard)'\
2107                   '|chromeos/ime/'
2108     },
2109     'third_party_conflicts': {
2110       'filepath': 'chrome/browser/win/conflicts/'
2111     },
2112     'timers': {
2113       'filepath': 'base/timer/'
2114     },
2115     'tools_win_chromeexts': {
2116       'filepath': 'tools/win/chromeexts',
2117     },
2118     'touch_selection': {
2119       'filepath': 'ui/touch_selection/'\
2120                   '|content/public/android/java/src/org/chromium/content/browser/selection/'
2121     },
2122     'tracing': {
2123       'filepath': 'base/debug/trace_event'\
2124                   '|base/trace_event/'\
2125                   '|content/browser/tracing/'\
2126                   '|components/tracing/'\
2127                   '|services/tracing/'
2128     },
2129     'traffic_annotation': {
2130       'filepath': 'tools/traffic_annotation/'
2131     },
2132     'translate': {
2133       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/translate|'\
2134                   'chrome/android/java/src/org/chromium/chrome/browser/infobar/translate|'\
2135                   'chrome/android/javatests/src/org/chromium/chrome/browser/translate|'\
2136                   'chrome/browser/translate|'\
2137                   'chrome/browser/ui/translate|'\
2138                   'chrome/browser/ui/webui/translate_internals|'\
2139                   'chrome/browser/ui/views/translate|'\
2140                   'chrome/renderer/translate|'\
2141                   'chrome/test/data/translate|'\
2142                   'components/resources/translate_resources.grdp'\
2143                   'components/translate|'\
2144                   'components/translate_strings_grdp|'\
2145                   'ios/chrome/browser/translate|'\
2146                   'ios/chrome/browser/ui/translate|'\
2147                   'ios/web_view/internal/translate'
2148     },
2149     'turtledove': {
2150       'filepath': 'content/browser/interest_group/|'\
2151                   'content/services/auction_worklet/|'\
2152                   'third_party/blink/public/mojom/interest_group/|'\
2153                   'third_party/blink/renderer/modules/ad_auction/'
2154     },
2155     'ui_compositor': {
2156       'filepath': 'ui/compositor/layer\.|'\
2157                   'ui/compositor/layer_unittest|'\
2158                   'ui/compositor/compositor',
2159     },
2160     'ui_display_win': {
2161       'filepath': '^ui/display/win',
2162     },
2163     'ui_resources': {
2164       'filepath': 'ui/resources/'\
2165                   '|ui/base/native_theme/resources/'\
2166                   '|chrome/app/theme/'
2167     },
2168     'ui_strings': {
2169       'filepath': 'chrome/app/generated_resources.grd'\
2170                   '|chrome/app/google_chrome_strings.grd'\
2171                   '|chrome/app/settings_strings.grdp'\
2172                   '|chrome/browser/ui/android/strings/android_chrome_strings.grd'\
2173                   '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
2174                   '|ui/strings/ui_strings.grd',
2175     },
2176     'ui_views': {
2177       'filepath': '^ui/views',
2178     },
2179     'unified_consent': {
2180       'filepath': 'components/unified_consent/'\
2181                   '|chrome/browser/unified_consent/',
2182     },
2183     'usb': {
2184       'filepath': '/usb/',
2185     },
2186     'user_education': {
2187       'filepath': 'ash/user_education/|'\
2188                   'chrome/browser/ui/ash/user_education/',
2189     },
2190     'version_assembly': {
2191       'filepath': 'chrome/app/version_assembly',
2192     },
2193     'video': {
2194       'filepath': 'content/browser/renderer_host/media/|'\
2195                   'content/renderer/media/|'\
2196                   'media/capture/video/|'\
2197                   'media/filters/|'\
2198                   'media/gpu/|'\
2199                   '.*video',
2200     },
2201     'video_capture': {
2202       'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
2203                   '|content/browser/renderer_host/media/.*(capture|media)'\
2204                   '|content/renderer/media/.*(capture|media|webrtc)'\
2205                   '|media/capture/'\
2206                   '|media/muxers/'\
2207                   '|services/video_capture/',
2208     },
2209     'virtual_keyboard': {
2210       'filepath': 'ash/keyboard/'\
2211                   '|chrome/test/data/chromeos/virtual_keyboard/'\
2212                   '|extensions/browser/api/virtual_keyboard_private/'\
2213                   '|ash/system/virtual_keyboard/',
2214     },
2215     'virtual_reality': {
2216       # Includes VR, AR, and XR.
2217       'filepath': '/vr/'\
2218                   '|/xr'\
2219                   '|webxr'\
2220                   '|isolated_xr_device'\
2221                   '|third_party/arcore'\
2222                   '|third_party/gvr'\
2223                   '|third_party/libovr'\
2224                   '|third_party/openvr',
2225     },
2226     'vscode_tooling': {
2227       'filepath': 'tools/vscode',
2228     },
2229     'vulkan': {
2230       'filepath': 'gpu/vulkan'\
2231                   '|third_party/vulkan'
2232     },
2233     'wake_lock': {
2234       'filepath': 'wake_lock',
2235     },
2236     'wallpapers': {
2237       'filepath': 'components/arc/common/wallpaper.mojom'\
2238                   '|ash/wallpaper/'\
2239     },
2240     'web_applications': {
2241       'filepath': 'chrome/browser/web_applications'\
2242                   '|chrome/browser/ui/web_applications',
2243     },
2244     'web_package': {
2245       'filepath': 'components/web_package/'\
2246                   '|content/browser/loader/prefetch_url_loader'\
2247                   '|content/browser/web_package/'\
2248                   '|content/test/data/sxg/'
2249     },
2250     'web_share': {
2251       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
2252                   '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare'\
2253                   '|third_party/blink/web_tests/webshare/'\
2254                   '|third_party/blink/web_tests/external/wpt/web-share/'\
2255                   '|third_party/blink/public/mojom/webshare/'\
2256                   '|third_party/blink/renderer/modules/webshare/',
2257     },
2258     'webauthn': {
2259         'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
2260       '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
2261                     '|chrome/browser/ui/webauthn/'\
2262                     '|chrome/browser/ui/views/webauthn/'\
2263                     '|chrome/browser/webauthn/'\
2264                     '|content/browser/webauth/'\
2265                     '|device/fido/'\
2266                     '|third_party/blink/public/mojom/webauthn/'\
2267                     '|third_party/blink/web_tests/external/wpt/webauthn/'\
2268                     '|third_party/microsoft_webauthn/',
2269     },
2270     'webcodecs': {
2271         'filepath': 'third_party/blink/renderer/modules/webcodecs/',
2272     },
2273     'webgpu': {
2274         'filepath': 'third_party/blink/renderer/modules/webgpu/',
2275     },
2276     'webid': {
2277         'filepath': 'third_party/blink/renderer/modules/credentialmanagement/'\
2278                     '|third_party/blink/public/mojom/webid/'\
2279                     '|content/browser/webid'\
2280                     '|chrome/browser/.*webid',
2281     },
2282     'weblayer': {
2283         'filepath': 'weblayer/',
2284     },
2285     'weblayer_safe_browsing': {
2286         'filepath': 'weblayer/browser/safe_browsing/',
2287     },
2288     'weblayer_ssl': {
2289         'filepath': 'weblayer/browser/ssl',
2290     },
2291     'webnn': {
2292         'filepath': 'third_party/blink/renderer/modules/ml/webnn/'\
2293                     '|services/webnn/'\
2294                     '|components/ml/webnn/',
2295     },
2296     'webotp': {
2297         'filepath': 'third_party/blink/renderer/modules/credentialmanager/credentials_container\.cc'\
2298                     '|third_party/blink/renderer/modules/credentialmanager/.*otp'\
2299                     '|third_party/blink/public/mojom/sms/'\
2300                     '|content/browser/.*sms/'\
2301                     '|chrome/browser/sharing/.*sms',
2302     },
2303     'webrtc_browser_tests': {
2304       'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
2305                   'content/browser/media/.*webrtc.*browsertest',
2306     },
2307     'website_settings': {
2308       'filepath': 'chrome/browser/content_settings/'\
2309                   '|chrome/browser/ui/views/website_settings/'\
2310                   '|chrome/browser/ui/website_settings/'\
2311                   '|chrome/browser/privacy_sandbox/privacy_sandbox_settings'\
2312                   '|chrome/common/content_settings'\
2313                   '|components/content_settings/'\
2314                   '|services/network/cookie_settings',
2315     },
2316     'windows_sandboxing': {
2317       'filepath': 'sandbox/win/',
2318     },
2319     'wpt_tools': {
2320       'filepath': 'third_party/blink/web_tests/external/wpt/tools/',
2321     },
2322     'x11': {
2323       'filepath': 'ui/base/x/'
2324     },
2325     'zlib': {
2326       'filepath': 'third_party/zlib'
2327     },
2328     'zoom': {
2329       'filepath': 'chrome/browser/ui/zoom/' \
2330                   '|components/ui/zoom/' \
2331                   '|content/browser/host_zoom_' \
2332                   '|content/browser/storage_partition_impl' \
2333                   '|content/public/browser/host_zoom_map.h' \
2334                   '|content/public/browser/storage_partition.h'
2335     },
2336   },
2337
2338   ##############################################################################
2339   # Please keep alphabetical
2340   ##############################################################################
2341   'WATCHLISTS': {
2342     'about_flags': ['asvitkine+watch@chromium.org',
2343                     'jmedley+watch@chromium.org'],
2344     'accelerators': ['zentaro+watch-accelerators@chromium.org',
2345                      'jimmyxgong+watch-accelerators@chromium.org',
2346                      'cambickel+watch-accelerators@google.com',
2347                      'longbowei+watch-accelerators@google.com',
2348                      'zhangwenyu+watch-accelerators@google.com',
2349                      'michaelcheco+watch-accelerators@google.com'],
2350     'accessibility': ['abigailbklein+watch@google.com',
2351                       'akihiroota@chromium.org',
2352                       'dtseng+watch@chromium.org',
2353                       'hirokisato+watch@chromium.org',
2354                       'je_julie.kim@chromium.org',
2355                       'josiahk+watch@chromium.org',
2356                       'kbabbitt@microsoft.com',
2357                       'kyungjunlee+watcha11y@google.com',
2358                       'nektar+watch@chromium.org',
2359                       'sarakato+watch@chromium.org',
2360                       'yuzo+watch@chromium.org',
2361                       'francisjp+watcha11y@google.com'],
2362     'accessibility_component_extensions': ['anastasi+watch@google.com',
2363                                            'katie+watch@chromium.org',
2364                                            'shannc+watch@chromium.org'],
2365     'accessibility_features_ash': ['katie+watch@chromium.org'],
2366     'accessibility_minimal_core': ['aleventhal+watcha11y@chromium.org'],
2367     'accessibility_service': ['katie+watch@chromium.org'],
2368     'add_to_homescreen': ['dominickn+watch-a2hs@chromium.org',
2369                           'pkotwicz+watch@chromium.org',
2370                           'webapks-watchlist@chromium.org'],
2371     'agent_scheduling_group': ['blink-isolation-reviews@chromium.org',
2372                                'chikamune+watch@chromium.org'],
2373     'android_crash_reporting': ['asvitkine+watch@chromium.org',
2374                                 'wnwen+watch@chromium.org'],
2375     'android_flags': ['hnakashima+watch@chromium.org'],
2376     'android_infobars': ['dfalcantara+watch@chromium.org'],
2377     'android_infra': ['agrieve+watch@chromium.org'],
2378     'android_item_chooser_dialogs': [],
2379     'android_lint': ['wnwen+watch@chromium.org'],
2380     'android_omnibox': ['ender+watch@chromium.org'],
2381     'android_search_widget': ['tedchoc+watch@chromium.org',
2382                               'yusufo+watch@chromium.org'],
2383     'android_studio': ['wnwen+watch@chromium.org',
2384                        'nyquist+watch@chromium.org'],
2385     'android_tab': ['dtrainor+watch@chromium.org'],
2386     'android_toolbar': ['hanxi+watch@chromium.org'],
2387     'android_toolbar_deps': ['jinsukkim+watch@chromium.org'],
2388     'android_uma_settings': ['asvitkine+watch@chromium.org',
2389                              'gayane+watch@chromium.org'],
2390     'android_webapk': ['dominickn+watch-webapk@chromium.org',
2391                        'mxcai+watch-webapk@chromium.org',
2392                        'webapks-watchlist@chromium.org'],
2393     'android_webview': ['android-webview-reviews@chromium.org'],
2394     'android_webview_network_service': [],
2395     'app_service': ['dominickn+watch-app_service@chromium.org',
2396                     'nancylingwang@chromium.org',
2397                     'tsergeant+watch@chromium.org',
2398                     'mxcai+watch-app_service@chromium.org'],
2399     'app_service_protos': ['cros-reporting-team+watch@google.com',
2400                            'vshenvi+watch@google.com'],
2401     'app_shortcuts': ['dominickn+watch-app_shortcuts@chromium.org',
2402                       'loyso+watch@chromium.org',
2403                       'mgiuca+watch@chromium.org',
2404                       'dmurph+watching-app_shortcuts@chromium.org',
2405                       'webappwatch@microsoft.com'],
2406     'apps': ['chromium-apps-reviews@chromium.org',
2407              'dominickn+watch-apps@chromium.org',
2408              'dmurph+watching-apps@chromium.org',
2409              'webappwatch@microsoft.com'],
2410     'apps_intent_helper': ['dominickn+watch-intent_helper@chromium.org',
2411                            'mxcai+watch-intent-helper@chromium.org'],
2412     'arc': ['hidehiko+watch@chromium.org',
2413             'arc-reviews+chromium@google.com'],
2414     'arc_auth': ['khmel+watch@chromium.org'],
2415     'arc_fileapi': ['alanding+watch@chromium.org',
2416                     'djacobo+watch@chromium.org'],
2417     'arc_ime': ['yhanada+watch@chromium.org'],
2418     'arc_kiosk': ['poromov+watch@chromium.org'],
2419     'arc_mojom': ['hashimoto+watch@chromium.org'],
2420     'arc_nearby_share': ['alanding+watch@chromium.org'],
2421     'arc_net': ['abhishekbh@chromium.org',
2422                 'cernekee@chromium.org',
2423                 'snanda@chromium.org'],
2424     'arc_power': ['ejcaruso+watch@chromium.org'],
2425     'ash_webui_common': ['gavinwill+watch-ash-webui-common@chromium.org',
2426                          'jimmyxgong+watch-ash-webui-common@chromium.org',
2427                          'zentaro+watch-ash-webui-common@chromium.org'],
2428     'ash_wm_desks': ['dandersson@chromium.org',
2429                      'bicioglu@google.com'],
2430     'assistive': ['croissant-eng+reviews@chromium.org'],
2431     'attribution_reporting': ['apaseltiner+watch@chromium.org'],
2432     'audio_service': ['marinaciocea+watch@chromium.org',
2433                       'olka+watch@chromium.org'],
2434     'audio_settings': ['gordonseto+audio-settings-watch@google.com',
2435                        'michaelcheco+audio-settings-watch@google.com',
2436                        'owenzhang+audio-settings-watch@google.com'],
2437     'aura': ['sadrul@chromium.org'],
2438     'aura_compositor': ['jbauman+watch@chromium.org'],
2439     'autofill_payments': ['armalhotra+autofillwatch@google.com',
2440                           'jsaul+autofillwatch@google.com',
2441                           'shgar+autofillwatch@google.com',
2442                           'siashah+autofillwatch@chromium.org',
2443                           'siyua+autofillwatch@chromium.org',
2444                           'vinnypersky+autofillwatch@google.com'],
2445     'background_fetch': ['peter@chromium.org',
2446                          'rayankans+watch@chromium.org',
2447                          'nator+watch@chromium.org'],
2448     'background_sync': ['iclelland+watch@chromium.org',
2449                         'nator+watch@chromium.org',
2450                         'peter@chromium.org',
2451                         'rayankans+watch@chromium.org'],
2452     'banners': ['dominickn+watch-banners@chromium.org',
2453                 'pkotwicz+watch@chromium.org'],
2454     'base_allocator': ['wfh+watch@chromium.org',
2455                        'lizeb+watch@chromium.org'],
2456     'base_android': ['agrieve+watch@chromium.org',
2457                      'lizeb+watch@chromium.org',
2458                      'nyquist+watch@chromium.org',
2459                      'pasko+watch@chromium.org',
2460                      'torne+watch@chromium.org',
2461                      'yfriedman+watch@chromium.org'],
2462     'base_memory': ['gavinp+memory@chromium.org'],
2463     'base_scheduler': ['scheduler-bugs+base@chromium.org'],
2464     'base_thread_pool': ['fdoray+watch@chromium.org',
2465                          'gab+watch@chromium.org',
2466                          'jessemckenna+watch@google.com',
2467                          'robliao+watch@chromium.org'],
2468     'base_win': ['grt+watch@chromium.org',
2469                  'jessemckenna+watch@google.com',
2470                  'robliao+watch@chromium.org',
2471                  'wfh+watch@chromium.org'],
2472     'battery_status': ['raphael.kubo.da.costa@intel.com'],
2473     'bfcache': ['bfcache-bugs@chromium.org',
2474                 'chikamune+watch@chromium.org'],
2475     'binary_size': ['agrieve+watch@chromium.org'],
2476     'blink': ['blink-reviews@chromium.org'],
2477     'blink_accessibility': ['je_julie.kim@chromium.org',
2478                             'kbabbitt@microsoft.com',
2479                             'nektar@chromium.org',
2480                             'blink-reviews-a11y@chromium.org'],
2481     'blink_animation': ['alexis.menard@intel.com',
2482                         'gerchiko@microsoft.com',
2483                         'blink-reviews-animation@chromium.org'],
2484     'blink_audio': ['hongchan@chromium.org', 'mjwilson@chromium.org', 'alvinji@chromium.org', 'sinafirooz@chromium.org'],
2485     'blink_battery_status': ['raphael.kubo.da.costa@intel.com'],
2486     'blink_bindings': ['blink-reviews-bindings@chromium.org', 'haraken@chromium.org'],
2487     'blink_bindings_serialization': ['jbroman+watch@chromium.org'],
2488     'blink_bluetooth': ['mattreynolds+watch@chromium.org',
2489                         'odejesush+watch@chromium.org'],
2490     'blink_client_hints': ['yoavweiss@chromium.org'],
2491     'blink_clipboard': ['dcheng@chromium.org'],
2492     'blink_common': ['kinuko+watch@chromium.org'],
2493     'blink_controller': [],
2494     'blink_css': ['alexis.menard@intel.com',
2495                   'apavlov+blink@chromium.org',
2496                   'blink-reviews-css@chromium.org'],
2497     'blink_css_flexbox': ['cbiesinger@chromium.org'],
2498     'blink_css_fragmentation_tests': ['mstensho@chromium.org'],
2499     'blink_css_grid_layout': ['jfernandez@igalia.com',
2500                               'obrufau@igalia.com'],
2501     'blink_custom_elements': ['dominicc+watchlist@chromium.org'],
2502     'blink_device_orientation': ['rijubrata.bhaumik@intel.com'],
2503     'blink_devtools': ['devtools-reviews+blink@chromium.org'],
2504     'blink_dom': ['blink-reviews-dom@chromium.org'],
2505     'blink_dom_storage': ['dmurph+watching-domstorage@chromium.org'],
2506     'blink_events': ['blink-reviews-events@chromium.org',
2507                      'dtapuska+blinkwatch@chromium.org'],
2508     'blink_fetch': ['gavinp+loader@chromium.org',
2509                     'japhet@chromium.org',
2510                     'loading-reviews+fetch@chromium.org'],
2511     'blink_fileapi': ['kinuko+fileapi@chromium.org'],
2512     'blink_frames': ['blink-reviews-frames@chromium.org'],
2513     'blink_geolocation': [],
2514     'blink_heap': ['haraken@chromium.org',
2515                    'kouhei+heap@chromium.org',
2516                    'oilpan-reviews+blink@chromium.org'],
2517     'blink_html': ['blink-reviews-html@chromium.org'],
2518     'blink_htmlparser': ['kinuko+watch@chromium.org',
2519                          'loading-reviews+parser@chromium.org'],
2520     'blink_image_codecs': ['cblume+imagecodecs@chromium.org',
2521                            'mbarowsky+watch-image-codecs@chromium.org'],
2522     'blink_indexed_db': ['jsbell+idb@chromium.org',
2523                          'dmurph+watching-idb@chromium.org',
2524                          'enne+idb@chromium.org'],
2525     'blink_input': ['dtapuska+blinkwatch@chromium.org'],
2526     'blink_layers': ['blink-layers+watch@chromium.org'],
2527     'blink_layout': ['blink-reviews-layout@chromium.org',
2528                      'zoltan@webkit.org'],
2529     'blink_layout_ng': ['glebl+reviews@chromium.org',
2530                         'dgrogan+ng@chromium.org',
2531                         'atotic+reviews@chromium.org',
2532                         'lchoi+reviews@chromium.org',
2533                         'xiaochengh+watch@chromium.org'],
2534     'blink_loader': ['gavinp+loader@chromium.org',
2535                      'japhet@chromium.org',
2536                      'loading-reviews@chromium.org'],
2537     'blink_media': ['feature-media-reviews@chromium.org',
2538                     'eric.carlson@apple.com',
2539                     'srirama.m@samsung.com'],
2540     'blink_media_queries': ['kenneth.christiansen@gmail.com',
2541                             'yoavweiss@chromium.org'],
2542     'blink_mediastream': ['tommyw+watchlist@chromium.org'],
2543     'blink_navigator_content_utils': ['gyuyoung.kim@chromium.org'],
2544     'blink_out_of_process_frames': ['dcheng@chromium.org'],
2545     'blink_paint' : ['blink-reviews-paint@chromium.org'],
2546     'blink_paintworklet' : ['xidachen@chromium.org'],
2547     'blink_peerconnection' : ['video-networking+chromium-reviews@google.com'],
2548     'blink_permissions': ['permissions-reviews@chromium.org'],
2549     'blink_platform': ['kinuko+watch@chromium.org'],
2550     'blink_platform_graphics': ['blink-reviews-platform-graphics@chromium.org',
2551                                 'drott+blinkwatch@chromium.org',
2552                                 'dschulze@chromium.org',
2553                                 'fmalita+watch@chromium.org',
2554                                 'fserb+watch@chromium.org',
2555                                 'schenney@chromium.org'],
2556     'blink_preloadScanner': ['yoavweiss@chromium.org'],
2557     'blink_prerender': ['gavinp+prerender@chromium.org',
2558                         'prerendering-reviews@chromium.org',
2559                         'yoavweiss@chromium.org'],
2560     'blink_public_api': ['blink-reviews-api@chromium.org'],
2561     'blink_quota': ['kinuko+fileapi@chromium.org'],
2562     'blink_scheduler': ['chikamune+watch@chromium.org',
2563                         'scheduler-bugs+blink@chromium.org'],
2564     'blink_scheduling_api': ['web-scheduling-api-reviews@chromium.org'],
2565     'blink_script': ['kouhei+script@chromium.org',
2566                      'hiroshige+script@chromium.org', 'dom+watch@chromium.org'],
2567     'blink_scroll': ['bokan@chromium.org'],
2568     'blink_service_worker': ['horo+watch@chromium.org',
2569                              'jsbell+serviceworker@chromium.org',
2570                              'kinuko+serviceworker@chromium.org',
2571                              'nhiroki@chromium.org',
2572                              'serviceworker-reviews@chromium.org',
2573                              'shimazu+serviceworker@chromium.org'],
2574     'blink_service_worker_tests': ['kenjibaheux+watch@chromium.org'],
2575     'blink_spellcheck' : ['xiaochengh+watch@chromium.org'],
2576     'blink_streams': ['ricea+watch@chromium.org'],
2577     'blink_style': ['blink-reviews-style@chromium.org'],
2578     'blink_svg': ['dschulze@chromium.org',
2579                   'fmalita+watch@chromium.org',
2580                   'fs@opera.com',
2581                   'kouhei+svg@chromium.org',
2582                   'pdr+svgwatchlist@chromium.org',
2583                   'schenney@chromium.org'],
2584     'blink_track': ['eric.carlson@apple.com',
2585                     'fs@opera.com',
2586                     'glenn@chromium.org',
2587                     'silviapf@chromium.org',
2588                     'srirama.m@samsung.com'],
2589     'blink_viewport_interaction': ['kenneth.christiansen@gmail.com',
2590                                    'bokan@chromium.org'],
2591     'blink_w3ctests': ['blink-reviews-w3ctests@chromium.org'],
2592     'blink_webp': ['jzern@chromium.org',
2593                    'urvang@chromium.org',
2594                    'mbarowsky+watch-blink-webp@chromium.org'],
2595     'blink_websockets': ['yhirano+watch@chromium.org',
2596                          'ricea+watch@chromium.org'],
2597     'blink_workers': ['blink-worker-reviews@chromium.org',
2598                       'horo+watch@chromium.org',
2599                       'kinuko+worker@chromium.org',
2600                       'shimazu+worker@chromium.org'],
2601     'blink_wtf': ['blink-reviews-wtf@chromium.org'],
2602     'blink_xml': ['dominicc+watchlist@chromium.org'],
2603     'borealis': ['borealis-reviews+watch@google.com'],
2604     'bottombar': ['donnd+watch@chromium.org',
2605                   'mdjones+watch@chromium.org'],
2606     'browser_components': ['browser-components-watch@chromium.org'],
2607     'browser_compositor': ['vollick@chromium.org'],
2608     'browser_params': ['andreaorru+watch@chromium.org'],
2609     'browser_scheduler': ['scheduler-bugs+browser@chromium.org'],
2610     'browsing_data': ['dullweber+watch@chromium.org',
2611                       'msramek+watch@chromium.org'],
2612     'cast_2_class': ['cros-edu-eng+cl@google.com'],
2613     'cast_certificate': ['dougsteed+watch@chromium.org',
2614                          'mfoltz+watch@chromium.org',
2615                          'ryanchung+watch@chromium.org'],
2616     'cast_channel': ['mfoltz+watch@chromium.org',
2617                      'ryanchung+watch@chromium.org'],
2618     'cast_streaming': ['jasonroberts+watch@google.com',
2619                        'jophba+watch@chromium.org',
2620                        'mfoltz+watch@chromium.org'],
2621     'cc': ['cc-bugs@chromium.org'],
2622     'cc-animation': ['gerchiko@microsoft.com'],
2623     'cc-display': ['penghuang+viz@chromium.org'],
2624     'cc-scheduler': ['scheduler-bugs+cc@chromium.org'],
2625     'certificate_transparency': ['jdeblasio+watch@chromium.org',
2626                                  'martijn+crwatch@martijnc.be',
2627                                  'rsleevi+watch@chromium.org'],
2628     'chrome_camera_app': ['chromeos-camera-app-eng@google.com'],
2629     'chrome_elf': ['caitkp+watch@chromium.org',
2630                    'pmonette+watch@chromium.org'],
2631     'chrome_grc': ['chrome-grc-reviews@chromium.org'],
2632     'chrome_intelligence': ['chrome-intelligence-reviews@chromium.org'],
2633     'chrome_performance_manager': ['performance-manager-reviews@chromium.org'],
2634     'chromecast': ['halliwell+watch@chromium.org',
2635                    'lcwu+watch@chromium.org'],
2636     'chromecast_public': ['gfhuang+watch@chromium.org'],
2637     'chromedriver': ['mathias@chromium.org'],
2638     'chromeos': ['oshima+watch@chromium.org'],
2639     'chromeos_attestation': ['dkrahn+watch@chromium.org'],
2640     'chromeos_bluetooth': ['andrewdear+watch-bluetooth@google.com',
2641                           'azeemarshad+watch-bluetooth@chromium.org',
2642                           'chadduffin+watch-bluetooth@chromium.org',
2643                           'gordonseto+watch-bluetooth@google.com',
2644                           'hansberry+watch-bluetooth@chromium.org',
2645                           'hsuregan+watch-bluetooth@chromium.org',
2646                           'jiajunz+watch-bluetooth@google.com',
2647                           'khorimoto+watch-bluetooth@chromium.org',
2648                           'nikhilcn+watch-bluetooth@google.com',
2649                           'tjohnsonkanu+watch-bluetooth@google.com'],
2650     'chromeos_cellular': ['andrewdear+watch-cellular@google.com',
2651                           'azeemarshad+watch-cellular@chromium.org',
2652                           'chadduffin+watch-cellular@chromium.org',
2653                           'ejcaruso+watch-cellular@chromium.org',
2654                           'gordonseto+watch-cellular@google.com',
2655                           'hsuregan+watch-cellular@chromium.org',
2656                           'jiajunz+watch-cellular@google.com',
2657                           'khorimoto+watch-cellular@chromium.org',
2658                           'nikhilcn+watch-cellular@google.com',
2659                           'tjohnsonkanu+watch-cellular@google.com'],
2660     'chromeos_geolocation': ['alemate+watch@chromium.org'],
2661     'chromeos_lkgm': ['achuith+watch@chromium.org'],
2662     'chromeos_login': ['alemate+watch@chromium.org',
2663                        'tbarzic+watch@chromium.org',
2664                        'rrsilva+watch@chromium.org'],
2665     'chromeos_media_app': ['cros-essential-apps-dev-watch@chromium.org'],
2666     'chromeos_net': ['andrewdear+watch-network@google.com',
2667                      'azeemarshad+watch-network@chromium.org',
2668                      'chadduffin+watch-network@chromium.org',
2669                      'ejcaruso+watch-network@chromium.org',
2670                      'gordonseto+watch-network@google.com',
2671                      'hsuregan+watch-network@chromium.org',
2672                      'jiajunz+watch-network@google.com',
2673                      'jonmann+watch-network@chromium.org',
2674                      'khorimoto+watch-network@chromium.org',
2675                      'nikhilcn+watch-network@google.com',
2676                      'stevenjb+watch-network@chromium.org',
2677                      'tjohnsonkanu+watch-network@google.com'],
2678     'chromeos_tast_control': ['chromeos-engprod+watch@google.com',
2679                               'chrome-os-gardeners+watch@google.com'],
2680     'chromeos_timezone': ['alemate+watch@chromium.org'],
2681     'chromeos_webui': ['alemate+watch@chromium.org',
2682                        'rrsilva+watch@chromium.org'],
2683     'chromeos_wifi_sync': ['ajayramamurthy+watch@google.com',
2684                            'jonmann+watch@chromium.org',
2685                            'stevenjb+watch@chromium.org'],
2686     'chrometto_proto_extensions': ['ddrone+watch@google.com'],
2687     'chromevox': ['akihiroota@chromium.org',
2688                   'anastasi+watch@google.com',
2689                   'dtseng+chromevox@chromium.org',
2690                   'josiahk+watch@chromium.org',
2691                   'katie+watch@chromium.org'],
2692     'clang_update': ['chromium-toolchains@engflow.com',
2693                      'dcheng@chromium.org',
2694                      'eugenis+clang@chromium.org',
2695                      'gbiv+clang@chromium.org',
2696                      'glider+clang@chromium.org',
2697                      'hans@chromium.org',
2698                      'ibiryukov@google.com',
2699                      'pcc@chromium.org',
2700                      'rnk@chromium.org',
2701                      'thakis@chromium.org',
2702                      'thestig@chromium.org',
2703                      'ukai+watch@chromium.org'],
2704     'client_hints': ['victortan@chromium.org',
2705                      'miketaylr@chromium.org'],
2706     'clipboard': ['dcheng@chromium.org'],
2707     'components_deps': ['droger+watchlist@chromium.org'],
2708     'compositor_animator': ['mdjones+watch@chromium.org'],
2709     'compute_pressure': ['raphael.kubo.da.costa@intel.com',
2710                          'arnaud.mandy@intel.com',
2711                          'wei4.wang@intel.com',
2712                          'kenneth.r.christiansen@intel.com'],
2713     'content_bluetooth': ['mattreynolds+watch@chromium.org'],
2714     'content_index': ['rayankans+watch@chromium.org'],
2715     'content_loader': ['loading-reviews@chromium.org'],
2716     'content_security_policy':['antoniosartori+watch-csp@chromium.org',
2717                                'arthursonzogni+watch-csp@chromium.org',
2718                                'mkwst+watch-csp@chromium.org'],
2719     'content_shell': ['peter@chromium.org'],
2720     'content_worker': ['blink-worker-reviews@chromium.org',
2721                        'kinuko+watch@chromium.org'],
2722     'contextual_search': ['donnd+watch@chromium.org',
2723                           'twellington+watch@chromium.org',
2724                           'gangwu+watch@chromium.org'],
2725     'core_timing': ['core-timing-reviews@chromium.org'],
2726     'core_web_vitals_plm': ['core-web-vitals-plm-reviews@chromium.org'],
2727     'core_web_vitals_wpt': ['chrome-speed-metrics-core+watchlist@google.com',
2728                             'lighthouse-eng-external+watch-speed-metrics@google.com'],
2729     'courgette': ['huangs+watch@chromium.org',
2730                   'wfh+watch@chromium.org'],
2731     'cq': ['cq-config-changes@chromium.org',
2732            'shinyak+cc@chromium.org',
2733            'tikuta+cc@chromium.org',
2734            'ukai+cc@chromium.org',
2735            'yyanagisawa+cc@chromium.org'],
2736     'cr_elements': ['michaelpg+watch-elements@chromium.org'],
2737     'creator':['jeffreycohen+watch-creator@chromium.org',
2738               'sophey+watch-creator@chromium.org',
2739               'wiss+watch-creator@chromium.org',
2740               'wry+watch-creator@chromium.org',],
2741     'cros_commercial_policy': ['enterprise-policy-review@google.com'],
2742     'cros_commercial_policy_proto': ['vsavu+watch@google.com'],
2743     'cros_reporting': ['cros-reporting-reviews@google.com'],
2744     'crosapi': ['ffred+watch@chromium.org', 'tluk+watch@chromium.org'],
2745     'crosapi_mojom': ['elkurin+watch@chromium.org'],
2746     'crostini': ['crostini-ui@chromium.org'],
2747     'cups_printing': ['print-reviews+cups@chromium.org',
2748                       'cros-printing-reviews@google.com'],
2749     'cursor': ['hferreiro@igalia.com'],
2750     'custom_handlers': ['jfernandez@igalia.com'],
2751     'custom_proxy': ['lbendig@opera.com',
2752                      'wdzierzanowski@opera.com'],
2753     'custom_tabs': ['amalova+watch@chromium.org',
2754                     'lizeb+watch-custom-tabs@chromium.org',
2755                     'peconn+watch@chromium.org',
2756                     'peter@chromium.org',
2757                     'pshmakov+watch@chromium.org'],
2758     'dark_mode' : ['prashant@chromium.org',
2759                    'pnevase@microsoft.com'],
2760     'data_decoder': ['mbarowsky+watch-data-decoder@chromium.org'],
2761     'dbus': ['hashimoto+watch@chromium.org'],
2762     'desktop_in_product_help': ['dfried+watch@chromium.org',
2763                                 'mickeyburks+watch@chromium.org',
2764                                 'estalin+watch@chromium.org'],
2765     'device_bluetooth': ['mattreynolds+watch@chromium.org'],
2766     'device_chooser': ['mattreynolds+watch@chromium.org',
2767                        'odejesush+watch@chromium.org'],
2768     'devtools': ['devtools-reviews@chromium.org'],
2769     'diagnostics_mojo': ['ashleydp+watch-diagnostics_mojo@google.com',
2770                          'gavindodd+watch-diagnostics_mojo@google.com',
2771                          'michaelcheco+watch-diagnostics_mojo@google.com',
2772                          'zentaro+watch-diagnostics_mojo@chromium.org',
2773                          'dpad+watch-diagnostics_mojo@google.com',
2774                          'zhangwenyu+watch-diagnostics_mojo@google.com'],
2775     'diagnostics_ui': ['gavinwill+diagnostics-watch@chromium.org',
2776                        'michaelcheco+diagnostics-watch@google.com',
2777                        'zentaro+diagnostics-watch@chromium.org',
2778                        'gavindodd+diagnostics-watch@google.com',
2779                        'ashleydp+diagnostics-watch@google.com',
2780                        'dpad+diagnostics-watch@google.com',
2781                        'zhangwenyu+diagnostics-watch@google.com'],
2782     'dips': ['jdh+watch-dips@chromium.org',
2783              'njeunje+watch-dips@chromium.org',
2784              'amaliev+watch-dips@chromium.org',
2785              'rtarpine+watch-dips@chromium.org',
2786              'wanderview+watch-dips@chromium.org'],
2787     'discardable_memory': ['thiabaud+watch-discardable-memory@google.com'],
2788     'disk_cache': ['gavinp+disk@chromium.org'],
2789     'display': ['zhangwenyu+watch@google.com'],
2790     'dom_storage': ['dmurph+watchingdomstorage@chromium.org'],
2791     'download': ['dtrainor+watch@chromium.org'],
2792     'download_bubble': ['xinghuilu+watch@chromium.org',
2793                         'drubery+watch@chromium.org'],
2794     'download_status_updater_chromeos': ['cros-system-ui-productivity-eng+reviews@google.com'],
2795     'downloads_ui': ['dtrainor+watch@chromium.org',
2796                      'drubery+watch@chromium.org'],
2797     'drive_resource_metadata': ['hashimoto+watch@chromium.org'],
2798     'eche': ['ajayramamurthy+watch-eche@google.com',
2799              'crisrael+watch-eche@google.com',
2800              'jonmann+watch-eche@chromium.org',
2801              'pushi+watch-eche@google.com'],
2802     'eme': ['eme-reviews@chromium.org'],
2803     'enterprise_connectors': ['dpr-eng@google.com'],
2804     'enterprise_reporting_private': ['anthonyvd+watch@chormium.org'],
2805     'exo': ['crostini-ui+exo@chromium.org',
2806             'yhanada+watchexo@chromium.org'],
2807     'explore_sites': ['chili+watch@chromium.org',
2808                       'dewittj+watch@chromium.org',
2809                       'dimich+watch@chromium.org',
2810                       'freedjm+watch@chromium.org',
2811                       'petewil+watch@chromium.org'],
2812     'extension': ['chromium-apps-reviews@chromium.org',
2813                   'extensions-reviews@chromium.org'],
2814     'face_ml': ['eora-dc-eng+crrev-watch@google.com'],
2815     'feed': ['dewittj+watch@chromium.org',
2816              'dimich+watch@chromium.org',
2817              'harringtond+watch@chromium.org',
2818              'petewil+watch@chromium.org',
2819              'iwells+watch@chromium.org'],
2820     'feedback': ['cros-telemetry+feedback@google.com'],
2821     'file_preview': ['cros-system-ui-productivity-eng+reviews@google.com'],
2822     'fileapi': ['kinuko+fileapi@chromium.org'],
2823     'filebrowse': ['rginda+watch@chromium.org'],
2824     'filesapp': ['filesapp-reviews@chromium.org',
2825                  'greengrape+watch@google.com'],
2826     'firmware_update': ['zentaro+firmware-watch@chromium.org',
2827                         'jimmyxgong+firmware-watch@chromium.org',
2828                         'michaelcheco+firmware-watch@google.com'],
2829     'freetype_update': ['drott+watch@chromium.org',
2830                         'thestig@chromium.org'],
2831     'fsp': ['mtomasz+watch@chromium.org'],
2832     'fuchsia': ['fuchsia-reviews@chromium.org',
2833                 'zijiehe@google.com'],
2834     'full_restore': ['nancylingwang@chromium.org'],
2835     'fuzzing': ['fuzzing@chromium.org'],
2836     'gamepad': ['mattreynolds+watch@chromium.org'],
2837     'gcm': ['peter@chromium.org'],
2838     'generic_sensor': ['mattreynolds+watch@chromium.org',
2839                        'raphael.kubo.da.costa@intel.com',
2840                        'rijubrata.bhaumik@intel.com',
2841                        'wanming.lin@intel.com'],
2842     'geolocation': ['mattreynolds+watch@chromium.org'],
2843     'gfx_geometry': ['cc-bugs@chromium.org'],
2844     'gfx_image': ['rsesek+watch@chromium.org'],
2845     'global_media_controls': ['steimel+watch-gmc@chromium.org'],
2846     'gn': ['agrieve+watch@chromium.org',
2847            'dpranke@chromium.org'],
2848     'gpu_passthrough_cmd_decoder': ['geofflang+watch@chromium.org'],
2849     'guest_view': ['mcnee@chromium.org',
2850                    'wjmaclean@chromium.org'],
2851     'hashprefix_realtime': ['thefrog+watch@chromium.org'],
2852     'hats': ['cros-telemetry+hats@google.com'],
2853     'headless': ['headless-reviews@chromium.org'],
2854     'heap_mojo': ['chikamune+watch@chromium.org'],
2855     'holding_space': ['tote-eng+reviews@google.com'],
2856     'i18n': ['jshin+watch@chromium.org'],
2857     'image_editor': ['chrome-sharing-eng+watch@google.com',
2858                      'jeffreycohen+watch@chromium.org',
2859                      'kristipark+watch@chromium.org',
2860                      'tgupta+watch@chromium.org'],
2861     'incident_reporting': ['grt+watch@chromium.org'],
2862     'incognito': ['roagarwal+watch@chromium.org'],
2863     'indexed_db': ['jsbell+idb@chromium.org',
2864                    'dmurph+watching-idb@chromium.org',
2865                    'enne+idb@chromium.org'],
2866     'infobars_for_weblayer': ['blundell+infobars-watch@chromium.org'],
2867     'input': ['dtapuska+chromiumwatch@chromium.org'],
2868     'input_device_settings': ['dpad+watch-input-device-settings@google.com',
2869                               'michaelcheco+watch-input-device-settings@google.com',
2870                               'wangdanny+watch-input-device-settings@google.com',
2871                               'yyhyyh+watch-input-device-settings@google.com'],
2872     'input_devices': ['spang+watch@chromium.org'],
2873     'installable': ['dominickn+watch-installable@chromium.org',
2874                     'dmurph+watching-installable@chromium.org',
2875                     'webappwatch@microsoft.com'],
2876     'installer_linux': ['mmoss@chromium.org',
2877                         'raphael.kubo.da.costa@intel.com'],
2878     'installer_win': ['grt+watch@chromium.org',
2879                       'wfh+watch@chromium.org'],
2880     'ios': ['ios-reviews@chromium.org'],
2881     'ios_chrome': ['ios-reviews+chrome@chromium.org',
2882                    'marq+watch@chromium.org'],
2883     'ios_clean': ['ios-reviews+clean@chromium.org',
2884                   'marq+scrutinize@chromium.org'],
2885     'ios_credential_provider': ['rkgibson+watch@chromium.org'],
2886     'ios_flags': ['noyau+watch@chromium.org'],
2887     'ios_ntp': ['thegreenfrog+watch@chromium.org'],
2888     'ios_showcase': ['ios-reviews+showcase@chromium.org',
2889                      'marq+watch@chromium.org'],
2890     'ios_web': ['ios-reviews+web@chromium.org'],
2891     'ios_widget_kit': ['rkgibson+watch@chromium.org'],
2892     'kiosk': ['chromeos-kiosk-eng+watch@google.com'],
2893     'language': ['language-reviews@chromium.org'],
2894     'libaom': ['fgalligan@chromium.org',
2895                'jianj@chromium.org',
2896                'jzern@chromium.org',
2897                'marpan@chromium.org',
2898                'mbonadei@chromium.org'],
2899     'libvpx': ['fgalligan@chromium.org',
2900                'jianj@chromium.org',
2901                'jzern@chromium.org',
2902                'marpan@chromium.org',
2903                'mbonadei@chromium.org'],
2904     'libwebp': ['jzern@chromium.org',
2905                 'urvang@chromium.org'],
2906     'libxml_xslt': ['dominicc+watchlist@chromium.org'],
2907     'linux_sandboxing': ['mpdenton+watch@chromium.org',
2908                          'rsesek+watch@chromium.org'],
2909     'linux_seccomp_bpf': ['mpdenton+watch@chromium.org',
2910                           'rsesek+watch@chromium.org'],
2911     'lookalikes': ['jdeblasio+watch@chromium.org'],
2912     'mac' : ['mac-reviews@chromium.org'],
2913     'manifest': ['dominickn+watch-manifest@chromium.org',
2914                  'dmurph+watching-manifest@chromium.org',
2915                  'webappwatch@microsoft.com'],
2916     'media': ['feature-media-reviews@chromium.org'],
2917     'media_capture_from_element': ['emircan+watch+capturefromdom@chromium.org'],
2918     'media_controls': ['steimel+watch-mediacontrols@chromium.org',
2919                        'shihken@microsoft.com'],
2920     'media_galleries': ['thestig@chromium.org',
2921                         'tommycli@chromium.org'],
2922     'media_gpu_cros': ['chromeos-gfx-video-reviews@google.com',
2923                        'media-cros-reviews@chromium.org'],
2924     'media_gpu_vaapi': ['vaapi-reviews@chromium.org'],
2925     'media_gpu_win': ['media-win-reviews@chromium.org'],
2926     'media_mojo': ['xhwang+watch@chromium.org'],
2927     'media_recorder': ['emircan+watch+mediarecorder@chromium.org',
2928                        'mcasas+mediarecorder@chromium.org'],
2929     'media_remoting': ['erickung+watch@chromium.org',
2930                        'jophba+watch@chromium.org',
2931                        'mfoltz+watch@chromium.org'],
2932     'media_router': ['mfoltz+watch@chromium.org'],
2933     'media_webrtc': ['alessiob@chromium.org',
2934                      'peah@chromium.org',
2935                      'saza@chromium.org'],
2936     'message_loop': ['sadrul@chromium.org'],
2937     'metrics': ['asvitkine+watch@chromium.org',
2938                 'chromiummetricswatch@microsoft.com'],
2939     'metrics_metadata_files': ['asvitkine+watchxml@chromium.org',
2940                                'chromium-metrics-reviews@google.com'],
2941     'metrics_perf': ['cwp-reviews+chromium@google.com'],
2942     'midi': ['toyoshim+midi@chromium.org'],
2943     'minidump_tests': ['bsheedy@chromium.org'],
2944     'multi_apps': ['samicolon+watch@google.com',
2945                    'isandrk+watch@chromium.org',
2946                    'phweiss+watch@chromium.org'],
2947     'multidevice': ['ajayramamurthy+watch-multidevice@google.com',
2948                     'hansberry+watch-multidevice@chromium.org',
2949                     'joeantonetti+watch-multidevice@google.com',
2950                     'jonmann+watch-multidevice@chromium.org'],
2951     'multipaste': ['andrewxu+watch-multipaste@google.com',
2952                    'ckincaid+watch-multipaste@google.com',
2953                    'dmblack+watch-multipaste@google.com',
2954                    'multipaste-eng+reviews@google.com'],
2955     'nacl': ['native-client-reviews@googlegroups.com'],
2956     'native_client_sdk': ['binji+watch@chromium.org',
2957                           'sbc@chromium.org'],
2958     'navigation': ['alexmos+watch@chromium.org',
2959                    'creis+watch@chromium.org',
2960                    'navigation-cc+reviews@chromium.org'],
2961     'nearby': ['ajayramamurthy+watch-nearby@google.com',
2962                'cclem+watch-nearby@google.com',
2963                'crisrael+watch-nearby@google.com',
2964                'dclasson+watch-nearby@google.com',
2965                'hais+watch-nearby@google.com',
2966                'hansberry+watch-nearby@chromium.org',
2967                'hansenmichael+watch-nearby@google.com',
2968                'pushi+watch-nearby@google.com',
2969                'suetfei+watch-nearby@google.com',
2970                'xlythe+watch-nearby@google.com'],
2971     'nearby_presence': ['ajayramamurthy+watch-presence@google.com',
2972                         'akingsb+watch-presence@google.com',
2973                         'crisrael+watch-presence@google.com',
2974                         'hansberry+watch-presence@chromium.org',
2975                         'julietlevesque+watch-presence@google.com',
2976                         'polner+watch-presence@google.com'],
2977     'net': ['net-reviews@chromium.org'],
2978     'net_base': ['bnc+watch@chromium.org'],
2979     'net_http2': ['bnc+watch@chromium.org'],
2980     'net_log': ['bnc+watch@chromium.org'],
2981     'net_server': ['ricea+watch@chromium.org'],
2982     'net_spdy': ['bnc+watch@chromium.org'],
2983     'net_websockets': ['ricea+watch@chromium.org'],
2984     'netinfo': ['jkarlin+watch@chromium.org'],
2985     'network_service': ['network-service-reviews@chromium.org'],
2986     'nfc': ['mattreynolds+watch@chromium.org',
2987             'rijubrata.bhaumik@intel.com'],
2988     'notifications': ['peter@chromium.org', 'sarakato+watch@chromium.org'],
2989     'nqe': ['tbansal+watch-nqe@chromium.org'],
2990     'ntp_snippets': ['ntp-dev+reviews@chromium.org'],
2991     'ntp_tiles': ['ntp-dev+reviews@chromium.org'],
2992     'offline_pages': ['chili+watch@chromium.org',
2993                       'dewittj+watch@chromium.org',
2994                       'dimich+watch@chromium.org',
2995                       'fgorski+watch@chromium.org',
2996                       'petewil+watch@chromium.org'],
2997     'omnibox_desktop': ['jdonnelly+watch@chromium.org',
2998                         'mahmadi+watch@chromium.org'],
2999     'origin_trials': ['chasej+watch@chromium.org',
3000                       'iclelland+watch@chromium.org'],
3001     'os_crypt': ['wfh+watch@chromium.org'],
3002     'os_feedback_ui': ['ashleydp+feedback-watch@google.com',
3003                        'cambickel+feedback-watch@google.com',
3004                        'longbowei+feedback-watch@google.com',
3005                        'wangdanny+feedback-watch@google.com',
3006                        'xiangdongkong+feedback-watch@google.com',
3007                        'yyhyyh+feedback-watch@google.com',
3008                        'zhangwenyu+feedback-watch@google.com'],
3009     'ozone': ['ozone-reviews@chromium.org'],
3010     'ozone_fuchsia': ['dworsham@google.com',
3011                       'emircan@google.com',
3012                       'fuchsia-reviews@chromium.org',
3013                       'rjkroege@chromium.org',
3014                       'spang+watch@chromium.org'],
3015     'page_info' : ['permissions-reviews@chromium.org',
3016                    'olesiamarukhno+watch@google.com'],
3017     'page_insights' : ['gbb-cct-eng+cls@google.com'],
3018     'page_load_metrics' : ['bmcquade+watch@chromium.org',
3019                            'csharrison+watch@chromium.org',
3020                            'loading-reviews+metrics@chromium.org',
3021                            'speed-metrics-reviews@chromium.org',
3022                            'haoliuk+watch@chromium.org'],
3023     'panels': ['dimich@chromium.org',
3024                'jennb@chromium.org',
3025                'jianli@chromium.org'],
3026     'partition_alloc': ['chrome-memory-tok+pa@google.com',
3027                         'haraken@chromium.org',
3028                         'lizeb+pa@chromium.org'],
3029     'password_manager': ['gcasto+watchlist@chromium.org',
3030                          'vasilii+watchlistpasswordmanager@chromium.org'],
3031     'payments': ['rouslan+payments@chromium.org',
3032                  'gogerald+paymentswatch@chromium.org',
3033                  'nburris+paymentswatch@chromium.org'],
3034     'pdf': ['pdf-reviews@chromium.org'],
3035     'pdf_ocr': ['kyungjunlee+watch@google.com',
3036                 'rhalavati+watch@chromium.org'],
3037     'pepper_api': ['binji+watch@chromium.org',
3038                    'bradnelson+warch@chromium.org',
3039                    'ihf+watch@chromium.org',
3040                    'teravest+watch@chromium.org'],
3041     'permissions': ['dominickn+watch-permissions@chromium.org',
3042                     'permissions-reviews@chromium.org'],
3043     'permissions_policy': ['loonybear@chromium.org',
3044                            'iclelland+watch@chromium.org',
3045                            'jmedley+watch@chromium.org'],
3046     'phonehub': ['ajayramamurthy+watch-phonehub@google.com',
3047                  'crisrael+watch-phonehub@google.com',
3048                  'hansberry+watch-phonehub@chromium.org',
3049                  'jonmann+watch-phonehub@chromium.org',
3050                  'joeantonetti+watch-phonehub@google.com',
3051                  'pushi+watch-phonehub@google.com'],
3052     'picture_in_picture': ['beaufort.francois+pip@gmail.com'],
3053     'plugin_metadata': ['wfh+watch@chromium.org'],
3054     'plus_addresses': ['mreichhoff+watch-plus_addresses@chromium.org',
3055              'kaklilu+watch-plus_addresses@chromium.org',
3056              'bcb+watch-plus_addresses@chromium.org',
3057              'marimatthew+watch-plus_addresses@google.com'],
3058     'policy_features': ['feature-control+watch@chromium.org'],
3059     'polymer': ['michaelpg+watch-polymer@chromium.org'],
3060     'popup_blocker': ['csharrison+watch-popups@chromium.org'],
3061     'precache': ['wifiprefetch-reviews@google.com'],
3062     'prefetch_proxy': ['marcinjb+p4watch@google.com',
3063                        'spelchat+chromereviews@google.com'],
3064     'prerender': ['gavinp+prer@chromium.org',
3065                   'prerendering-reviews@chromium.org',
3066                   'tburkard+watch@chromium.org'],
3067     'presentation': ['mfoltz+watch@chromium.org'],
3068     'preview_features': ['chrome-lite-pages+watch@google.com'],
3069     'print_preview': ['print-reviews+preview@chromium.org'],
3070     'privacy_budget': ['antoniosartori+watch-privacy_budget@chromium.org'],
3071     'privacy_guide_desktop': ['rainhard+watch@chromium.org'],
3072     'privacy_sandbox': [
3073       'alimariam+watch-privacy-sandbox@google.com',
3074       'boujane+watch-privacy-sandbox@google.com',
3075       'dullweber+watch-privacy-sandbox@chromium.org',
3076       'tommasin+watch-privacy-sandbox@chromium.org',
3077       'olesiamarukhno+watch-privacy-sandbox@google.com'
3078     ],
3079     'profile_keyed_service': ['rsult@google.com'],
3080     'psm_libs': ['amraboelkher+watch@chromium.org'],
3081     'push_messaging': ['peter@chromium.org'],
3082     'quick_answers': ['croissant-eng+reviews@chromium.org'],
3083     'related_website_sets': ['cfredric+watch@chromium.org'],
3084     'relaunch_notification': ['grt+watch@chromium.org'],
3085     'remoteplayback': ['mfoltz+watch@chromium.org'],
3086     'remoting': ['chromoting-reviews@chromium.org'],
3087     'rgb_kbd': ['michaelcheco+watch-rgb-kbd@google.com',
3088                 'jimmyxgong+watch-rgb-kbd@chromium.org',
3089                 'zentaro+watch-rgb-kbd@chromium.org',
3090                 'dpad+watch-rgb-kbd@google.com'],
3091     'rlz_id': ['gab+watch@chromium.org',
3092                'robertshield+watch@chromium.org'],
3093     'runtime_enabled_features': ['jmedley+watch@chromium.org'],
3094     'safe_browsing': ['andysjlim+watch@chromium.org',
3095                       'drubery+watch@chromium.org',
3096                       'nwokedi+watch@chromium.org',
3097                       'vakh+safe_browsing_watch@chromium.org',
3098                       'xinghuilu+watch@chromium.org',
3099                       'zackhan+watch@chromium.org'],
3100     'sampling_profiler': ['wittman+watch@chromium.org',
3101                           'chenleihu@google.com'],
3102     'scanning': ['gavinwill+scanning-watch@chromium.org',
3103                  'zentaro+scanning-watch@chromium.org'],
3104     'screen_ai': ['rhalavati+watch@chromium.org'],
3105     'search_engine_choice_screen': ['chrome-waffle-eng+watch@google.com'],
3106     'search_prefetch': ['lingqi+watch@chromium.org'],
3107     'security': ['security-watchlist@chromium.org'],
3108     'select_to_speak': ['katie+watch@chromium.org',
3109                         'anastasi+watch@google.com'],
3110     'send_tab_to_self': ['jeffreycohen+watch-send_tab_to_self@chromium.org',
3111                          'tgupta+watch@chromium.org'],
3112     'service_worker': ['horo+watch@chromium.org',
3113                        'jsbell+serviceworker@chromium.org',
3114                        'kinuko+serviceworker@chromium.org',
3115                        'nhiroki@chromium.org',
3116                        'serviceworker-reviews@chromium.org',
3117                        'shimazu+serviceworker@chromium.org'],
3118     'settings': ['michaelpg+watch-settings@chromium.org'],
3119     'settings_os_settings': ['croissant-eng+reviews@chromium.org',
3120                              'cros-settings+reviews@google.com'],
3121     'settings_os_settings_languages':
3122         ['mlcui+watch-os-settings-languages@google.com'],
3123     'share_sheet': ['chrome-sharing-eng+watch@google.com'],
3124     'sharing': ['knollr+watch-sharing@chromium.org',
3125                 'mvanouwerkerk+watch-sharing@chromium.org'],
3126     'shimless_rma': ['zentaro+watch-shimless@chromium.org',
3127                      'jimmyxgong+watch-shimless@chromium.org',
3128                      'michaelcheco+watch-shimless@google.com'],
3129     'shortcut_customization_ui':
3130         ['jimmyxgong+watch-shortcut-customization-ui@chromium.org',
3131          'cambickel+watch-shortcut-customization-ui@google.com',
3132          'longbowei+watch-shortcut-customization-ui@google.com'],
3133     'site_engagement': ['dominickn+watch-engagement@chromium.org'],
3134     'site_instance': ['ajwong+watch@chromium.org',
3135                       'alexmos+watch@chromium.org',
3136                       'creis+watch@chromium.org'],
3137     'smartlock': ['bhartmire+watch-smartlock@google.com',
3138                   'cclem+watch-smartlock@google.com',
3139                   'ajayramamurthy+watch-smartlock@google.com',
3140                   'hansberry+watch-smartlock@chromium.org',
3141                   'jasonrhee+watch-smartlock@google.com'],
3142     'smb': ['cros-enterprise-lax+smbwatch@chromium.org'],
3143     'source_idls': ['jmedley+watch@chromium.org'],
3144     'speed_metrics_changelog': ['igrigorik@chromium.org',
3145                                 'kayce@chromium.org',
3146                                 'lighthouse-eng-external+watch-speed-metrics@google.com',
3147                                 'lighthouse-eng+watch-speed-metrics@google.com',
3148                                 'rviscomi@google.com',
3149                                 'web-devrel-vitals-team@google.com',
3150                                 'sullivan@chromium.org'],
3151     'spellcheck': ['rlp+watch@chromium.org',
3152                    'rouslan+spell@chromium.org'],
3153     'startup': ['cmfcmf+watch@chromium.org',
3154                 'nicolaso+watch@chromium.org',
3155                 'ydago+watch@chromium.org'],
3156     'storage_access_api': ['cfredric+watch@chromium.org'],
3157     'storage_service': ['dmurph+watching-storageservice@chromium.org'],
3158     'structured_headers': ['iclelland+watch@chromium.org'],
3159     'styleguide': ['danakj+watch@chromium.org',
3160                    'jbroman+cpp@chromium.org',
3161                    'wfh+watch@chromium.org'],
3162     'styleguide_python': ['agrieve+watch@chromium.org',
3163                           'wnwen+watch@chromium.org'],
3164     'subresource_filter': ['subresource-filter-reviews@chromium.org'],
3165     'supervised_users': [],
3166     'surface_layer_for_video': [ 'lethalantidote@chromium.org',
3167                                  'liberato@chromium.org'],
3168     'switch_access': ['anastasi+watch@google.com'],
3169     'syncfs': ['kinuko+fileapi@chromium.org'],
3170     'system_web_apps': [ 'ortuno@chromium.org',
3171                          'dominicschulz@google.com',
3172                          'qjw@chromium.org'],
3173     'tab_alert_indicators': ['jophba+watch@chromium.org'],
3174     'tab_capture': ['jophba+watch@chromium.org',
3175                     'mfoltz+watch@chromium.org'],
3176     'tab_contents': ['ajwong+watch@chromium.org',
3177                      'avi@chromium.org',
3178                      'creis+watch@chromium.org'],
3179     'tab_interface': ['jinsukkim+watch@chromium.org'],
3180     'tab_ui_and_start_surface': ['meiliang+watch@chromium.org',
3181                                  'yuezhanggg+watch@chromium.org',
3182                                  'wychen+watch@chromium.org',
3183                                  'yusufo+watch@chromium.org',
3184                                  'gogerald+watch@chromium.org',
3185                                  'hanxi+watch@chromium.org',
3186                                  'mattsimmons+watch@chromium.org',
3187                                  'davidjm+watch@chromium.org'],
3188     'tbmv2_metrics': ['speed-metrics-reviews@chromium.org'],
3189     'telemetry': ['telemetry-reviews@chromium.org'],
3190     'test_runner': ['einbinder+watch-test-runner@chromium.org'],
3191     'tests': [],
3192     'tether': ['bhartmire+watch-tether@google.com',
3193                'cclem+watch-tether@google.com',
3194                'ajayramamurthy+watch-tether@google.com',
3195                'hansberry+watch-tether@chromium.org',
3196                'jasonrhee+watch-tether@google.com'],
3197     'text_to_speech': ['dtseng+watch@chromium.org'],
3198     'textinput': ['keithlee+watch@chromium.org',
3199                   'nona+watch@chromium.org',
3200                   'shuchen+watch@chromium.org',
3201                   'suzhe@chromium.org',
3202                   'tranbaoduy+watch@chromium.org',
3203                   'yhanada+watch@chromium.org'],
3204     'textinput_chromeos': ['keithlee+watch@chromium.org',
3205                            'nona+watch@chromium.org',
3206                            'shuchen+watch@chromium.org',
3207                            'tranbaoduy+watch@chromium.org',
3208                            'yhanada+watch@chromium.org'],
3209     'third_party_conflicts': ['pmonette+watch@chromium.org'],
3210     'timers': [],
3211     'tools_win_chromeexts': ['robliao+watch@chromium.org'],
3212     'touch_selection': ['ajith.v@samsung.com',
3213                         'ajith.v@chromium.org'],
3214     'tracing': ['tracing+reviews@chromium.org',
3215                 'wfh+watch@chromium.org',
3216                 'spang+watch@chromium.org'],
3217     'traffic_annotation': ['nicolaso+watch@chromium.org',
3218                            'ramyagopalan+watch@google.com',
3219                            'jorgelo+watch@chromium.org'],
3220     'translate': ['translate-reviews@chromium.org'],
3221     'turtledove': [],
3222     'ui_compositor': ['cc-bugs@chromium.org'],
3223     'ui_display_win': ['robliao+watch@chromium.org'],
3224     'ui_resources': ['oshima+watch@chromium.org'],
3225     'ui_strings': ['srahim+watch@chromium.org'],
3226     'ui_views': ['robliao+watch@chromium.org',
3227                  'sky+watch@chromium.org'],
3228     'unified_consent': ['wfh+watch@chromuium.org'],
3229     'usb': ['mattreynolds+watch@chromium.org',
3230             'odejesush+watch@chromium.org'],
3231     'user_education': ['cros-system-ui-productivity-eng+reviews@google.com'],
3232     'version_assembly': ['caitkp+watch@chromium.org',
3233                          'gab+watch@chromium.org'],
3234     'video': ['posciak+watch@chromium.org'],
3235     'video_capture': ['chfremer+watch@chromium.org',
3236                       'rijubrata.bhaumik@intel.com'],
3237     'virtual_keyboard': ['dfaden+virtualkb@google.com',
3238                          'shend+watch@chromium.org',
3239                          'tranbaoduy+watch@chromium.org',
3240                          'yhanada+watchvk@chromium.org'],
3241     'virtual_reality': ['feature-vr-reviews@chromium.org'],
3242     'vscode_tooling': ['vscode-users@chromium.org'],
3243     'vulkan': ['cblume+vulkan@chromium.org',
3244                'penghuang+vulkan@chromium.org'],
3245     'wake_lock': ['mattreynolds+watch@chromium.org',
3246                   'raphael.kubo.da.costa@intel.com'],
3247     'wallpapers': ['croissant-eng+reviews@chromium.org'],
3248     'web_applications': ['alancutter+chrome-cls@chromium.org',
3249                          'cmfcmf+watch@chromium.org',
3250                          'dibyapal+watch-webapps@chromium.org',
3251                          'dmurph+watching-webapps@chromium.org',
3252                          'dominickn+watch-web_applications@chromium.org',
3253                          'ericwilligers+watch-bmo@chromium.org',
3254                          'glenrob+watch@chromium.org',
3255                          'kuragin+web-applications-cls@chromium.org',
3256                          'laurila+watch@google.com',
3257                          'loyso+watch@chromium.org',
3258                          'mgiuca+watch@chromium.org',
3259                          'phillis+watch@chromium.org',
3260                          'webappwatch@microsoft.com',
3261                          'zelin+watch-web_applications@chromium.org'],
3262     'web_package': ['cmfcmf+watch@chromium.org',
3263                     'hayato+watch@chromium.org',
3264                     'laurila+watch@google.com',
3265                     'twifkak+watch@chromium.org'],
3266     'web_share': ['mgiuca+watch@chromium.org'],
3267     'webauthn': ['webauthn-reviews@chromium.org'],
3268     'webcodecs': ['feature-media-reviews@chromium.org'],
3269     'webgpu': ['cwallez+watch@chromium.org',
3270                'kainino+watch@chromium.org'],
3271     'webid': ['yigu+watch@chromium.org',
3272               'cbiesinger@chromium.org',
3273               'icer@chromium.org',
3274               'npm+watch@chromium.org'],
3275     'weblayer': ['cricke+watch@chromium.org',
3276                  'rayankans+watch@chromium.org',
3277                  'swestphal+watch@chromium.org'],
3278     'weblayer_safe_browsing' : ['carlosil+watch@chromium.org'],
3279     'weblayer_ssl' : ['carlosil+watch@chromium.org'],
3280     'webnn': ['qjw@chromium.org'],
3281     'webotp': ['yigu+watch@chromium.org'],
3282     'webrtc_browser_tests': ['phoglund+watch@chromium.org'],
3283     'website_settings': ['dullweber+watch@chromium.org',
3284                          'msramek+watch@chromium.org'],
3285     'windows_sandboxing': ['wfh+watch@chromium.org'],
3286     'wpt_tools': ['lpz+watch@chromium.org'],
3287     'x11': ['sadrul@chromium.org'],
3288     'zlib': ['cblume+zlib@chromium.org'],
3289     'zoom': ['wjmaclean@chromium.org'],
3290   },
3291 }