chromium/WATCHLISTS

# Copyright 2012 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Watchlist Rules
# Refer: https://chromium.googlesource.com/chromium/src/+/main/docs/infra/watchlists.md

# IMPORTANT: The regular expression filepath is tested against each path using
# re.search, so it is not usually necessary to add .* at the end of the pattern.

{
  'WATCHLIST_DEFINITIONS': {
    'about_flags': {
      'filepath': 'chrome/browser/about_flags\.cc'
    },
    'accelerators': {
      'filepath': 'ash/accelerators/|'\
                  'ash/public/cpp/accelerator.*',
    },
    'accessibility': {
      'filepath': 'accessibility' \
                  '|braille' \
                  '|chromevox' \
                  '|iaccessible2' \
                  '|isimpledom' \
                  '|liblouis'
    },
    'accessibility_component_extensions': {
      'filepath': 'chrome/browser/resources/chromeos/accessibility'
    },
    'accessibility_features_ash': {
      'filepath': 'ash/accessibility/' \
                  '|ash/color_enhancement/',
    },
    'accessibility_minimal_core': {
      'filepath': 'ui/accessibility/(ax_enums|ax_event_generator|ax_node\.|ax_node_data\.|ax_tree\.|ax_tree_serializer)' \
                  '|ui/accessibility/platform/ax_platform_node_(base|mac|win)' \
                  '|third_party/(WebKit|blink)/.*(accessibility|ax_object|web_ax|ax_node|ax_layout)' \
                  '|content/renderer/accessibility/render_accessibility_impl' \
                  '|ui/accessibility/platform/browser_accessibility(\.|_manager|_win|_com|_cocoa)'
    },
    'accessibility_reading': {
      'filepath': 'read_anything/|'\
      'chrome/renderer/accessibility/',
    },
    'accessibility_service': {
      'filepath': 'services/accessibility/',
    },
    'add_to_homescreen': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
                  'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
                  'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
                  'chrome/browser/android/shortcut_|'\
                  'chrome/browser/android/webapps/|'\
                  'components/webapps/browser/android/',
    },
    'agent_scheduling_group': {
      'filepath': '.*agent_scheduling_group|.*agent_group_scheduler',
    },
    'android_crash_reporting': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' \
                  '|chrome/browser/android/crash/' \
                  '|components/crash/android/' \
                  '|components/minidump_uploader/'
    },
    'android_flags': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/flags/'
    },
    'android_infobars': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
    },
    'android_infra': {
      'filepath': 'build/config/android/' \
                  '|build/android/' \
                  '|testing/android/' \
                  '|tools/android/'
    },
    'android_item_chooser_dialogs': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
                  'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
    },
    'android_lint': {
      'filepath': '/lint-baseline.xml' \
                  '|/lint-suppressions.xml' \
                  '|third_party/android_build_tools/lint'
    },
    'android_omnibox': {
      'filepath': 'chrome/browser/ui/android/omnibox/',
    },
    'android_pgo_arm64': {
      'filepath': 'chrome/build/android-arm64',
    },
    'android_search_widget': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
                  '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
    },
    'android_startup_metrics': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/metrics/.*StartupMetricsTracker.java' \
                  '|chrome/android/java/src/org/chromium/chrome/browser/metrics/SimpleStartupForegroundSessionDetector.java'
    },
    'android_studio': {
      'filepath': 'build/android/gradle/' \
                  '|docs/android_studio.md' \
                  '|tools/android/android_studio'
    },
    'android_tab': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
    },
    'android_toolbar': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/toolbar/' \
                  '|chrome/browser/ui/android/toolbar/'
    },
    'android_toolbar_deps': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/toolbar/DEPS'
    },
    'android_uma_settings': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferencesManager.java|'\
                  'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferences.java|'\
                  'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
    },
    'android_webapk': {
      'filepath': 'chrome/android/webapk/|'\
                  'chrome/browser/android/webapk/',
    },
    'android_webview': {
      'filepath': 'android_webview/',
    },
    'android_webview_network_service': {
      'filepath': 'android_webview/browser/network_service/',
    },
    'app_service': {
      'filepath': 'chrome/browser/apps/app_service/'\
                  '|chrome/browser/ash/app_list/app_service/'\
                  '|chrome/browser/ui/ash/shelf/app_service/'\
                  '|chrome/browser/ui/views/apps/app_dialog/' \
                  '|components/services/app_service/',
    },
    'app_service_protos': {
      'filepath': 'components/services/app_service/public/protos/',
    },
    'app_shortcuts': {
      'filepath': 'apps/app_shim/'\
                  '|chrome/common/mac/'
    },
    'apps': {
      'filepath': '^apps/'\
                  '|chrome/browser/apps/'\
                  '|chrome/browser/ash/apps/'
    },
    'apps_intent_helper': {
      'filepath': 'chrome/browser/apps/intent_helper/|'\
                  'chrome/browser/ash/apps/intent_helper/|'\
                  'components/arc/intent_helper/'
    },
    'arc': {
      'filepath': 'arc/',
    },
    'arc_auth': {
      'filepath': 'chrome/browser/ash/arc/auth'
    },
    'arc_compat_mode': {
      'filepath': 'ash/components/arc/compat_mode/|' \
                  'arc_compat_mode|resize_lock',
    },
    'arc_fileapi': {
      'filepath': 'chrome/browser/ash/arc/fileapi'
    },
    'arc_ime': {
      'filepath': 'chrome/browser/ash/arc/input_method_manager/'\
                  '|components/arc/ime/'
    },
    'arc_mojom': {
      'filepath': 'components/arc/mojom/',
    },
    'arc_nearby_share': {
      'filepath': 'chrome/browser/ash/arc/nearby_share'
    },
    'arc_net': {
      'filepath': 'components/arc/net/',
    },
    'arc_power': {
      'filepath': 'components/arc/power/',
    },
    'ash_webui_common': {
      'filepath': 'ash/webui/common/'\
                  '|chrome/test/data/webui/chromeos/ash_common/',
    },
    'ash_wm_desks': {
      'filepath': 'ash/wm/desks/',
    },
    'assistive': {
      'filepath': 'ash/ambient/'\
                  '|ash/app_list/views/assistant/'\
                  '|ash/assistant/'\
                  '|ash/public/cpp/ambient/'\
                  '|ash/public/cpp/assistant/'\
                  '|ash/public/cpp/wallpaper/'\
                  '|ash/wallpaper/'\
                  '|ash/webui/personalization_app/'\
                  '|chromeos/ash/components/assistant/'\
                  '|chromeos/ash/services/assistant/'\
                  '|chromeos/ash/services/libassistant/'\
                  '|chromeos/services/assistant/'\
                  '|chrome/browser/ash/ambient/'\
                  '|chrome/browser/ash/wallpaper_handlers/'\
                  '|chrome/browser/ash/system_web_apps/apps/personalization_app/'\
                  '|chrome/browser/resources/ash/settings/ambient_mode_page/'\
                  '|chrome/browser/ui/ash/.*wallpaper.*/'\
                  '|chrome/browser/ui/ash/assistant/'\
                  '|chrome/browser/ui/webui/settings/ash/ambient_mode_handler'\
    },
    'attribution_reporting': {
      'filepath': 'components/attribution_reporting/'\
                  '|content/browser/attribution_reporting/'\
                  '|content/browser/resources/attribution_reporting/'\
                  '|content/public/android/java/src/org/chromium/content/browser/AttributionOsLevelManager.java'\
                  '|content/test/data/attribution_reporting/'\
                  '|services/network/attribution/'\
                  '|third_party/blink/public/mojom/conversions/'\
                  '|third_party/blink/renderer/core/frame/attribution_src_loader'\
                  '|third_party/blink/web_tests/external/wpt/attribution-reporting/'\
                  '|third_party/blink/web_tests/wpt_internal/attribution-reporting/'\
                  '|third_party/blink/web_tests/http/tests/inspector-protocol/attribution-reporting/'
    },
    'audio_service': {
      'filepath': 'services/audio/'
    },
    'audio_settings': {
      'filepath': 'chromeos/ash/components/audio/'
    },
    'aura': {
      'filepath': 'ui/aura/',
    },
    'aura_compositor': {
      'filepath':
        'ui/compositor/' \
        '|content/browser/compositor/' \
        '|content/browser/renderer_host/compositor_resize_lock' \
        '|content/browser/renderer_host/render_widget_host_view_aura' \
        '|content/browser/renderer_host/render_widget_host_view_browsertest' \
        '|content/browser/renderer_host/delegated' \
        '|content/common/gpu/client/' \
    },
    'autofill': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/'\
                  '|chrome/android/javatests/src/org/chromium/chrome/browser/autofill/'\
                  '|chrome/android/junit/src/org/chromium/chrome/browser/autofill/'\
                  '|chrome/browser/android/preferences/autofill/'\
                  '|chrome/browser/autofill/'\
                  '|chrome/browser/ui/android/autofill/'\
                  '|chrome/browser/ui/autofill/'\
                  '|chrome/browser/ui/views/autofill/'\
                  '|chrome/renderer/autofill/'\
                  '|components/android_autofill/'\
                  '|components/autofill/'\
                  '|components/autofill_payments_strings'\
                  '|components/autofill_strings'\
                  '|components/test/data/autofill/',
    },
    'autofill_payments': {
      'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client|'\
                  'chrome/browser/ui/autofill/payments/|'\
                  'chrome/browser/ui/views/autofill/payments/|'\
                  'components/autofill/core/browser/payments/|'\
                  'components/autofill/core/browser/ui/payments/|'\
                  'components/autofill/core/common/autofill_payments_features|'\
                  'components/autofill_payments_strings',
    },
    'background_fetch': {
      'filepath': 'background_fetch|'\
                  'background-fetch',
    },
    'background_sync': {
      'filepath': '/background_sync/',
    },
    'banners': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
                  'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
                  'chrome/browser/banners/|'\
                  'chrome/browser/ui/android/infobars/app_banner_|'\
                  'components/webapps/browser/banners/|'\
                  'third_party/blink/public/platform/modules/app_banner/|'\
                  'third_party/blink/renderer/modules/app_banner/',
    },
    'base_allocator': {
      'filepath': '^base/allocator',
    },
    'base_android': {
      'filepath': '^base/android',
    },
    'base_memory': {
      'filepath': '^base/memory',
    },
    'base_scheduler': {
      'filepath': '^base/task/',
    },
    'base_thread_pool': {
      'filepath': '^base/task/thread_pool',
    },
    'base_win': {
      'filepath': '^base/win',
    },
    'battery_status': {
      'filepath': 'content/browser/battery_status/|'\
                  'content/test/data/battery_status/|'\
                  'device/battery/',
    },
    'bfcache': {
      'filepath': 'content/browser/renderer_host/back_forward_cache|'\
                  'content/browser/back_forward_cache_browsertest.cc|'\
                  'content/test/data/back_forward_cache/|'\
                  'content/public/browser/back_forward_cache|'\
                  'testing/buildbot/filters.bfcache.*.filter',
    },
    'binary_size': {
      'filepath': 'build/android/binary_size/|'\
                  'tools/binary_size/',
    },
    'blink': {
      'filepath': 'third_party/(WebKit|blink)/',
    },
    'blink_accessibility': {
      'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
    },
    'blink_animation': {
      'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
    },
    'blink_audio': {
      'filepath': 'third_party/blink/renderer/platform/audio' \
                  '|third_party/blink/renderer/modules/webaudio' \
                  '|third_party/blink/web_tests/external/wpt/webaudio',
    },
    'blink_battery_status': {
      'filepath': 'third_party/blink/renderer/modules/battery/' \
                  '|third_party/blink/web_tests/battery-status/' \
                  '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
    },
    'blink_bindings': {
      'filepath': 'third_party/blink/renderer/platform/bindings' \
                  '|third_party/blink/renderer/bindings',
    },
    'blink_bindings_serialization': {
      'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
    },
    'blink_bluetooth': {
      'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
    },
    'blink_clipboard': {
      'filepath': 'third_party/blink/renderer/core/clipboard' \
                  '|third_party/blink/renderer/core/page/.*drag' \
                  '|third_party/blink/renderer/platform/.*drag' \
                  '|third_party/blink/public/platform/.*drag' \
                  '|third_party/blink/public/web/.*drag',
    },
    'blink_common': {
      'filepath': 'third_party/blink/common'
                  '|third_party/blink/public/common' \
                  '|third_party/blink/public/mojom',
    },
    'blink_controller': {
      'filepath': 'third_party/blink/renderer/controller',
    },
    'blink_css': {
      'filepath': 'third_party/blink/renderer/core/css',
    },
    'blink_css_flexbox': {
      'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
                  '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
                  '|third_party/blink/web_tests/css3/flexbox/' \
                  '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
    },
    'blink_css_fragmentation_tests': {
      'filepath': 'third_party/blink/web_tests/fast/multicol/' \
                  '|third_party/blink/web_tests/fast/pagination/' \
                  '|third_party/blink/web_tests/fragmentation/' \
                  '|third_party/blink/web_tests/printing/'
    },
    'blink_css_grid_layout': {
      'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
                  '|third_party/blink/renderer/core/paint/.*grid' \
                  '|third_party/blink/renderer/core/css/.*grid' \
                  '|third_party/blink/web_tests/fast/css-grid-layout/' \
                  '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
                  '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
                  '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
    },
    'blink_custom_elements': {
      'filepath': 'third_party/blink/renderer/core/html/custom/' \
                  '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
    },
    'blink_device_orientation': {
      'filepath': 'content/browser/device_sensors/' \
                  '|content/test/data/device_sensors/' \
                  '|third_party/blink/renderer/modules/device_orientation/' \
                  '|third_party/blink/web_tests/external/wpt/orientation-event/' \
                  '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
                  '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
    },
    'blink_devtools': {
      'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
    },
    'blink_dom': {
      'filepath': 'third_party/blink/renderer/core/dom/'
    },
    'blink_dom_storage': {
      'filepath': 'third_party/blink/common/dom_storage/|' \
                  'third_party/blink/public/mojom/dom_storage/|' \
                  'third_party/blink/public/common/dom_storage/|' \
                  'third_party/blink/renderer/modules/storage/',
    },
    'blink_events': {
      'filepath': 'third_party/blink/renderer/core/page/.*event' \
                  '|third_party/blink/renderer/core/dom/.*event' \
                  '|third_party/blink/renderer/core/css/.*event' \
                  '|third_party/blink/renderer/platform/.*event'
    },
    'blink_fetch': {
      'filepath': 'third_party/blink/renderer/platform/loader/fetch'
    },
    'blink_fileapi': {
      'filepath': 'third_party/blink/renderer/modules/filesystem/' \
                  '|third_party/blink/renderer/core/fileapi/' \
                  '|third_party/blink/renderer/platform/.*file' \
                  '|third_party/blink/web_tests/fast/file' \
                  '|third_party/blink/public/.*_file'
    },
    'blink_frames': {
      'filepath': 'third_party/blink/renderer/core/frame/'
    },
    'blink_geolocation': {
      'filepath': 'third_party/blink/web_tests/geolocation-api/' \
                  '|third_party/blink/renderer/modules/geolocation/' \
                  '|third_party/blink/public/web/.*geolocation'
    },
    'blink_heap': {
      'filepath': 'third_party/blink/renderer/platform/heap'
    },
    'blink_html': {
      'filepath': 'third_party/blink/renderer/core/html/' \
                  '|third_party/blink/renderer/core/mathml/'
    },
    'blink_htmlparser': {
      'filepath': 'third_party/blink/renderer/core/html/parser/'
    },
    'blink_image_codecs': {
      'filepath': 'third_party/blink/renderer/platform/image-decoders' \
                  '|third_party/blink/renderer/platform/image-encoders' \
                  '|third_party/blink/perf_tests/image_decoder'
    },
    'blink_indexed_db': {
      'filepath': 'third_party/blink/common/indexeddb' \
                  '|third_party/blink/public/common/indexeddb' \
                  '|third_party/blink/public/platform/.*_idb' \
                  '|third_party/blink/public/platform/modules/indexeddb' \
                  '|third_party/blink/public/mojom/indexeddb' \
                  '|third_party/blink/renderer/modules/indexeddb/' \
                  '|third_party/blink/web_tests/storage/indexeddb'
    },
    'blink_input': {
      'filepath': 'third_party/blink/renderer/core/input/'
    },
    'blink_layers': {
      'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
                  '|third_party/blink/renderer/platform/graphics/graphics_layer' \
                  '|third_party/blink/renderer/core/layout/layer'
    },
    'blink_layout': {
      'filepath': 'third_party/blink/renderer/core/layout'
    },
    'blink_layout_ng': {
      'filepath': 'third_party/blink/renderer/core/layout/ng',
    },
    'blink_loader': {
      'filepath': 'third_party/blink/renderer/core/loader/' \
                  '|third_party/blink/renderer/platform/loader/'
    },
    'blink_media': {
      'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
                  '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
                  '|third_party/blink/renderer/core/html/shadow/media_control' \
                  '|third_party/blink/renderer/core/layout/layout_media' \
                  '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
                  '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
                  '|third_party/blink/renderer/platform/drm/' \
                  '|third_party/blink/renderer/platform/graphics/media/' \
                  '|third_party/blink/web_tests/media/' \
                  '|third_party/blink/public/.*_media'
    },
    'blink_media_queries': {
      'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
                    '|third_party/blink/renderer/core/css/media_list' \
                    '|third_party/blink/renderer/core/css/media_query' \
                    '|third_party/blink/renderer/core/css/parser/media_query'
    },
    'blink_mediastream': {
      'filepath': 'third_party/blink/renderer/modules/mediastream/' \
                  '|third_party/blink/renderer/platform/mediastream/' \
                  '|third_party/blink/renderer/platform/exported/web_media_stream' \
                  '|third_party/blink/renderer/platform/exported/web_rtc' \
                  '|third_party/blink/web_tests/fast/mediastream/'
    },
    'blink_navigator_content_utils': {
      'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
                  '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
    },
    'blink_out_of_process_frames': {
      'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
                  '|third_party/blink/renderer/core/frame/frame\.' \
                  '|third_party/blink/renderer/core/frame/web_frame' \
                  '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
    },
    'blink_paint': {
      'filepath': 'third_party/blink/renderer/core/paint/'
    },
    'blink_paintworklet': {
      'filepath': 'third_party/blink/renderer/modules/csspaint/' \
                  '|third_party/blink/web_tests/http/tests/csspaint/' \
                  '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
    },
    'blink_peerconnection': {
      'filepath': 'third_party/blink/renderer/modules/peerconnection/' \
                  '|third_party/blink/renderer/platform/peerconnection/',
    },
    'blink_permissions': {
      'filepath': 'third_party/blink/renderer/modules/permissions/' \
                  '|third_party/blink/public/mojom/permissions/',
    },
    'blink_platform': {
      'filepath': 'third_party/blink/renderer/platform'
    },
    'blink_platform_graphics': {
      'filepath': 'third_party/blink/renderer/platform/fonts' \
                  '|third_party/blink/renderer/platform/geometry' \
                  '|third_party/blink/renderer/platform/graphics'
    },
    'blink_platform_peerconnection_video': {
      'filepath': 'third_party/blink/renderer/platform/peerconnection/.*video.*'
    },
    'blink_preloadScanner': {
      'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
    },
    'blink_prerender': {
      'filepath': 'third_party/blink/renderer/core/.*prerender' \
                  '|third_party/blink/renderer/core/loader/link_loader' \
                  '|third_party/blink/renderer/core/speculation_rules' \
                  '|third_party/blink/public/mojom/prerender/' \
                  '|third_party/blink/web_tests/external/wpt/speculation-rules/prerender/' \
                  '|third_party/blink/web_tests/wpt_internal/prerender/'
    },
    'blink_public_api': {
      'filepath': 'third_party/blink/public'
    },
    'blink_quota': {
      'filepath': 'third_party/blink/renderer/modules/quota/' \
                  '|third_party/blink/public/.*quota'
    },
    'blink_scheduler': {
      'filepath': 'third_party/blink/renderer/platform/scheduler' \
                  '|third_party/blink/renderer/platform/scheduler' \
                  '|third_party/blink/renderer/core/html/parser/.*scheduler' \
                  '|third_party/blink/public/platform/scheduler'
    },
    'blink_scheduling_api': {
      'filepath': 'third_party/blink/renderer/core/scheduler'
    },
    'blink_script': {
      'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module' \
                  '|third_party/blink/renderer/bindings/core/v8/script_controller' \
                  '|third_party/blink/renderer/bindings/core/v8/script_source_code' \
                  '|third_party/blink/renderer/bindings/core/v8/v8_script_runner'
                  '|third_party/blink/renderer/core/dom/.*modul' \
                  '|third_party/blink/renderer/core/dom/.*script' \
                  '|third_party/blink/renderer/core/html/html_script_element' \
                  '|third_party/blink/renderer/core/html/parser/html_parser_script_runner' \
                  '|third_party/blink/renderer/core/loader/modulescript/' \
                  '|third_party/blink/renderer/core/loader/resource/script_resource' \
                  '|third_party/blink/renderer/core/svg/svg_script_element' \
                  '|third_party/blink/renderer/core/xml/parser/xml_document_parser'
    },
    'blink_scroll': {
      'filepath': 'third_party/blink/renderer/core/frame/.*view' \
                  '|third_party/blink/renderer/core/input/.*scroll' \
                  '|third_party/blink/renderer/core/input/event_handler' \
                  '|third_party/blink/renderer/core/page/scrolling/' \
                  '|third_party/blink/renderer/core/paint/.*scrollable_area' \
                  '|third_party/blink/renderer/platform/scroll/'
    },
    'blink_service_worker' : {
      'filepath': 'third_party/blink/renderer/modules/service_worker' \
                  '|third_party/blink/web_tests/http/tests/serviceworker' \
                  '|third_party/blink/web_tests/external/wpt/service-workers'
    },
    'blink_service_worker_tests' : {
      'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
                  '|third_party/blink/web_tests/external/wpt/service-workers'
    },
    'blink_spellcheck' : {
      'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
    },
    'blink_streams': {
      'filepath': 'third_party/blink/renderer/core/streams/'
    },
    'blink_style': {
      'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
    },
    'blink_svg': {
      'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
    },
    'blink_track': {
      'filepath': 'third_party/blink/renderer/core/html/track/' \
                  '|third_party/blink/renderer/core/loader/text_track' \
                  '|third_party/blink/renderer/core/html/meida/html_media_element' \
                  '|third_party/blink/renderer/core/html/shadow/media_control' \
                  '|third_party/blink/renderer/core/css/mediaControl' \
                  '|third_party/blink/web_tests/media/track/'
    },
    'blink_viewport_interaction': {
      'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
                  '|third_party/blink/renderer/core/dom/viewport_arguments' \
                  '|third_party/blink/renderer/core/frame/frame_view' \
                  '|third_party/blink/renderer/core/frame/.*viewport' \
                  '|third_party/blink/renderer/core/html/html_meta_element'
    },
    'blink_w3ctests': {
      'filepath': 'third_party/blink/web_tests/external/' \
                  '|third_party/blink/tools/blinkpy/w3c/'
    },
    'blink_webp': {
      'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
                  '|third_party/blink/renderer/platform/image-encoders/skia/webp'
    },
    'blink_websockets': {
      'filepath': 'third_party/blink/renderer/modules/websockets/' \
                  '|third_party/blink/renderer/platform/modules/websockets/'
    },
    'blink_workers': {
      'filepath': 'third_party/blink/renderer/core/workers' \
                  '|third_party/blink/web_tests/http/tests/workers' \
                  '|third_party/blink/web_tests/fast/workers' \
                  '|third_party/blink/web_tests/external/wpt/workers'
    },
    'blink_wtf': {
      'filepath': 'third_party/blink/renderer/platform/wtf',
    },
    'blink_xml': {
      'filepath': 'third_party/blink/renderer/core/xml/'
    },
    'borealis': {
      'filepath': 'borealis/',
    },
    'bottombar': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
    },
    'browser_components': {
      'filepath': 'chrome/browser/autofill/' \
                  '|chrome/browser/bookmarks/' \
                  '|chrome/browser/favicon/' \
                  '|chrome/browser/history/' \
                  '|chrome/browser/webdata/' \
                  '|components/autofill/'
    },
    'browser_compositor': {
      'filepath': 'ui/compositor/'
    },
    'browser_manager': {
      'filepath': 'chrome/browser/ash/crosapi/browser_manager' \
                  '|chrome/browser/ash/crosapi/browser_loader' \
                  '|chrome/browser/ash/crosapi/lacros_selection_loader' \
                  '|chrome/browser/ash/crosapi/rootfs_lacros_loader' \
                  '|chrome/browser/ash/crosapi/stateful_lacros_loader' \
                  '|chrome/browser/ash/crosapi/browser_launcher'
    },
    'browser_params': {
      'filepath': 'chromeos/startup/browser_init_params'\
                  '|chromeos/startup/browser_params_proxy'\
                  '|chromeos/startup/browser_postlogin_params',
    },
    'browser_scheduler': {
      'filepath': 'content/browser/scheduler'
    },
    'browsing_data': {
      'filepath': 'browsing_data|BrowsingData',
    },
    'cast_2_class': {
      'filepath':  '/access_code/' \
                   '|access_code_cast' \
                   '|ash/public/cpp/cast' \
                   '|ash/system/cast' \
                   '|chrome/browser/media/router/providers' \
                   '|chrome/browser/ui/ash/cast' \
                   '|media_router/cast_dialog_view' \
                   '|media/router/discovery',
    },
    'cast_certificate': {
      'filepath': 'components/media_router/common/providers/cast/certificate/'\
                  '|components/test/data/media_router/common/providers/cast/certificate/',
    },
    'cast_channel': {
      'filepath':  'components/cast_channel/'
    },
    'cast_streaming': {
      'filepath': 'media/cast/' \
                  '|chrome/browser/media/cast_mirroring' \
                  '|components/mirroring/' \
    },
    'cc': {
      'filepath': 'cc/'\
                  '|components/viz/'
    },
    'cc-animation': {
      'filepath': 'cc/animation/'
    },
    'cc-display': {
      'filepath': 'components/viz/service/display'\
                  '|cc/output'
    },
    'cc-scheduler': {
      'filepath': 'cc/scheduler'
    },
    'certificate_transparency': {
      'filepath': 'chrome/browser/ssl/sct_'\
                  '|components/certificate_transparency/'\
                  '|net/cert/ct_'\
                  '|net/cert/multi_log_ct_verifier'\
                  '|net/cert/sct_status_flags.h'\
                  '|net/cert/signed_certificate_timestamp'\
                  '|net/cert/signed_tree_head'\
                  '|net/services/network/sct_auditing/'\
                  '|net/services/network/ct_'\
                  '|net/test/ct_'\
                  '|services/network/sct_auditing/'
    },
    'chrome_camera_app': {
      'filepath': # Exclude string translation .xtb files.
                  'ash/webui/camera_app_ui/.*$(?<!\.xtb)'\
                  '|chrome/browser/ash/system_web_apps/apps/camera_app'\
                  '|components/arc/intent_helper/control_camera_app_delegate.h'\
                  '|components/arc/mojom/camera_intent.mojom'\
                  '|media/capture/video/chromeos/camera_app'\
                  '|media/capture/video/chromeos/mojom/camera_app',
    },
    'chrome_elf': {
      'filepath': 'chrome/chrome_elf',
    },
    'chrome_grc': {
      'filepath': 'chrome/browser/resource_coordinator/'\
                  '|services/resource_coordinator/',
    },
    'chrome_intelligence': {
      'filepath': 'autofill_prediction_improvements'\
                  '|history_clusters'\
                  '|history_embeddings'\
                  '|image_service'\
                  '|ios/chrome/browser/text_selection'\
                  '|manta'\
                  '|model_execution'\
                  '|optimization_guide'\
                  '|optimization_hints'\
                  '|page_content_annotations'\
                  '|services/on_device_model'\
                  '|third_party/eigen3'\
                  '|third_party/farmhash'\
                  '|third_party/fft2d'\
                  '|third_party/fp16'\
                  '|third_party/gemmlowp'\
                  '|third_party/libzip'\
                  '|third_party/mediapipe'\
                  '|third_party/neon_2_sse'\
                  '|third_party/ruy'\
                  '|third_party/tensorflow-text'\
                  '|third_party/tflite'\
                  '|third_party/tflite_support'\
                  '|third_party/utf'\
                  '|third_party/xnnpack'\
                  '|user_annotations'
    },
    'chrome_performance_manager': {
      'filepath': 'chrome/browser/performance_manager/'\
                  '|chrome/renderer/performance_manager/'\
                  '|components/performance_manager/',
    },
    'chromecast': {
      'filepath': 'chromecast/',
    },
    'chromecast_public': {
      'filepath': 'chromecast/public/',
    },
    'chromedriver': {
      'filepath': 'chrome/test/chromedriver|'\
                  'chrome/test/data/chromedriver|'\
                  'third_party/blink/web_tests/external/wpt/webdriver|'\
                  'third_party/webdriver'
    },
    'chromeos': {
      'filepath': 'chromeos/',
    },
    'chromeos_attestation': {
      'filepath': 'chrome/browser/ash/attestation/|'\
                  'chrome/browser/extensions/api/enterprise_platform_keys_private/|'\
                  'chromeos/ash/components/attestation/',
    },
    'chromeos_bluetooth': {
      'filepath': 'ash/system/bluetooth/'\
                  '|ash/webui/common/resources/bluetooth/'\
                  '|chromeos/ash/components/hid_detection/'\
                  '|chromeos/ash/services/bluetooth_config/'\
                  '|chrome/browser/resources/ash/settings/os_bluetooth_page/'\
                  '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
                  '|chrome/browser/ui/webui/ash/bluetooth'\
                  '|chrome/test/data/webui/cr_components/chromeos/bluetooth/'\
                  '|device/bluetooth/bluez/'\
                  '|device/bluetooth/chromeos/'\
                  '|device/bluetooth/floss/'\
                  '|tools/metrics/histograms/metadata/bluetooth/'
    },
    'chromeos_cellular': {
      'filepath': 'ash/webui/common/resources/cellular_setup/'\
                  'chromeos/ash/services/cellular_setup/|'\
                  'chromeos/ash/components/carrier_lock/|'\
                  'chromeos/ash/components/dbus/hermes/|'\
                  'chrome/test/data/webui/cr_components/chromeos/cellular_setup/',
    },
    'chromeos_geolocation': {
      'filepath': 'chromeos/ash/components/geolocation/',
    },
    'chromeos_lkgm': {
      'filepath': 'chromeos/CHROMEOS_LKGM',
    },
    'chromeos_login': {
      'filepath': 'ash/login/|'\
                  'chrome/browser/ash/login/|'\
                  'chrome/browser/ui/webui/ash/login/|'\
                  'chrome/browser/resources/chromeos/login/|'\
                  'ui/login/',
    },
    'chromeos_media_app': {
      'filepath': 'ash/webui/media_app_ui/|'\
                  'chrome/browser/ash/system_web_apps/apps/media_app/',
    },
    'chromeos_net': {
      'filepath': 'ash/system/network/|'\
                  'ash/webui/common/resources/hotspot/|'\
                  'ash/webui/common/resources/network/|'\
                  'chrome/browser/ash/net/|'\
                  'chrome/browser/extensions/api/networking_private/|'\
                  'chrome/browser/resources/chromeos/internet_config_dialog/|'\
                  'chrome/browser/resources/chromeos/internet_detail_dialog/|'\
                  'chrome/browser/resources/chromeos/network_ui/|'\
                  'chrome/browser/resources/ash/settings/internet_page/|'\
                  'chrome/browser/ui/ash/network/|'\
                  'chrome/browser/ui/webui/ash/network|'\
                  'chrome/test/data/webui/cr_components/chromeos/network/|'\
                  'chromeos/ash/components/dbus/shill/|'\
                  'chromeos/ash/components/network/|'\
                  'chromeos/ash/components/wifi_p2p/|'\
                  'chromeos/ash/services/hotspot_config/|'\
                  'chromeos/ash/services/network_config/|'\
                  'chromeos/ash/services/wifi_direct/|'\
                  'chromeos/services/network_config/|'\
                  'components/onc/|'\
                  'extensions/browser/api/networking_private/'\
                  'tools/metrics/histograms/metadata/network/',
    },
    'chromeos_tast_control': {
      'filepath': 'chromeos/tast_control.gni',
    },
    'chromeos_timezone': {
      'filepath': 'chromeos/ash/components/timezone/',
    },
    'chromeos_webui': {
      'filepath': 'chrome/browser/ui/webui/ash/|'\
                  'chrome/browser/ui/webui/chromeos/|'\
                  'chrome/browser/resources/chromeos/',
    },
    'chromeos_wifi_sync': {
      'filepath': 'chromeos/ash/components/sync_wifi/',
    },
    'chrometto_proto_extensions': {
      'filepath': 'base/tracing/protos/',
    },
    'chromevox': {
      'filepath': 'chromevox|spoken_feedback',
    },
    'clang': {
      'filepath': 'tools/clang/'
    },
    'clang_update': {
      'filepath': 'tools/clang/scripts/update.py'
    },
    'client_hints': {
      'filepath': 'client_hints|user_agent_utils|content/common/user_agent.cc|'
                  'content/public/common/user_agent.h',
    },
    'clipboard': {
      'filepath': 'clipboard|dnd|drag|drop',
    },
    'components_deps': {
      'filepath': 'components/([^/]*/)*DEPS',
    },
    'compose': {
      'filepath':
        'components/compose|chrome/browser/compose|chrome/browser/resources/compose',
    },
    'compositor_animator': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
    },
    'compute_pressure': {
      'filepath': 'compute_pressure',
    },
    'container_app': {
      'filepath': 'chrome/browser/ui/ash/container_app',
    },
    'content_bluetooth': {
      'filepath': 'content/.*bluetooth'
    },
    'content_index': {
      'filepath': 'content_index',
    },
    'content_loader': {
      'filepath': 'chrome/browser/loader|' \
                  'content/browser/loader|' \
                  'content/child/.*loader',
    },
    'content_security_policy': {
      'filepath': 'content_security_policy|csp',
    },
    'content_shell': {
      'filepath': 'content/shell/',
    },
    'content_worker': {
      'filepath': 'content/.*worker',
    },
    'contextual_search': {
      'filepath': 'chrome/browser/android/contextualsearch/|' \
                  'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
                  'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
                  'components/contextual_search/',
    },
    'core_timing': {
      'filepath': 'third_party/blink/renderer/core/timing/' \
    },
    'core_web_vitals_plm': {
      'filepath': 'chrome/browser/page_load_metrics/observers/core/|' \
                  'components/page_load_metrics/browser/observers/core/',
    },
    'core_web_vitals_wpt': {
      'filepath': 'third_party/blink/web_tests/external/wpt/event-timing/|' \
                  'third_party/blink/web_tests/external/wpt/largest-contentful-paint/|' \
                  'third_party/blink/web_tests/external/wpt/layout-instability/',
    },
    'courgette': {
      'filepath': 'courgette/',
    },
    'cq': {
      'filepath': 'infra/config/branch/cq.cfg',
    },
    'creator': {
      'filepath': 'components/creator/|' \
                  'chrome/android/java/src/org/chromium/chrome/browser/app/creator/|' \
                  'chrome/browser/creator/',
    },
    'cros_commercial_enrollment': {
      'filepath': 'chrome/browser/ash/login/enrollment/'\
                  '|chrome/browser/ash/policy/enrollment/'\
                  '|chrome/browser/ui/webui/ash/login/enrollment_screen_handler.*'
    },
    'cros_commercial_policy': {
      'filepath': 'ash/components/arc/enterprise/'\
                  '|ash/policy/'\
                  '|chrome/browser/ash/arc/enterprise/'\
                  '|chrome/browser/ash/policy/'\
                  '|chrome/browser/policy/'\
                  '|chrome/test/enterprise'\
                  '|chromeos/ash/components/policy'\
                  '|components/policy/'\
                  '|docs/website/site/administrators/',
    },
    'cros_commercial_policy_proto': {
      'filepath': 'components/policy/proto/chrome_device_policy.proto',
    },
    'cros_reporting': {
      'filepath': 'chrome/browser/policy/messaging_layer/'\
                  '|chrome/browser/ash/policy/status_collector/'\
                  '|components/policy/proto/record',
    },
    'crosapi': {
      'filepath': 'chromeos/crosapi/'\
                  '|chrome/browser/ash/crosapi/',
    },
    'crosapi_mojom': {
      'filepath': 'chromeos/crosapi/mojom/crosapi.mojom',
    },
    'crostini': {
      'filepath': 'cicerone'\
                  '|concierge'\
                  '|crostini'\
                  '|guest_os'\
                  '|plugin_vm',
    },
    'cups_printing' : {
      'filepath': 'chrome/browser/resources/ash/settings/os_printing_page/'\
                  '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
                  '|chrome/browser/ui/webui/settings/ash/cups_printers_handler'\
                  '|chrome/browser/ash/printing/'\
                  '|chrome/browser/chromeos/printing/'\
                  '|printing/',
    },
    'cursor': {
      'filepath': 'ash/display/cursor'\
                  '|ash/wm/.*cursor'\
                  '|ui/base/cursor/'\
                  '|ui/base/x/x11_cursor'\
                  '|ui/base/win/win_cursor'\
                  '|ui/ozone/common/bitmap_cursor'\
                  '|ui/views/widget/desktop_aura/.*cursor'\
                  '|ui/wm/core/.*cursor',
    },
    'custom_handlers': {
      'filepath': 'chrome/browser/custom_handlers/|'\
                  'components/custom_handlers/',
    },
    'custom_proxy': {
      'filepath': 'services/network/network_service_proxy_delegate',
    },
    'custom_tabs': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
                  'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
                  'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
                  'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
                  'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
                  'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
                  'chrome/browser/android/customtabs/',
    },
    'dark_mode': {
      'filepath': 'cc/.*/.*dark_mode|'\
                  'third_party/blink/renderer/platform/graphics/.*dark_mode',
    },
    'data_decoder': {
      'filepath': 'services/data_decoder/',
    },
    'dbus': {
      'filepath': 'dbus/',
    },
    'desktop_in_product_help': {
      'filepath': 'components/feature_engagement/|'\
                  'components/user_education/|'\
                  'chrome/browser/resources/internals/user_education/|'\
                  'chrome/browser/resources/whats_new/|'\
                  'chrome/browser/user_education/|'\
                  'chrome/browser/ui/user_education/|'\
                  'chrome/browser/ui/views/user_education/|'\
                  'chrome/browser/ui/webui/internals/user_education/|'\
                  'chrome/browser/ui/webui/whats_new/',
    },
    'device_bluetooth': {
      'filepath': 'device/.*bluetooth'
    },
    'device_chooser': {
      'filepath': 'chrome/browser/chooser_controller/|'\
                  'chrome/browser/ui/android/bluetooth_chooser_|'\
                  'chrome/browser/ui/android/usb_chooser_|'\
                  'chrome/browser/ui/bluetooth/|'\
                  'chrome/browser/ui/cocoa/device_chooser_|'\
                  'chrome/browser/ui/cocoa/extensions/chooser_dialog_|'\
                  'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_|'\
                  'chrome/browser/ui/views/device_chooser_|'\
                  'chrome/browser/ui/views/extensions/chooser_dialog_|'\
                  'chrome/browser/ui/views/permission_bubble/chooser_bubble_|'\
                  'chrome/browser/usb/usb_chooser_',
    },
    'devtools': {
      'filepath': 'devtools',
    },
    'diagnostics_mojo': {
      'filepath': 'chromeos/ash/services/cros_healthd/public/mojom/',
    },
    'diagnostics_ui': {
      'filepath': 'ash/webui/diagnostics_ui/',
    },
    'dips': {
      'filepath': 'chrome/browser/dips/',
    },
    'discardable_memory': {
        'filepath': 'components/discardable_memory/',
    },
    'disk_cache': {
      'filepath': 'net/disk_cache/|http_cache',
    },
    'display': {
      'filepath': 'ui/display/|'\
                  'ash/display/|'\
                  'chrome/browser/ui/webui/ash/settings/pages/device/display_settings/',
    },
    'dom_storage': {
      'filepath': 'content/common/dom_storage/|'\
                  'content/browser/dom_storage/|'\
                  'components/services/storage/dom_storage/',
    },
    'download': {
      'filepath': 'chrome/browser/download/|'\
                  'content/browser/download/',
    },
    'download_bubble': {
      'filepath': 'chrome/browser/download/bubble/|' \
                  'chrome/browser/ui/views/download/bubble/'
    },
    'download_status_updater_chromeos': {
      'filepath': 'chrome/browser/ash/crosapi/download_status_updater|' \
                  'chrome/browser/download/download_status_updater_lacros|' \
                  'chrome/browser/lacros/download_status_updater|' \
                  'chrome/browser/ui/ash/download_status/'
    },
    'downloads_ui': {
      'filepath': 'chrome/browser/resources/downloads/|' \
                  'chrome/browser/ui/download|' \
                  'chrome/browser/ui/webui/.*downloads|' \
                  'chrome/browser/ui/views/download/|' \
                  'chrome/browser/ui/cocoa/download/'
    },
    'drive_resource_metadata': {
      'filepath': 'drive.*resource_metadata'
    },
    'eche': {
      'filepath': 'ash/system/eche/|' \
                  'ash/webui/eche_app_ui/|' \
                  'chrome/browser/ash/eche_app/'
    },
    'eme': {
      'filepath': 'chrome/renderer/media/.*key_system|' \
                  'chrome/browser/media/.*(cdm|encrypted)|' \
                  'components/cdm/|' \
                  'content/browser/media/.*(cdm|key_system|media_license|encrypted)|' \
                  'media/base/android/.*drm|' \
                  'media/cdm/|' \
                  'third_party/widevine/cdm/'
    },
    'enterprise_data_protection': {
      'filepath': 'chrome/browser/enterprise/connectors/|' \
                  'chrome/browser/enterprise/data_controls/|' \
                  'chrome/browser/enterprise/data_protection/|' \
                  'chrome/browser/enterprise/watermark/|' \
                  'chrome/browser/safe_browsing/cloud_content_scanning/|' \
                  'components/enterprise/common/|' \
                  'components/enterprise/data_controls/'
    },
    'exo': {
      'filepath': 'components/exo',
    },
    'explore_sites': {
      'filepath': 'chrome/browser/android/explore_sites/|' \
                  'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
    },
    'extension': {
      'filepath': 'extension',
    },
    'feed': {
      'filepath': 'chrome/android/feed|' \
                  'chrome/browser/feed/|' \
                  'components/feed/'
    },
    'fileapi': {
      'filepath': 'file_system/|' \
                  'fileapi/'
    },
    'filebrowse': {
      'filepath': 'file_browser|' \
                  'file_manager|' \
                  'filebrowse'
    },
    'filesapp': {
      'filepath': 'chrome/browser/ash/drive|' \
                  'chrome/browser/ash/extensions/file_manager|' \
                  'chrome/browser/ash/file_manager|' \
                  'chrome/browser/ash/file_system_provider|' \
                  'chrome/browser/chromeos/extensions/file_system_provider|' \
                  'chrome/browser/drive|' \
                  'chrome/test/data/extensions/api_test/file_system_provider|' \
                  'components/drive|' \
                  'google_apis/drive|' \
                  'ash/webui/file_manager|' \
                  'ui/file_manager'
    },
    'firmware_update': {
      'filepath': 'ash/webui/firmware_update_ui/|' \
                  'chromeos/ash/components/dbus/fwupd/|' \
                  'chromeos/ash/components/fwupd/',
    },
    'float': {
      'filepath': 'ash/wm/float/'
    },
    'freetype_update': {
      'filepath': 'third_party/freetype/README.chromium',
    },
    'fsp': {
      'filepath': 'chrome/browser/ash/file_system_provider|' \
                  'chrome/browser/chromeos/extensions/file_system_provider|' \
                  'chrome/test/data/extensions/api_test/file_system_provider'
    },
    'fuchsia': {
      'filepath': 'fuchsia',
    },
    'full_restore': {
      'filepath': 'chrome/browser/ash/app_restore/|' \
                  'components/app_restore/'
    },
    'fuzzing': {
      'filepath': 'fuzz|Fuzz',
    },
    'gamepad': {
      'filepath': 'gamepad',
    },
    'gcm': {
      'filepath': 'chrome/browser/gcm/|'\
                  'components/gcm_driver/|'\
                  'google_apis/gcm/',
    },
    'generic_sensor': {
      'filepath': 'content/browser/generic_sensor/|'\
                  'services/device/generic_sensor/|'\
                  'third_party/blink/renderer/modules/sensor/',
    },
    'geolocation': {
      'filepath': 'chrome/browser/geolocation/|'\
                  'content/browser/geolocation|'\
                  'content/public/common/geoposition|'\
                  'content/public/browser/geolocation|'\
                  'content/renderer/geolocation|'\
                  'content/shell/geolocation/',
    },
    'gfx_geometry': {
      'filepath': 'ui/gfx/geometry/',
    },
    'gfx_image': {
      'filepath': 'ui/gfx/image/',
    },
    'global_media_controls': {
      'filepath': 'chrome/browser/ui/global_media_controls|'\
                  'chrome/browser/ui/views/global_media_controls|'\
                  'chrome/browser/ui/views/feature_promos/global_media_controls|'\
                  'chrome/browser/ui/in_product_help/global_media_controls',
    },
    'gn': {
      'filepath': 'tools/gn',
    },
    'google_bottom_bar': {
      'filepath': 'chrome/browser/ui/android/google_bottom_bar/',
    },
    'gpu_passthrough_cmd_decoder': {
      'filepath': 'gpu/command_buffer/service/.*passthrough',
    },
    'guest_view': {
      'filepath': 'chrome/browser/apps/guest_view|'\
                  'chrome/browser/extensions/api/web_view|'\
                  'chrome/browser/guest_view|'\
                  'chrome/common/extensions/api/(app|web)view_tag\.(json|idl)|'\
                  'chrome/common/extensions/docs/.*(app|web)view|'\
                  'chrome/renderer/resources/extensions/web_view|'\
                  'chrome/test/data/extensions/platform_apps/(app|web)_view|'\
                  'components/guest_view|'\
                  'content/browser/browser_plugin|'\
                  'extensions/browser/api/guest_view|'\
                  'extensions/browser/guest_view|'\
                  'extensions/common/api/(app|guest|web)_view.*\.(json|idl)|'\
                  'extensions/common/api/extension_options.*\.(json|idl)|'\
                  'extensions/common/api/mime_handler.*\.(json|idl|mojom)|'\
                  'extensions/common/guest_view|'\
                  'extensions/common/mojom/guest_view\.mojom|'\
                  'extensions/renderer/guest_view|'\
                  'extensions/renderer/resources/guest_view|'\
                  'extensions/test/data/(app|web)_view',
    },
    'gwp_asan': {
      'filepath': 'components/gwp_asan|'\
                  'components/memory_system',
    },
    'hashprefix_realtime': {
      'filepath': 'components/safe_browsing/core/browser/hashprefix_realtime/'
    },
    'headless': {
      'filepath': 'headless/'
    },
    'heap_mojo': {
      'filepath': 'third_party/blink/renderer/platform/mojo/heap_mojo_'
    },
    'holding_space': {
      'filepath': 'ash/public/cpp/holding_space|'\
                  'ash/system/holding_space|'\
                  'ash/system/progress_indicator|'\
                  'chrome/browser/lacros/.*holding_space|'\
                  'chrome/browser/ui/ash/holding_space|'\
                  'chrome/browser/ui/ash/thumbnail_loader|'\
                  'chromeos/crosapi/mojom/.*holding_space|'\
                  'tools/metrics/histograms/metadata/holding_space'
    },
    'i18n': {
      'filepath': 'base/i18n/|base/string|l10n|icu|'\
                  'locale_settings|encoding',
    },
    'incident_reporting': {
      'filepath': 'chrome/browser/safe_browsing/incident_reporting',
    },
    'incognito': {
      'filepath':  'chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabIncognitoManager.java'\
                   '|chrome/android/java/src/org/chromium/chrome/browser/customtabs/IncognitoCustomTabIntentDataProvider.java'\
                   '|chrome/android/java/src/org/chromium/chrome/browser/incognito'\
                   '|chrome/android/junit/src/org/chromium/chrome/browser/incognito'\
                   '|chrome/android/javatests/src/org/chromium/chrome/browser/incognito'\
                   '|chrome/browser/incognito'\
                   '|chrome/browser/prefs/incognito_mode_prefs.cc'\
                   '|chrome/browser/prefs/pref_service_incognito_allowlist.cc'\
                   '|chrome/browser/profiles/incognito_mode_policy_handler.cc'\
    },
    'indexed_db': {
      'filepath': 'content/browser/indexed_db|'\
                  'content/public/browser/indexed_db|'\
                  'content/renderer/indexed_db|'\
                  'content/test/data/indexeddb|'\
                  'components/services/storage/indexed_db',
    },
    'input': {
      'filepath': 'content/browser/renderer_host/input|'\
                  'content/renderer/input|'\
                  'ui/events/blink/'
    },
    'input_device_settings': {
      'filepath': 'ash/system/input_device_settings/|'\
                  'chrome/browser/resources/ash/settings/device_page/|'\
                  'chrome/browser/ui/webui/settings/ash/device_section.(cc|h)$|'\
                  'chrome/browser/ui/webui/settings/ash/input_device_settings/',
    },
    'input_devices': {
      'filepath': 'ui/events/devices/',
    },
    'installable': {
      'filepath': 'chrome/browser/extensions/bookmark_app'\
      '|chrome/browser/webapps/installable/'
                  '|components/webapps/browser/installable/',
    },
    'installer_linux': {
      'filepath': 'chrome/installer/linux/',
    },
    'installer_win': {
      'filepath': 'chrome/install_static/'\
                  '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
                  '|components/zucchini/',
    },
    'ios': {
      'filepath': 'ios/',
    },
    'ios_chrome': {
      'filepath': 'ios/chrome/',
    },
    'ios_clean': {
      'filepath': 'ios/clean/',
    },
    'ios_credential_provider': {
      'filepath': 'ios/chrome/browser/credential_provider|'\
                  'ios/chrome/common/credential_provider|'\
                  'ios/chrome/common/ui|'\
                  'ios/chrome/credential_provider_extension',
    },
    'ios_flags': {
      'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
                  'ios/chrome/browser/experimental_flags\.(h|mm)|'\
                  'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
    },
    'ios_ntp': {
      'filepath': 'ios/chrome/browser/ui/ntp/',
    },
    'ios_transactions': {
      'filepath': 'components/autofill/ios|'\
                  'components/password_manager/ios|'\
                  'ios/chrome/browser/autofill|'\
                  'ios/chrome/browser/passwords|'\
                  'ios/chrome/browser/ui/passwords|'\
                  'ios/chrome/browser/ui/settings/autofill|'\
                  'ios/chrome/browser/ui/settings/password',
    },
    'ios_web': {
      'filepath': 'ios/web(_view)?/',
    },
    'ios_web_view': {
      'filepath': 'ios/web_view/',
    },
    'ios_widget_kit': {
      'filepath': 'ios/chrome/common/widget_kit|'\
                  'ios/chrome/browser/widget_kit|'\
                  'ios/chrome/widget_kit_extension',
    },
    'ip_protection': {
      'filepath': 'chrome/browser/ip_protection/' \
                  '|components/ip_protection/' \
                  '|components/privacy_sandbox/masked_domain_list/' \
                  '|services/network/ip_protection/' \
                  '|services/network/network_service_proxy_delegate',
    },
    'ipcz': {
      'filepath': 'third_party/ipcz/',
    },
    'isolated_web_apps_apis': {
      'filepath': 'content/browser/direct_sockets/'\
                  '|chrome/browser/direct_sockets/'\
                  '|third_party/blink/renderer/modules/direct_sockets/'\
                  '|chrome/browser/printing/web_api/'\
                  '|third_party/blink/renderer/modules/printing/'\
                  '|chrome/browser/media/webrtc/'\
                  '|chrome/browser/chromeos/policy/multi_screen_capture/'\
                  '|chrome/browser/web_applications/web_app_run_on_os_login'\
                  '|chrome/browser/ui/web_applications/sub_apps'\
                  '|third_party/blink/renderer/modules/subapps/',
    },
    'isolated_web_apps_core': {
      'filepath': 'chrome/browser/web_applications/isolated_web_apps/'\
                  '|components/web_package/',
    },
    'isolated_web_apps_unmanaged_install': {
      'filepath': 'chrome/browser/ui/views/web_apps/isolated_web_apps/'\
                  '|chrome/browser/ash/file_manager/virtual_tasks/install_isolated_web_app_virtual_task',
    },
    'kiosk': {
      'filepath': 'chrome/browser/chromeos/app_mode/'\
                  '|chrome/browser/ash/app_mode/'\
                  '|chrome/browser/ash/login/app_mode/'
                  '|chrome/browser/lacros/app_mode/'\
                  '|chromeos/crosapi/mojom/kiosk_session_service.mojom',
    },
    'language': {
      'filepath': 'chrome/browser/language|'\
                  'components/language|'\
                  'components/test/data/language|'\
                  'ios/chrome/browser/language|'\
                  'ios/web_view/internal/language'
    },
    'libaom': {
      'filepath': 'third_party/libaom/',
    },
    'libvpx': {
      'filepath': 'third_party/libvpx/',
    },
    'libwebp': {
      'filepath': 'third_party/libwebp'
    },
    'libxml_xslt': {
      'filepath': 'third_party/libxml/' \
                  '|third_party/libxslt/',
    },
    'linux_sandboxing': {
      'filepath': 'sandbox/linux/'\
                  '|sandbox/policy/linux/',
    },
    'linux_seccomp_bpf': {
      'filepath': 'content/common/sandbox.*linux.cc',
    },
    'lookalikes': {
      'filepath': 'chrome/browser/component_updater/safety_tips_'\
                  '|chrome/browser/lookalikes/'\
                  '|chrome/browser/reputation/'\
                  '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view'\
                  '|components/lookalikes/'\
                  '|components/site_engagement/'\
                  '|components/url_formatter/',
    },
    'mac': {
      'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
    },
    'manifest': {
      'filepath': 'content/(browser|renderer)/manifest/'\
                  '|content/public/common/manifest'\
                  '|third_party/blink/(common|mojom)/manifest/'\
                  '|third_party/blink/renderer/modules/manifest/',
    },
    'media': {
      'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
    },
    'media_capture_from_element': {
      'filepath': 'content/renderer/media_capture_from_element/' \
                  '|third_party/blink/renderer/modules/mediacapture/' \
                  '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
                  '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
                  '|third_party/blink/public/platform/web_canvas_capture'
    },
    'media_controls': {
      'filepath': 'third_party/blink/renderer/modules/media_controls/'
    },
    'media_galleries': {
      'filepath': 'chrome/browser/extensions/api/media_galleries/'\
                  '|chrome/browser/media_galleries/'\
                  '|chrome/browser/storage_monitor/'\
                  '|chrome/common/media_galleries/'\
                  '|chrome/test/data/extensions/api_test/media_galleries/'
    },
    'media_gpu_cros': {
      'filepath': 'media/gpu/chromeos'\
                  '|media/gpu/vaapi'\
                  '|media/gpu/v4l2'\
                  '|media/gpu/.*\.(cc|h)$'\
                  '|media/mojo/(clients|mojom|test|services)/.*accelerator'
    },
    'media_gpu_vaapi': {
      'filepath': 'media/gpu/vaapi',
    },
    'media_gpu_win': {
      'filepath': 'media/gpu/windows/'
    },
    'media_recorder': {
      'filepath': 'content/renderer/media_recorder/' \
                  '|third_party/blink/renderer/modules/mediarecorder/' \
                  '|third_party/blink/renderer/platform/exported/web_media_recorder' \
                  '|third_party/blink/web_tests/fast/mediarecorder/' \
                  '|third_party/blink/public/platform/web_media_recorder'
    },
    'media_remoting': {
      'filepath': 'chrome/browser/media/cast_remoting'\
                  '|media/mojo/mojom/remoting.mojom'\
                  '|media/remoting/'\
                  '|third_party/blink/public/platform/media/web_media_player_'\
                  '|third_party/blink/renderer/platform/media/web_media_player_',
    },
    'media_router': {
      'filepath': 'chrome/app/media_router_strings.grdp' \
                  '|chrome/browser/media/router/' \
                  '|chrome/browser/resources/media_router/' \
                  '|chrome/browser/ui/media_router/' \
                  '|chrome/browser/ui/views/media_router/' \
                  '|chrome/test/media_router/' \
                  '|components/media_router/'
    },
    'media_webrtc': {
      'filepath': '^media/webrtc/'
    },
    'message_loop': {
      'filepath': 'base/message_'
    },
    'metrics': {
      'filepath': 'base/metrics/'\
                  '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
                  '|chrome/browser/metrics/'\
                  '|chrome/browser/ash/external_metrics/'\
                  '|chrome/browser/extensions/api/metrics_private/'\
                  '|chrome/browser/ui/webui/metrics_handler'\
                  '|chromecast/browser/metrics/'\
                  '|components/metrics/'\
                  '|components/metrics_services_manager/'\
                  '|components/variations/'\
                  # Exclude XML files; in particular, histograms.xml.
                  '|tools/metrics/[^.]*([.](?!xml$).*)?$',
    },
    'metrics_metadata_files': {
      # Subscribe to this to watch for changes to {actions, histograms, ukm}.xml
      # and to the field trial testing config.
      'filepath': 'tools/metrics/.*\.xml$'\
                  '|testing/variations/fieldtrial_testing_config.json',
    },
    'metrics_perf': {
      'filepath': 'chrome/browser/metrics/perf/',
    },
    'midi': {
      'filepath': 'midi',
    },
    'minidump_tests': {
      'filepath': 'tools/perf/core/minidump_unittest.py',
    },
    'multi_apps': {
      'filepath': 'chrome/browser/ui/web_applications/.*sub_app'\
                  '|chrome/browser/web_applications/commands/.*sub_app'\
                  '|chrome/test/data/web_apps/subapps_isolated_app/'\
                  '|chrome/test/data/webapps_integration/has_sub_apps/'\
                  '|third_party/blink/public/mojom/subapps/'\
                  '|third_party/blink/renderer/modules/subapps/'\
                  '|third_party/blink/web_tests/external/wpt/resources/chromium/mock-subapps.js'\
                  '|third_party/blink/web_tests/external/wpt/subapps/',
    },
    'multidevice': {
      'filepath': 'ash/multi_device_setup/'\
                  '|ash/resources/multidevice_resources.grdp'\
                  '|ash/webui/common/resources/multidevice_setup/'\
                  '|chrome/browser/ash/cryptauth/'\
                  '|chrome/browser/ash/device_sync/'\
                  '|chrome/browser/ash/multidevice_setup/'\
                  '|chrome/browser/ash/secure_channel/'\
                  '|chrome/browser/resources/chromeos/multidevice_setup/'\
                  '|chrome/browser/resources/ash/settings/multidevice_page/'\
                  '|chrome/browser/ui/webui/ash/multidevice_setup/'\
                  '|chrome/browser/ui/webui/settings/ash/multidevice'\
                  '|chrome/test/data/webui/multidevice_setup/'\
                  '|chromeos/ash/components/multidevice/'\
                  '|chromeos/ash/components/proximity_auth/'\
                  '|chromeos/ash/services/device_sync/'\
                  '|chromeos/ash/services/multidevice_setup/'\
                  '|chromeos/ash/services/secure_channel/',
    },
    'multipaste': {
     'filepath': 'ash/clipboard/|'\
                 'ash/public/cpp/.*clipboard.*|'\
                 'chrome/browser/ash/crosapi/clipboard_history.*|'\
                 'chrome/browser/lacros/clipboard_history.*|'\
                 'chrome/browser/ui/ash/clipboard.*|'\
                 'chromeos/ui/clipboard_history/',
    },
    'nacl': {
      'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
        'chrome/browser/nacl_host/|chrome/common/nacl|'\
        'native_client_sdk/src/doc/',
    },
    'native_client_sdk': {
      'filepath': '^native_client_sdk/',
    },
    'navigation': {
      'filepath': 'content/browser/renderer_host|'\
                  'content/browser/renderer_host/render_process_host|'\
                  'content/browser/renderer_host/render_view_host|'\
                  'content/browser/web_contents/web_contents_impl|'\
                  'content/renderer/render_frame|'\
                  'content/renderer/render_view'
    },
    'nearby': {
      'filepath': 'chrome/browser/nearby_sharing/|'\
                  'chrome/browser/resources/nearby_internals/|'\
                  'chrome/browser/resources/nearby_share/|'\
                  'chrome/browser/resources/ash/settings/nearby_share_page/|'\
                  'chrome/browser/ui/webui/nearby_internals/|'\
                  'chrome/browser/ui/webui/nearby_share/|'\
                  'chrome/services/sharing/|'\
                  'chromeos/ash/components/nearby/common/'
    },
    'nearby_presence': {
      'filepath': 'chrome/browser/ash/nearby/|'\
                  'chromeos/ash/components/nearby/presence/|'\
                  'chromeos/ash/services/nearby/'
    },
    'net': {
      'filepath': 'net/',
    },
    'net_base': {
      'filepath': 'net/base/',
    },
    'net_http2': {
      'filepath': 'net/http2/',
    },
    'net_log': {
      'filepath': 'net/log/|' \
        'chrome/browser/net/.*net_log|' \
        'chrome/browser/resources/net_internals/|' \
        'chrome/browser/ui/webui/net_internals/|' \
        'components/net_log/'
    },
    'net_server': {
      'filepath': 'net/server/'
    },
    'net_spdy': {
      'filepath': 'net/spdy/',
    },
    'net_websockets': {
      'filepath': 'net/websockets/',
    },
    'netinfo': {
      'filepath': '/netinfo/',
    },
    'network_service': {
      'filepath': 'services/network/',
    },
    'nfc': {
      'filepath': 'services/device/nfc/|'\
                  'third_party/blink/renderer/modules/nfc/'
    },
    'notifications': {
      'filepath': 'chrome/browser/extensions/api/notifications/|'\
        'chrome/browser/notifications/|'\
        'chrome/test/data/notifications/|'\
        'content/browser/notifications/|'\
        'content/common/platform_notification|'\
        'content/public/browser/platform_notification|'\
        'content/public/common/platform_notification|'\
        'content/renderer/notification_|'\
        'chrome/notification_helper/|'\
        'third_party/blink/web_tests/external/wpt/notifications|'\
        'third_party/blink/web_tests/http/tests/notifications|'\
        'third_party/blink/renderer/modules/notifications|'\
        'third_party/blink/public/platform/modules/notifications|'\
        'ui/message_center/'
    },
    'nqe': {
      'filepath': 'nqe',
    },
    'ntp_snippets': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
        'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
        'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
        'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
        'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
        'chrome/android/java/res/layout/new_tab_page|'\
        'chrome/android/java/res/layout/most_visited'
    },
    'ntp_tiles': {
      'filepath': 'chrome/browser/android/ntp/|'\
        'chrome/browser/ui/webui/ntp/|'\
        'chrome/common/search/ntp|'\
        'components/ntp_tiles/|'\
        'ios/chrome/browser/ntp_tiles'
    },
    'offline_pages': {
      'filepath': 'components/offline_pages/'\
                  '|chrome/browser/android/offline_pages/'\
                  '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
    },
    'omnibox_desktop': {
      'filepath': '^chrome/browser/ash/app_list/search/omnibox/|'\
                  '^chrome/browser/autocomplete/|'\
                  '^chrome/browser/resources/new_tab_page/realbox/|'\
                  '^chrome/browser/resources/omnibox|'\
                  '^chrome/browser/ui/location_bar/|'\
                  '^chrome/browser/ui/omnibox/|'\
                  '^chrome/browser/ui/views/location_bar/|'\
                  '^chrome/browser/ui/views/omnibox/|'\
                  '^chrome/browser/ui/webui/omnibox/|'\
                  '^chrome/browser/ui/webui/realbox/|'\
                  '^chrome/test/data/webui/new_tab_page/realbox/|'\
                  '^components/omnibox/|'\
                  '^components/search_engines/'
    },
    'origin_trials': {
      'filepath': 'origin_trial'\
                  '|OriginTrial'\
                  '|ConditionalFeature',
    },
    'os_crypt': {
      'filepath': 'components/os_crypt/',
    },
    'os_feedback_ui': {
      'filepath': 'ash/webui/os_feedback_ui/|' \
                  'chrome/browser/ash/os_feedback/'
    },
    'ozone': {
      'filepath': 'ui/ozone/|'\
        'ui/events/ozone/|'\
        'ui/gfx/linux/|'\
        'ui/gl/gl_.*egl|'\
        'ui/gl/gl_.*ozone'
    },
    'ozone_fuchsia': {
      'filepath': 'ui/ozone/platform/flatland/',
    },
    'page_info' : {
      'filepath': 'chrome/browser/ui/page_info/'\
                  '|chrome/browser/ui/.*/page_info/'\
                  '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
                  '|components/page_info_strings.grdp'\
                  '|ios/chrome/browser/ui/page_info/'
    },
    'page_load_metrics' : {
      'filepath': '/page_load_metrics/'
    },
    'page_load_metrics_abandoned_navigations': {
      'filepath': 'chrome/browser/page_load_metrics/observers/gws_abandoned_page_load_metrics_observer.(cc|h)$|' \
                  'components/page_load_metrics/browser/observers/abandoned_page_load_metrics_observer.(cc|h)$'
    },
    'panels': {
      'filepath': 'chrome/browser/ui/panels'\
                  '|chrome/browser/ui/cocoa/panels'\
                  '|chrome/browser/ui/views/panels'
    },
    'partition_alloc': {
      'filepath': 'base/allocator/partition_allocator/'
    },
    'password_manager': {
      'filepath': 'chrome/.*/password_'\
                  '|chrome/browser/ui/passwords'\
                  '|chrome/browser/ui/views/passwords'\
                  '|chrome/test/data/password'\
                  '|components/autofill.*password'
                  '|components/password_'\
                  '|^ios/chrome/browser/passwords'\
    },
    'payments': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
                  '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
                  '|chrome/browser/payments'\
                  '|chrome/browser/ui/views/payments'\
                  '|components/payments/test/data'\
                  '|components/payments'\
                  '|content/browser/payments'\
                  '|content/test/data/payments'\
                  '|ios/chrome/browser/payments'\
                  '|ios/chrome/browser/ui/payments'\
                  '|ios/web/payments'\
                  '|ios/web/public/payments'\
                  '|third_party/blink/web_tests/external/wpt/payment-request'\
                  '|third_party/blink/web_tests/http/tests/payments'\
                  '|third_party/blink/web_tests/payments'\
                  '|third_party/blink/public/platform/modules/payments'\
                  '|third_party/blink/renderer/modules/payments'
    },
    'pdf': {
      'filepath': 'components/pdf/'\
                  '|chrome/browser/pdf/'\
                  '|chrome/browser/ui/pdf/'\
                  '|pdf/'
    },
    'pdf_ocr': {
      'filepath': 'pdf_ocr'
    },
    'pepper_api': {
      'filepath': 'ppapi/api'\
                  '|ppapi/c',
    },
    'permissions': {
      'filepath': 'content/(child,browser)/permissions/'\
                  '|content/common/permission_'\
                  '|content/public/(common,browser)/permission_'\
                  '|chrome/browser/permissions/'\
                  '|chrome/browser/content_settings/permission'\
                  '|permission_context',
    },
    'permissions_policy': {
      'filepath': 'third_party/blink/renderer/core/permissions_policy/|' \
                  'third_party/blink/public/(common|mojom)/permissions_policy/'
    },
    'phonehub': {
      'filepath': 'ash/system/phonehub/'\
                  '|chrome/browser/ash/phonehub/'\
                  '|chromeos/ash/components/phonehub/',
    },
    'picture_in_picture': {
      'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
    },
    'plugin_metadata': {
      'filepath': 'chrome/browser/resources/plugin_metadata/'
    },
    'plus_addresses': {
      'filepath': 'components/plus_addresses/'\
                  '|chrome/browser/plus_addresses/'\
                  '|chrome/browser/ui/plus_addresses/'\
                  '|chrome/browser/ui/android/plus_addresses/'\
                  '|chrome/browser/ui/views/plus_addresses/'\
                  '|components/plus_addresses_strings_grdp/'\
                  '|ios/chrome/browser/plus_addresses/'
    },
    'policy_features': {
      'filepath' : 'third_party/blink/renderer/core/permissions_policy/document_policy_features.json5|'\
                   'third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5'
    },
    'popup_blocker': {
      'filepath': 'chrome/browser/ui/blocked_content'
    },
    'precache': {
      'filepath': '[pP]recache'
    },
    'prefetch_proxy': {
      'filepath': 'chrome/browser/preloading/prefetch/prefetch_proxy',
    },
    'prerender': {
      'filepath': 'chrome/browser/chrome_content_browser_client_binder_policies' \
                  '|chrome/browser/predictors/autocomplete_action_predictor\.(cc|h)$' \
                  '|chrome/browser/preloading/' \
                  '|content/browser/mojo_binder_policy' \
                  '|content/browser/preloading/'
    },
    'presentation': {
      'filepath': 'content/browser/presentation/' \
                  '|content/public/browser/presentation_' \
                  '|third_party/blink/public/mojom/presentation/' \
                  '|third_party/blink/renderer/modules/presentation/' \
                  '|third_party/blink/web_tests/(virtual/)?presentation/'
    },
    'preview_features': {
      'filepath': 'components/previews/core/previews_features' \
                  '|components/previews/core/previews_experiments'
    },
    'print_preview': {
      'filepath': 'chrome/browser/resources/print_preview/' \
                  '|chrome/browser/ui/webui/print_preview/'
    },
    'privacy_budget': {
      'filepath': 'privacy_budget',
    },
    'privacy_guide_desktop': {
      'filepath': 'chrome/browser/resources/settings/privacy_page/privacy_guide/' \
                  '|chrome/test/data/webui/settings/privacy_guide*',
    },
    'privacy_sandbox': {
      'filepath': 'privacy_sandbox|PrivacySandbox',
    },
    'private_aggregation': {
      'filepath': 'private_aggregation|aggregation_service',
    },
    'profile_keyed_service': {
      'filepath': 'chrome/browser/profiles/profile_keyed_service_browsertest.cc',
    },
    'psm_libs': {
      'filepath': 'third_party/private_membership/|' \
                  'third_party/shell-encryption/'
    },
    'push_messaging': {
      'filepath': 'push_messaging'
    },
    'quick_answers': {
      'filepath': 'ash/quick_answers/'\
                  '|chrome/browser/renderer_context_menu/quick_answers'\
                  '|chromeos/components/quick_answers/'
    },
    'related_website_sets': {
      'filepath': 'first_party_sets|' \
                  'top_level_storage_access_api|' \
                  'top-level-storage-access-api|' \
                  'storage_access_api|' \
                  'storage-access-api'
    },
    'relaunch_notification': {
      'filepath': 'chrome/browser/ui/views/relaunch_notification'
    },
    'remoteplayback': {
      'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
                  '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
                  '|chrome/browser/media/android/remote/' \
                  '|media/renderers/remote_playback' \
                  '|third_party/blink/public/platform/media/remote_playback' \
                  '|third_party/blink/public/platform/modules/remoteplayback/' \
                  '|third_party/blink/renderer/core/html/media/remote_playback' \
                  '|third_party/blink/renderer/platform/media/remote_playback' \
                  '|third_party/blink/renderer/modules/remoteplayback/' \
                  '|third_party/blink/web_tests/media/remoteplayback/' \
                  '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
    },
    'remoting': {
      'filepath': '^remoting/' \
                  '|^testing/chromoting'
    },
    'rgb_kbd': {
      'filepath': 'ash/rgb_keyboard/'
    },
    'rlz_id': {
      'filepath' :'rlz/lib/machine_id.cc|'\
                  'rlz/lib/machine_id.h|'\
                  'rlz/win/lib/machine_id_win.cc',
    },
    'runtime_enabled_features': {
      'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
    },
    'safe_browsing': {
      'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
                  'components/safe_browsing/',
    },
    'sampling_profiler': {
      'filepath': 'base/profiler/'\
                  '|chrome/common/profiler/'\
                  '|chrome/renderer/v8_unwinder'\
                  '|components/metrics/call_stacks/.*call_stack'\
                  '|components/metrics/public/mojom/call_stack'\
                  '|build/android/gyp/create_unwind_table*'\
                  '|build/android/gyp/extract_unwind_tables*'\
                  '|chrome/android/features/stack_unwinder/'\
                  '|chrome/android/modules/stack_unwinder/',
    },
    'scanning': {
      'filepath': 'ash/webui/scanning/'\
                  '|chrome/browser/ash/scanning/',
    },
    'screen_ai': {
      'filepath': 'screen_ai',
    },
    'search_engine_choice_screen': {
      'filepath': 'chrome/browser/ui/search_engine_choice/'\
                  '|chrome/browser/ui/views/search_engine_choice/'\
                  '|chrome/browser/ui/webui/search_engine_choice/'\
                  '|chrome/browser/resources/search_engine_choice/'\
                  '|chrome/browser/search_engine_choice/'\
                  '|chrome/test/data/webui/search_engine_choice/'\
                  '|components/resources/default_100_percent/search_engine_choice/'\
                  '|components/resources/default_200_percent/search_engine_choice/'\
                  '|components/search_engines/generated_marketing_snippets.cc'\
                  '|components/search_engines/search_engine_choice_.cc'\
                  '|components/search_engine_choice_strings.grdp'\
                  '|components/search_engine_descriptions_strings.grd'\
                  '|ios/chrome/browser/providers/signin/chromium_choice.mm'\
                  '|ios/chrome/test/providers/signin/test_choice.mm'\
                  '|ios/public/provider/chrome/browser/signin/choice_api.h'\
		  '|tools/search_engine_choice/',

    },
    'search_prefetch': {
      'filepath': 'chrome/browser/preloading/prefetch/search_prefetch',
    },
    'security': {
      'filepath': 'base/json/'\
                  '|base/memory/.*shared_memory'\
                  '|components/cbor/'\
                  '|AndroidManifest',
    },
    'security_interstitials': {
      'filepath': 'components/security_interstitials',
    },
    'select_to_speak': {
      'filepath': 'select_to_speak',
    },
    'send_tab_to_self': {
      'filepath': 'components/send_tab_to_self'\
                  '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
                  '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
                  '|chrome/browser/android/send_tab_to_self/'\
                  '|chrome/browser/send_tab_to_self/'\
                  '|chrome/browser/ui/send_tab_to_self'\
                  '|ios/chrome/browser/send_tab_to_self/',
    },
    'service_worker': {
      'filepath': 'content/(browser|renderer|child|common)/service_worker/',
    },
    'settings_os_settings': {
      'filepath': 'chrome/browser/resources/ash/settings/'\
                  '|chrome/browser/ui/webui/ash/settings/'\
                  '|chrome/test/data/webui/chromeos/settings/'\
                  '|ui/webui/resources/cr_elements/chromeos/',
    },
    'settings_os_settings_languages': {
      'filepath': 'chrome/browser/resources/ash/settings/os_languages_page/'\
                  '|chrome/browser/ui/webui/ash/settings/languages_'\
                  '|chrome/test/data/webui/chromeos/settings/os_languages_page/'
    },
    'sharing': {
      'filepath': 'chrome/browser/sharing/|'\
                  'chrome/browser/ui/views/sharing/',
    },
    'shimless_rma': {
      'filepath': 'ash/webui/shimless_rma/'\
                  '|chrome/test/data/webui/chromeos/shimless_rma/',
    },
   'shortcut_customization_ui': {
      'filepath': 'ash/webui/shortcut_customization_ui/',
    },
    'siso_config': {
      'filepath': 'build/config/siso/',
    },
    'site_engagement': {
      'filepath': 'chrome/browser/engagement/|'\
                  'chrome/browser/ui/webui/engagement/',
    },
    'site_instance': {
      'filepath': 'content/browser/site_instance|'\
        'content/browser/browsing_instance',
    },
    'smartlock': {
      'filepath': 'ash/login/ui/smart_lock.*'\
                  '|ash/public/cpp/smartlock'\
                  '|chrome/browser/ash/login/easy_unlock/'\
                  '|chrome/browser/resources/chromeos/quick_unlock/'\
                  '|chrome/browser/resources/ash/settings/multidevice_page/multidevice_smartlock'\
                  '|chrome/test/data/webui/chromeos/settings/multidevice_smartlock'\
                  '|chromeos/ash/components/dbus/easy_unlock/'\
                  '|chromeos/ash/components/proximity_auth/',
    },
    'smb': {
      'filepath': 'chrome/browser/ash/file_system_provider' \
                  '|chrome/browser/ash/smb_client'\
                  '|chromeos/ash/components/dbus/smbprovider',
    },
    'source_idls': {
      'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
    },
    'speed_metrics_changelog': {
      'filepath': 'docs/speed/metrics_changelog/.*.md',
    },
    'spellcheck': {
      'filepath': 'chrome/browser/spellchecker/'\
                  '|chrome/browser/renderer_context_menu/spelling_'\
                  '|components/spellcheck/'\
                  '|third_party/hunspell/'\
                  '|third_party/hunspell_dictionaries/',
    },
    'splitview': {
      'filepath': 'ash/wm/splitview/'
    },
    'startup': {
      'filepath': 'chrome/browser/ui/startup/',
    },
    'storage_access_api': {
      'filepath': '/storage_access_api/|' \
                  '/storage-access-api/'
    },
    'storage_service' : {
      'filepath': 'components/services/storage/',
    },
    'structured_headers' : {
      'filepath': 'net/http/structured_headers',
    },
    'styleguide': {
      'filepath': '^styleguide/',
    },
    'styleguide_python': {
      'filepath': '^styleguide/python',
    },
    'subresource_filter': {
      'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
    },
    'supervised_users': {
      'filepath': 'chrome/browser/.*managed_mode'\
                  '|chrome/browser/.*managed_user'\
                  '|chrome/browser/.*supervised_user',
    },
    'surface_layer_for_video': {
      'filepath': 'cc/layers/surface_layer'\
                  '|third_party/blink/renderer/platform/graphics/video_frame_'\
                  '|third_party/blink/renderer/platform/graphics/surface_layer_bridge',
    },
    'switch_access': {
      'filepath': 'switch_access',
    },
    'syncfs': {
      'filepath': 'sync_file_system',
    },
    'tab_alert_indicators': {
      'filepath': 'content/browser/media/audio_stream_monitor'\
        '|chrome/browser/ui/tabs/tab_utils'\
        '|chrome/browser/ui/views/tabs/alert_indicator_button'\
        '|chrome/browser/ui/views/tabs/tab\.cc'\
        '|chrome/browser/ui/views/tabs/tab_renderer_data'\
        '|media/audio/audio_(output_controller|power_monitor)',
    },
    'tab_capture': {
      # TODO: Watch code in media/audio & audio service for tab audio capture
      'filepath': 'chrome/browser/extensions/api/tab_capture/'\
        '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
        '|chrome/test/data/extensions/api_test/tab_capture/'\
        '|components/viz/common/(frame_sinks/|gl_helper|gl_i420|yuv_)'\
        '|components/viz/host/client_frame_sink'\
        '|components/viz/service/frame_sinks/(frame_sink_manager'\
            '|video_capture/)'\
        '|content/browser/media/capture/'\
        '|content/browser/renderer_host/media/'\
        '|media/base/video_frame\.h'\
        '|media/capture/'\
        '|services/viz/privileged/mojom/compositing/frame_sink'\
        '|third_party/blink/public/mojom/mediastream/'
    },
    'tab_contents': {
      'filepath': 'chrome/browser/tab_contents/|'\
        'content/browser/tab_contents/|'\
        'chrome/browser/ui/tab_contents/',
    },
    'tab_interface': {
      'filepath': 'chrome/browser/tab/'
    },
    'tab_ui_and_start_surface': {
      'filepath': 'chrome/android/features/tab_ui/' \
                  '|chrome/android/features/start_surface/' \
                  '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/'
    },
    'tbmv2_metrics': {
      'filepath': 'third_party/catapult/tracing/tracing/metrics'
    },
    'telemetry': {
      'filepath': 'tools/perf/'
    },
    'test_runner': {
      'filepath': 'components/test_runner/' \
                  '|content/shell/(common|browser|renderer)/web_test/' \
                  '|content/test/web_test_support.cc' \
                  '|content/public/test/web_test_support.h' \
    },
    'tests': {
      'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
    },
    'tether': {
      'filepath': 'chrome/browser/ash/tether/'\
                  '|chrome/browser/ui/ash/network/tether'\
                  '|chromeos/ash/components/tether/',
    },
    'text_to_speech': {
      'filepath': 'tts'
    },
    'textinput': {
      'filepath': 'content/browser/renderer_host/render_widget_host_view'\
                  '|content/browser/renderer_host/text_input'\
                  '|ui/base/ime/'\
                  '|ui/views/controls/textfield/'\
                  '|ui/wm/core/ime'
    },
    'textinput_chromeos': {
      'filepath': 'chrome/browser/ash/extensions/input_method'\
                  '|chrome/browser/ash/input_method/'\
                  '|chrome/browser/extensions/api/input_ime'\
                  '|chrome/browser/resources/chromeos/keyboard/' \
                  'chromeos/.*(language|keyboard)'\
                  '|chromeos/ime/'
    },
    'third_party_conflicts': {
      'filepath': 'chrome/browser/win/conflicts/'
    },
    'timers': {
      'filepath': 'base/timer/'
    },
    'tools_win_chromeexts': {
      'filepath': 'tools/win/chromeexts',
    },
    'touch_selection': {
      'filepath': 'ui/touch_selection/'\
                  '|content/public/android/java/src/org/chromium/content/browser/selection/'
    },
    'tracing': {
      'filepath': 'base/debug/trace_event'\
                  '|base/trace_event/'\
                  '|content/browser/tracing/'\
                  '|components/tracing/'\
                  '|services/tracing/'
    },
    'traffic_annotation': {
      'filepath': 'tools/traffic_annotation/'
    },
    'translate': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/translate|'\
                  'chrome/android/java/src/org/chromium/chrome/browser/infobar/translate|'\
                  'chrome/android/javatests/src/org/chromium/chrome/browser/translate|'\
                  'chrome/browser/translate|'\
                  'chrome/browser/ui/translate|'\
                  'chrome/browser/ui/webui/translate_internals|'\
                  'chrome/browser/ui/views/translate|'\
                  'chrome/renderer/translate|'\
                  'chrome/test/data/translate|'\
                  'components/resources/translate_resources.grdp'\
                  'components/translate|'\
                  'components/translate_strings_grdp|'\
                  'ios/chrome/browser/translate|'\
                  'ios/chrome/browser/ui/translate|'\
                  'ios/web_view/internal/translate'
    },
    'turtledove': {
      'filepath': 'content/browser/interest_group/|'\
                  'content/services/auction_worklet/|'\
                  'third_party/blink/public/mojom/interest_group/|'\
                  'third_party/blink/renderer/modules/ad_auction/'
    },
    'ui_compositor': {
      'filepath': 'ui/compositor/layer\.|'\
                  'ui/compositor/layer_unittest|'\
                  'ui/compositor/compositor',
    },
    'ui_display_win': {
      'filepath': '^ui/display/win',
    },
    'ui_resources': {
      'filepath': 'ui/resources/'\
                  '|ui/base/native_theme/resources/'\
                  '|chrome/app/theme/'
    },
    'ui_strings': {
      'filepath': 'chrome/app/generated_resources.grd'\
                  '|chrome/app/google_chrome_strings.grd'\
                  '|chrome/app/settings_strings.grdp'\
                  '|chrome/browser/ui/android/strings/android_chrome_strings.grd'\
                  '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
                  '|ui/strings/ui_strings.grd',
    },
    'ui_views': {
      'filepath': '^ui/views',
    },
    'unified_consent': {
      'filepath': 'components/unified_consent/'\
                  '|chrome/browser/unified_consent/',
    },
    'usb': {
      'filepath': '/usb/',
    },
    'user_education': {
      'filepath': 'ash/user_education/|'\
                  'chrome/browser/ui/ash/user_education/',
    },
    'version_assembly': {
      'filepath': 'chrome/app/version_assembly',
    },
    'video_capture': {
      'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
                  '|content/browser/renderer_host/media/.*(capture|media)'\
                  '|content/renderer/media/.*(capture|media|webrtc)'\
                  '|media/capture/'\
                  '|media/muxers/'\
                  '|services/video_capture/',
    },
    'virtual_keyboard': {
      'filepath': 'ash/keyboard/'\
                  '|chrome/test/data/chromeos/virtual_keyboard/'\
                  '|extensions/browser/api/virtual_keyboard_private/'\
                  '|ash/system/virtual_keyboard/',
    },
    'virtual_reality': {
      # Includes VR, AR, and XR.
      'filepath': '/vr/'\
                  '|/xr'\
                  '|webxr'\
                  '|isolated_xr_device'\
                  '|third_party/arcore'\
                  '|third_party/gvr'\
                  '|third_party/libovr'\
                  '|third_party/openvr',
    },
    'vscode_tooling': {
      'filepath': 'tools/vscode',
    },
    'vulkan': {
      'filepath': 'gpu/vulkan'\
                  '|third_party/vulkan'
    },
    'wake_lock': {
      'filepath': 'wake_lock',
    },
    'wallpapers': {
      'filepath': 'components/arc/common/wallpaper.mojom'\
                  '|ash/wallpaper/'\
    },
    'wayland': {
      'filepath': 'ui/ozone/platform/wayland/'\
                  '|third_party/wayland/'\
                  '|third_party/wayland-protocols/',
    },
    'web_applications': {
      'filepath': 'chrome/browser/web_applications'\
                  '|chrome/browser/ui/web_applications',
    },
    'web_package': {
      'filepath': 'components/web_package/'\
                  '|content/browser/loader/prefetch_url_loader'\
                  '|content/browser/web_package/'\
                  '|content/test/data/sxg/'
    },
    'web_share': {
      'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
                  '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare'\
                  '|third_party/blink/web_tests/webshare/'\
                  '|third_party/blink/web_tests/external/wpt/web-share/'\
                  '|third_party/blink/public/mojom/webshare/'\
                  '|third_party/blink/renderer/modules/webshare/',
    },
    'webauthn': {
        'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
      '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
                    '|chrome/browser/ui/webauthn/'\
                    '|chrome/browser/ui/views/webauthn/'\
                    '|chrome/browser/webauthn/'\
                    '|content/browser/webauth/'\
                    '|device/fido/'\
                    '|third_party/blink/public/mojom/webauthn/'\
                    '|third_party/blink/web_tests/external/wpt/webauthn/'\
                    '|third_party/microsoft_webauthn/',
    },
    'webcodecs': {
        'filepath': 'third_party/blink/renderer/modules/webcodecs/',
    },
    'webgpu': {
        'filepath': 'third_party/blink/renderer/modules/webgpu/',
    },
    'webid': {
        'filepath': 'third_party/blink/renderer/modules/credentialmanagement/'\
                    '|third_party/blink/public/mojom/webid/'\
                    '|content/browser/webid'\
                    '|chrome/browser/.*webid',
    },
    'weblayer': {
        'filepath': 'weblayer/',
    },
    'weblayer_safe_browsing': {
        'filepath': 'weblayer/browser/safe_browsing/',
    },
    'weblayer_ssl': {
        'filepath': 'weblayer/browser/ssl',
    },
    'webnn': {
        'filepath': 'third_party/blink/renderer/modules/ml/webnn/'\
                    '|services/webnn/',
    },
    'webotp': {
        'filepath': 'third_party/blink/renderer/modules/credentialmanager/credentials_container\.cc'\
                    '|third_party/blink/renderer/modules/credentialmanager/.*otp'\
                    '|third_party/blink/public/mojom/sms/'\
                    '|content/browser/.*sms/'\
                    '|chrome/browser/sharing/.*sms',
    },
    'webrtc_browser_tests': {
      'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
                  'content/browser/media/.*webrtc.*browsertest',
    },
    'website_settings': {
      'filepath': 'chrome/browser/content_settings/'\
                  '|chrome/browser/ui/views/website_settings/'\
                  '|chrome/browser/ui/website_settings/'\
                  '|chrome/browser/privacy_sandbox/privacy_sandbox_settings'\
                  '|chrome/common/content_settings'\
                  '|components/content_settings/'\
                  '|services/network/cookie_settings',
    },
    'windows_sandboxing': {
      'filepath': 'sandbox/win/',
    },
    'wm_state': {
      'filepath': 'ash/wm/base_state.*|' \
                  'ash/wm/client_controlled_state.*|' \
                  'ash/wm/default_state.*|' \
                  'ash/wm/tablet_mode/tablet_mode_window_state.*'
    },
    'wpt_tools': {
      'filepath': 'third_party/blink/web_tests/external/wpt/tools/',
    },
    'x11': {
      'filepath': 'ui/base/x/'
    },
    'zlib': {
      'filepath': 'third_party/zlib'
    },
    'zoom': {
      'filepath': 'chrome/browser/ui/zoom/' \
                  '|components/ui/zoom/' \
                  '|content/browser/host_zoom_' \
                  '|content/browser/storage_partition_impl' \
                  '|content/public/browser/host_zoom_map.h' \
                  '|content/public/browser/storage_partition.h'
    },
  },

  ##############################################################################
  # Please keep alphabetical
  ##############################################################################
  'WATCHLISTS': {
    'about_flags': ['[email protected]',
                    '[email protected]'],
    'accelerators': ['[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]'],
    'accessibility': ['[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'accessibility_component_extensions': ['[email protected]',
                                           '[email protected]',
                                           '[email protected]',
                                           '[email protected]'],
    'accessibility_features_ash': ['[email protected]',
                                   '[email protected]'],
    'accessibility_minimal_core': ['[email protected]'],
    'accessibility_reading': ['[email protected]',
                              '[email protected]'],
    'accessibility_service': ['[email protected]'],
    'add_to_homescreen': ['[email protected]',
                          '[email protected]',
                          '[email protected]'],
    'agent_scheduling_group': ['[email protected]',
                               '[email protected]'],
    'android_crash_reporting': ['[email protected]',
                                '[email protected]'],
    'android_flags': ['[email protected]'],
    'android_infobars': ['[email protected]'],
    'android_infra': ['[email protected]'],
    'android_item_chooser_dialogs': [],
    'android_lint': ['[email protected]'],
    'android_omnibox': ['[email protected]'],
    'android_pgo_arm64': ['[email protected]'],
    'android_search_widget': ['[email protected]',
                              '[email protected]'],
    'android_startup_metrics': ['[email protected]'],
    'android_studio': ['[email protected]',
                       '[email protected]'],
    'android_tab': ['[email protected]'],
    'android_toolbar': ['[email protected]'],
    'android_toolbar_deps': ['[email protected]'],
    'android_uma_settings': ['[email protected]',
                             '[email protected]'],
    'android_webapk': ['[email protected]',
                       '[email protected]',
                       '[email protected]'],
    'android_webview': ['[email protected]'],
    'android_webview_network_service': [],
    'app_service': ['[email protected]',
                    '[email protected]',
                    '[email protected]',
                    '[email protected]'],
    'app_service_protos': ['[email protected]',
                           '[email protected]'],
    'app_shortcuts': ['[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'apps': ['[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]'],
    'apps_intent_helper': ['[email protected]',
                           '[email protected]'],
    'arc': ['[email protected]',
            '[email protected]',
            '[email protected]'],
    'arc_auth': ['[email protected]'],
    'arc_compat_mode': ['[email protected]'],
    'arc_fileapi': ['[email protected]',
                    '[email protected]'],
    'arc_ime': ['[email protected]'],
    'arc_mojom': ['[email protected]'],
    'arc_nearby_share': ['[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'arc_net': ['[email protected]',
                '[email protected]',
                '[email protected]',
                '[email protected]'],
    'arc_power': ['[email protected]'],
    'ash_webui_common': ['[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'ash_wm_desks': ['[email protected]',
                     '[email protected]'],
    'assistive': ['[email protected]'],
    'attribution_reporting': ['[email protected]'],
    'audio_service': ['[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'audio_settings': ['[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]'],
    'aura': ['[email protected]'],
    'aura_compositor': ['[email protected]'],
    'autofill': ['[email protected]'],
    'autofill_payments': ['[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]'],
    'background_fetch': ['[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'background_sync': ['[email protected]',
                        '[email protected]',
                        '[email protected]',
                        '[email protected]'],
    'banners': ['[email protected]',
                '[email protected]'],
    'base_allocator': ['[email protected]',
                       '[email protected]',
                       '[email protected]'],
    'base_android': ['[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]'],
    'base_memory': ['[email protected]'],
    'base_scheduler': ['[email protected]'],
    'base_thread_pool': ['[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'base_win': ['[email protected]',
                 '[email protected]',
                 '[email protected]',
                 '[email protected]'],
    'battery_status': ['[email protected]'],
    'bfcache': ['[email protected]',
                '[email protected]'],
    'binary_size': ['[email protected]'],
    'blink': ['[email protected]'],
    'blink_accessibility': ['[email protected]',
                            '[email protected]',
                            '[email protected]',
                            '[email protected]'],
    'blink_animation': ['[email protected]',
                        '[email protected]',
                        '[email protected]'],
    'blink_audio': ['[email protected]', '[email protected]', '[email protected]', '[email protected]'],
    'blink_battery_status': ['[email protected]'],
    'blink_bindings': ['[email protected]', '[email protected]'],
    'blink_bindings_serialization': ['[email protected]'],
    'blink_bluetooth': ['[email protected]',
                        '[email protected]'],
    'blink_clipboard': ['[email protected]'],
    'blink_common': ['[email protected]'],
    'blink_controller': [],
    'blink_css': ['[email protected]',
                  '[email protected]',
                  '[email protected]'],
    'blink_css_flexbox': ['[email protected]'],
    'blink_css_fragmentation_tests': ['[email protected]'],
    'blink_css_grid_layout': ['[email protected]',
                              '[email protected]'],
    'blink_custom_elements': ['[email protected]'],
    'blink_device_orientation': ['[email protected]'],
    'blink_devtools': ['[email protected]'],
    'blink_dom': ['[email protected]'],
    'blink_dom_storage': ['[email protected]'],
    'blink_events': ['[email protected]',
                     '[email protected]'],
    'blink_fetch': ['[email protected]',
                    '[email protected]',
                    '[email protected]'],
    'blink_fileapi': ['[email protected]'],
    'blink_frames': ['[email protected]'],
    'blink_geolocation': [],
    'blink_heap': ['[email protected]',
                   '[email protected]',
                   '[email protected]'],
    'blink_html': ['[email protected]'],
    'blink_htmlparser': ['[email protected]',
                         '[email protected]'],
    'blink_image_codecs': ['[email protected]',
                           '[email protected]'],
    'blink_indexed_db': ['[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'blink_input': ['[email protected]'],
    'blink_layers': ['[email protected]'],
    'blink_layout': ['[email protected]',
                     '[email protected]'],
    'blink_layout_ng': ['[email protected]',
                        '[email protected]',
                        '[email protected]',
                        '[email protected]',
                        '[email protected]'],
    'blink_loader': ['[email protected]',
                     '[email protected]',
                     '[email protected]'],
    'blink_media': ['[email protected]',
                    '[email protected]',
                    '[email protected]'],
    'blink_media_queries': ['[email protected]'],
    'blink_mediastream': ['[email protected]'],
    'blink_navigator_content_utils': ['[email protected]'],
    'blink_out_of_process_frames': ['[email protected]'],
    'blink_paint' : ['[email protected]'],
    'blink_paintworklet' : ['[email protected]'],
    'blink_peerconnection' : ['[email protected]'],
    'blink_permissions': ['[email protected]'],
    'blink_platform': ['[email protected]'],
    'blink_platform_graphics': ['[email protected]',
                                '[email protected]',
                                '[email protected]',
                                '[email protected]',
                                '[email protected]',
                                '[email protected]'],
    'blink_platform_peerconnection_video': ['[email protected]'],
    'blink_preloadScanner': ['[email protected]'],
    'blink_prerender': ['[email protected]',
                        '[email protected]',
                        '[email protected]'],
    'blink_public_api': ['[email protected]'],
    'blink_quota': ['[email protected]'],
    'blink_scheduler': ['[email protected]',
                        '[email protected]'],
    'blink_scheduling_api': ['[email protected]'],
    'blink_script': ['[email protected]',
                     '[email protected]', '[email protected]'],
    'blink_scroll': ['[email protected]'],
    'blink_service_worker': ['[email protected]',
                             '[email protected]',
                             '[email protected]',
                             '[email protected]',
                             '[email protected]',
                             '[email protected]'],
    'blink_service_worker_tests': ['[email protected]'],
    'blink_spellcheck' : ['[email protected]'],
    'blink_streams': ['[email protected]'],
    'blink_style': ['[email protected]'],
    'blink_svg': ['[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]'],
    'blink_track': ['[email protected]',
                    '[email protected]',
                    '[email protected]',
                    '[email protected]',
                    '[email protected]'],
    'blink_viewport_interaction': ['[email protected]',
                                   '[email protected]'],
    'blink_w3ctests': ['[email protected]'],
    'blink_webp': ['[email protected]',
                   '[email protected]',
                   '[email protected]'],
    'blink_websockets': ['[email protected]',
                         '[email protected]'],
    'blink_workers': ['[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'blink_wtf': ['[email protected]'],
    'blink_xml': ['[email protected]'],
    'borealis': ['[email protected]'],
    'bottombar': ['[email protected]',
                  '[email protected]'],
    'browser_components': ['[email protected]'],
    'browser_compositor': ['[email protected]'],
    'browser_manager': ['[email protected]'],
    'browser_params': ['[email protected]'],
    'browser_scheduler': ['[email protected]'],
    'browsing_data': ['[email protected]',
                      '[email protected]'],
    'cast_2_class': ['[email protected]'],
    'cast_certificate': ['[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'cast_channel': ['[email protected]',
                     '[email protected]'],
    'cast_streaming': ['[email protected]',
                       '[email protected]',
                       '[email protected]'],
    'cc': ['[email protected]'],
    'cc-animation': ['[email protected]'],
    'cc-display': ['[email protected]'],
    'cc-scheduler': ['[email protected]'],
    'certificate_transparency': ['[email protected]',
                                 '[email protected]',
                                 '[email protected]'],
    'chrome_camera_app': ['[email protected]'],
    'chrome_elf': ['[email protected]',
                   '[email protected]'],
    'chrome_grc': ['[email protected]'],
    'chrome_intelligence': ['[email protected]',
                            '[email protected]'],
    'chrome_performance_manager': ['[email protected]'],
    'chromecast': ['[email protected]',
                   '[email protected]'],
    'chromecast_public': ['[email protected]'],
    'chromedriver': ['[email protected]'],
    'chromeos': ['[email protected]'],
    'chromeos_attestation': ['[email protected]'],
    'chromeos_bluetooth': ['[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]'],
    'chromeos_cellular': ['[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]',
                          '[email protected]'],
    'chromeos_geolocation': ['[email protected]'],
    'chromeos_lkgm': ['[email protected]'],
    'chromeos_login': ['[email protected]',
                       '[email protected]',
		       '[email protected]'],
    'chromeos_media_app': ['[email protected]'],
    'chromeos_net': ['[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]'],
    'chromeos_tast_control': ['[email protected]',
                              '[email protected]'],
    'chromeos_timezone': ['[email protected]'],
    'chromeos_webui': ['[email protected]',
                       '[email protected]'],
    'chromeos_wifi_sync': ['[email protected]',
                           '[email protected]',
                           '[email protected]',
                           '[email protected]'],
    'chrometto_proto_extensions': ['[email protected]'],
    'chromevox': ['[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]'],
    'clang': ['[email protected]'],
    'clang_update': ['[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]',
                     '[email protected]'],
    'client_hints': ['[email protected]',
                     '[email protected]'],
    'clipboard': ['[email protected]'],
    'components_deps': ['[email protected]'],
    'compose': ['[email protected]',
                '[email protected]'],
    'compositor_animator': ['[email protected]'],
    'compute_pressure': ['[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'container_app': ['[email protected]',
                      '[email protected]'],
    'content_bluetooth': ['[email protected]'],
    'content_index': ['[email protected]'],
    'content_loader': ['[email protected]'],
    'content_security_policy':['[email protected]',
                               '[email protected]',
                               '[email protected]'],
    'content_shell': ['[email protected]'],
    'content_worker': ['[email protected]',
                       '[email protected]'],
    'contextual_search': ['[email protected]',
                          '[email protected]',
                          '[email protected]'],
    'core_timing': ['[email protected]'],
    'core_web_vitals_plm': ['[email protected]'],
    'core_web_vitals_wpt': ['[email protected]',
                            '[email protected]'],
    'courgette': ['[email protected]',
                  '[email protected]'],
    'cq': ['[email protected]',
           '[email protected]',
           '[email protected]',
           '[email protected]',
           '[email protected]'],
    'creator':['[email protected]',
              '[email protected]',
              '[email protected]',
              '[email protected]',],
    'cros_commercial_enrollment': ['[email protected]'],
    'cros_commercial_policy': ['[email protected]'],
    'cros_commercial_policy_proto': ['[email protected]'],
    'cros_reporting': ['[email protected]'],
    'crosapi': ['[email protected]', '[email protected]'],
    'crosapi_mojom': ['[email protected]'],
    'crostini': ['[email protected]'],
    'cups_printing': ['[email protected]',
                      '[email protected]'],
    'cursor': ['[email protected]'],
    'custom_handlers': ['[email protected]'],
    'custom_proxy': ['[email protected]',
                     '[email protected]'],
    'custom_tabs': ['[email protected]',
                    '[email protected]'],
    'dark_mode' : ['[email protected]',
                   '[email protected]'],
    'data_decoder': ['[email protected]'],
    'dbus': ['[email protected]'],
    'desktop_in_product_help': ['[email protected]',
                                '[email protected]',
                                '[email protected]'],
    'device_bluetooth': ['[email protected]'],
    'device_chooser': ['[email protected]',
                       '[email protected]'],
    'devtools': ['[email protected]'],
    'diagnostics_mojo': ['[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'diagnostics_ui': ['[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]'],
    'dips': ['[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]'],
    'discardable_memory': ['[email protected]'],
    'disk_cache': ['[email protected]'],
    'display': ['[email protected]'],
    'dom_storage': ['[email protected]'],
    'download': ['[email protected]'],
    'download_bubble': ['[email protected]',
                        '[email protected]',
                        '[email protected]'],
    'download_status_updater_chromeos': ['[email protected]'],
    'downloads_ui': ['[email protected]',
                     '[email protected]',
                     '[email protected]'],
    'drive_resource_metadata': ['[email protected]'],
    'eche': ['[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]'],
    'eme': ['[email protected]'],
    'enterprise_data_protection': ['[email protected]'],
    'exo': ['[email protected]',
            '[email protected]'],
    'explore_sites': ['[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'extension': ['[email protected]',
                  '[email protected]'],
    'feed': ['[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]'],
    'fileapi': ['[email protected]'],
    'filebrowse': ['[email protected]'],
    'filesapp': ['[email protected]'],
    'firmware_update': ['[email protected]',
                        '[email protected]',
                        '[email protected]'],
    'float': ['[email protected]'],
    'freetype_update': ['[email protected]',
                        '[email protected]'],
    'fsp': ['[email protected]'],
    'fuchsia': ['[email protected]',
                '[email protected]'],
    'full_restore': ['[email protected]'],
    'fuzzing': ['[email protected]'],
    'gamepad': ['[email protected]'],
    'gcm': ['[email protected]'],
    'generic_sensor': ['[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]'],
    'geolocation': ['[email protected]'],
    'gfx_geometry': ['[email protected]'],
    'gfx_image': ['[email protected]'],
    'global_media_controls': ['[email protected]'],
    'gn': ['[email protected]',
           '[email protected]'],
    'google_bottom_bar': ['[email protected]'],
    'gpu_passthrough_cmd_decoder': ['[email protected]'],
    'guest_view': ['[email protected]',
                   '[email protected]'],
    'gwp_asan': ['[email protected]',
                 '[email protected]'],
    'hashprefix_realtime': ['[email protected]'],
    'headless': ['[email protected]'],
    'heap_mojo': ['[email protected]'],
    'holding_space': ['[email protected]'],
    'i18n': ['[email protected]'],
    'incident_reporting': ['[email protected]'],
    'incognito': ['[email protected]'],
    'indexed_db': ['[email protected]',
                   '[email protected]',
                   '[email protected]'],
    'input': ['[email protected]'],
    'input_device_settings': ['[email protected]',
                              '[email protected]',
                              '[email protected]',
                              '[email protected]'],
    'input_devices': ['[email protected]'],
    'installable': ['[email protected]',
                    '[email protected]',
                    '[email protected]'],
    'installer_linux': ['[email protected]',
                        '[email protected]'],
    'installer_win': ['[email protected]',
                      '[email protected]'],
    'ios': ['[email protected]'],
    'ios_chrome': ['[email protected]',
                   '[email protected]'],
    'ios_clean': ['[email protected]',
                  '[email protected]'],
    'ios_credential_provider': ['[email protected]'],
    'ios_flags': ['[email protected]'],
    'ios_ntp': ['[email protected]'],
    'ios_transactions': ['[email protected]'],
    'ios_web': ['[email protected]'],
    'ios_web_view': ['[email protected]'],
    'ios_widget_kit': ['[email protected]'],
    'ip_protection': ['[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'ipcz': ['[email protected]'],
    'isolated_web_apps_apis': ['[email protected]',
                               '[email protected]',
                               '[email protected]'],
    'isolated_web_apps_core': ['[email protected]',
                               '[email protected]',
                               '[email protected]'],
    'isolated_web_apps_unmanaged_install': ['[email protected]',
                                            '[email protected]',
                                            '[email protected]'],
    'kiosk': ['[email protected]'],
    'language': ['[email protected]'],
    'libaom': ['[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]'],
    'libvpx': ['[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]'],
    'libwebp': ['[email protected]',
                '[email protected]'],
    'libxml_xslt': ['[email protected]'],
    'linux_sandboxing': ['[email protected]',
                         '[email protected]'],
    'linux_seccomp_bpf': ['[email protected]',
                          '[email protected]'],
    'lookalikes': ['[email protected]'],
    'mac' : ['[email protected]'],
    'manifest': ['[email protected]',
                 '[email protected]',
                 '[email protected]'],
    'media': ['[email protected]'],
    'media_capture_from_element': ['[email protected]'],
    'media_controls': ['[email protected]',
                       '[email protected]'],
    'media_galleries': ['[email protected]',
                        '[email protected]'],
    'media_gpu_cros': ['[email protected]',
                       '[email protected]'],
    'media_gpu_vaapi': ['[email protected]'],
    'media_gpu_win': ['[email protected]'],
    'media_recorder': ['[email protected]',
                       '[email protected]'],
    'media_remoting': ['[email protected]',
                       '[email protected]',
                       '[email protected]'],
    'media_router': ['[email protected]'],
    'media_webrtc': ['[email protected]',
                     '[email protected]',
                     '[email protected]'],
    'message_loop': ['[email protected]'],
    'metrics': ['[email protected]',
                '[email protected]'],
    'metrics_metadata_files': ['[email protected]',
                               '[email protected]'],
    'metrics_perf': ['[email protected]'],
    'midi': ['[email protected]'],
    'minidump_tests': ['[email protected]'],
    'multi_apps': ['[email protected]'],
    'multidevice': ['[email protected]',
                    '[email protected]',
                    '[email protected]',
                    '[email protected]',
                    '[email protected]'],
    'multipaste': ['[email protected]',
                   '[email protected]',
                   '[email protected]'],
    'nacl': ['[email protected]'],
    'native_client_sdk': ['[email protected]',
                          '[email protected]'],
    'navigation': ['[email protected]',
                   '[email protected]',
                   '[email protected]'],
    'nearby': ['[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]'],
    'nearby_presence': ['[email protected]',
                        '[email protected]',
                        '[email protected]',
                        '[email protected]',
                        '[email protected]',
                        '[email protected]'],
    'net': ['[email protected]'],
    'net_base': ['[email protected]'],
    'net_http2': ['[email protected]'],
    'net_log': ['[email protected]'],
    'net_server': ['[email protected]'],
    'net_spdy': ['[email protected]'],
    'net_websockets': ['[email protected]'],
    'netinfo': ['[email protected]'],
    'network_service': ['[email protected]'],
    'nfc': ['[email protected]',
            '[email protected]'],
    'notifications': ['[email protected]'],
    'nqe': ['[email protected]'],
    'ntp_snippets': ['[email protected]'],
    'ntp_tiles': ['[email protected]'],
    'offline_pages': ['[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'omnibox_desktop': ['[email protected]',
                        '[email protected]'],
    'origin_trials': ['[email protected]',
                      '[email protected]'],
    'os_crypt': ['[email protected]'],
    'os_feedback_ui': ['[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]'],
    'ozone': ['[email protected]'],
    'ozone_fuchsia': ['[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'page_info' : ['[email protected]'],
    'page_load_metrics' : ['[email protected]',
                           '[email protected]',
                           '[email protected]',
                           '[email protected]',
                           '[email protected]'],
    'page_load_metrics_abandoned_navigations': ['[email protected]'],
    'panels': ['[email protected]',
               '[email protected]',
               '[email protected]'],
    'partition_alloc': ['[email protected]',
                        '[email protected]',
                        '[email protected]'],
    'password_manager': ['[email protected]',
                         '[email protected]'],
    'payments': ['[email protected]',
                 '[email protected]',
                 '[email protected]'],
    'pdf': ['[email protected]'],
    'pdf_ocr': ['[email protected]',
                '[email protected]'],
    'pepper_api': ['[email protected]',
                   '[email protected]',
                   '[email protected]',
                   '[email protected]'],
    'permissions': ['[email protected]',
                    '[email protected]'],
    'permissions_policy': ['[email protected]',
                           '[email protected]',
                           '[email protected]'],
    'phonehub': ['[email protected]',
                 '[email protected]',
                 '[email protected]',
                 '[email protected]',
                 '[email protected]',
                 '[email protected]',
                 '[email protected]'],
    'picture_in_picture': ['[email protected]'],
    'plugin_metadata': ['[email protected]'],
    'plus_addresses': ['[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]',
             '[email protected]'],
    'policy_features': ['[email protected]'],
    'popup_blocker': ['[email protected]'],
    'precache': ['[email protected]'],
    'prefetch_proxy': ['[email protected]',
                       '[email protected]'],
    'prerender': ['[email protected]',
                  '[email protected]',
                  '[email protected]'],
    'presentation': ['[email protected]'],
    'preview_features': ['[email protected]'],
    'print_preview': ['[email protected]'],
    'privacy_budget': ['[email protected]'],
    'privacy_guide_desktop': ['[email protected]'],
    'privacy_sandbox': [
      '[email protected]',
      '[email protected]',
      '[email protected]'
    ],
    'private_aggregation': ['[email protected]'],
    'profile_keyed_service': ['[email protected]'],
    'psm_libs': ['[email protected]'],
    'push_messaging': ['[email protected]'],
    'quick_answers': ['[email protected]'],
    'related_website_sets': ['[email protected]'],
    'relaunch_notification': ['[email protected]'],
    'remoteplayback': ['[email protected]'],
    'remoting': ['[email protected]'],
    'rgb_kbd': ['[email protected]',
                '[email protected]',
                '[email protected]',
                '[email protected]'],
    'rlz_id': ['[email protected]',
               '[email protected]'],
    'runtime_enabled_features': ['[email protected]',
                                 '[email protected]'],
    'safe_browsing': ['[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'sampling_profiler': ['[email protected]'],
    'scanning': ['[email protected]',
                 '[email protected]'],
    'screen_ai': ['[email protected]'],
    'search_engine_choice_screen': ['[email protected]'],
    'search_prefetch': ['[email protected]'],
    'security': ['[email protected]'],
    'security_interstitials': ['[email protected]'],
    'select_to_speak': ['[email protected]',
                        '[email protected]'],
    'send_tab_to_self': ['[email protected]',
                         '[email protected]'],
    'service_worker': ['[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]',
                       '[email protected]'],
    'settings_os_settings': ['[email protected]',
                             '[email protected]'],
    'settings_os_settings_languages':
        ['[email protected]'],
    'sharing': ['[email protected]'],
    'shimless_rma': ['[email protected]',
                     '[email protected]',
                     '[email protected]'],
    'shortcut_customization_ui':
        ['[email protected]',
         '[email protected]',
         '[email protected]'],
    'siso_config': ['[email protected]'],
    'site_engagement': ['[email protected]'],
    'site_instance': ['[email protected]',
                      '[email protected]',
                      '[email protected]'],
    'smartlock': ['[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]'],
    'smb': ['[email protected]'],
    'source_idls': ['[email protected]'],
    'speed_metrics_changelog': ['[email protected]',
                                '[email protected]',
                                '[email protected]',
                                '[email protected]',
                                '[email protected]',
                                '[email protected]',
                                '[email protected]'],
    'spellcheck': ['[email protected]',
                   '[email protected]'],
    'splitview': ['[email protected]'],
    'startup': ['[email protected]',
                '[email protected]'],
    'storage_access_api': ['[email protected]'],
    'storage_service': ['[email protected]'],
    'structured_headers': ['[email protected]'],
    'styleguide': ['[email protected]',
                   '[email protected]',
                   '[email protected]'],
    'styleguide_python': ['[email protected]',
                          '[email protected]'],
    'subresource_filter': ['[email protected]'],
    'supervised_users': [],
    'surface_layer_for_video': [ '[email protected]',
                                 '[email protected]'],
    'switch_access': ['[email protected]'],
    'syncfs': ['[email protected]'],
    'tab_alert_indicators': ['[email protected]'],
    'tab_capture': ['[email protected]',
                    '[email protected]'],
    'tab_contents': ['[email protected]',
                     '[email protected]',
                     '[email protected]'],
    'tab_interface': ['[email protected]'],
    'tab_ui_and_start_surface': ['[email protected]',
                                 '[email protected]',
                                 '[email protected]',
                                 '[email protected]',
                                 '[email protected]',
                                 '[email protected]',
                                 '[email protected]',
                                 '[email protected]'],
    'tbmv2_metrics': ['[email protected]'],
    'telemetry': ['[email protected]'],
    'test_runner': ['[email protected]'],
    'tests': [],
    'tether': ['[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]',
               '[email protected]'],
    'text_to_speech': ['[email protected]'],
    'textinput': ['[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]',
                  '[email protected]'],
    'textinput_chromeos': ['[email protected]',
                           '[email protected]',
                           '[email protected]',
                           '[email protected]',
                           '[email protected]'],
    'third_party_conflicts': ['[email protected]'],
    'timers': [],
    'tools_win_chromeexts': ['[email protected]'],
    'touch_selection': ['[email protected]',
                        '[email protected]'],
    'tracing': ['[email protected]',
                '[email protected]',
                '[email protected]'],
    'traffic_annotation': ['[email protected]',
                           '[email protected]',
			   '[email protected]',
			   '[email protected]'],
    'translate': ['[email protected]'],
    'turtledove': [],
    'ui_compositor': ['[email protected]'],
    'ui_display_win': ['[email protected]'],
    'ui_resources': ['[email protected]'],
    'ui_strings': ['[email protected]'],
    'ui_views': ['[email protected]',
                 '[email protected]'],
    'unified_consent': ['[email protected]'],
    'usb': ['[email protected]',
            '[email protected]'],
    'user_education': ['[email protected]'],
    'version_assembly': ['[email protected]',
                         '[email protected]'],
    'video_capture': ['[email protected]',
                      '[email protected]'],
    'virtual_keyboard': ['[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'virtual_reality': ['[email protected]'],
    'vscode_tooling': ['[email protected]'],
    'vulkan': ['[email protected]',
               '[email protected]'],
    'wake_lock': ['[email protected]',
                  '[email protected]'],
    'wallpapers': ['[email protected]'],
    'wayland': ['[email protected]',
                '[email protected]'],
    'web_applications': ['[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]',
                         '[email protected]'],
    'web_package': ['[email protected]',
                    '[email protected]'],
    'web_share': ['[email protected]'],
    'webauthn': ['[email protected]'],
    'webcodecs': ['[email protected]'],
    'webgpu': ['[email protected]',
               '[email protected]'],
    'webid': ['[email protected]',
              '[email protected]',
              '[email protected]',
              '[email protected]'],
    'weblayer': ['[email protected]',
                 '[email protected]',
                 '[email protected]'],
    'weblayer_safe_browsing' : ['[email protected]'],
    'weblayer_ssl' : ['[email protected]'],
    'webnn': ['[email protected]', '[email protected]'],
    'webotp': ['[email protected]'],
    'webrtc_browser_tests': ['[email protected]'],
    'website_settings': ['[email protected]',
                         '[email protected]'],
    'windows_sandboxing': ['[email protected]'],
    'wm_state': ['[email protected]'],
    'wpt_tools': ['[email protected]'],
    'x11': ['[email protected]'],
    'zlib': ['[email protected]', '[email protected]'],
    'zoom': ['[email protected]'],
  },
}