| # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
 | # Use of this source code is governed by a BSD-style license that can be | 
 | # found in the LICENSE file. | 
 |  | 
 | # Watchlist Rules | 
 | # Refer: http://dev.chromium.org/developers/contributing-code/watchlists | 
 |  | 
 | # IMPORTANT: The regular expression filepath is tested against each path using | 
 | # re.search, so it is not usually necessary to add .*. | 
 |  | 
 | { | 
 |   'WATCHLIST_DEFINITIONS': { | 
 |     'about_flags': { | 
 |       'filepath': 'chrome/browser/about_flags\.cc' | 
 |     }, | 
 |     'accelerator_table': { | 
 |       'filepath': 'ash/accelerators/accelerator_table\.cc' \ | 
 |                   '|chrome/browser/ui/views/accelerator_table\.cc', | 
 |     }, | 
 |     'accessibility': { | 
 |       'filepath': 'accessibility' \ | 
 |                   '|braille' \ | 
 |                   '|chromevox' \ | 
 |                   '|iaccessible2' \ | 
 |                   '|isimpledom' \ | 
 |                   '|liblouis' | 
 |     }, | 
 |     '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/', | 
 |     }, | 
 |     'android_crash_reporting': { | 
 |       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' | 
 |     }, | 
 |     'android_crazy_linker': { | 
 |       'filepath': 'third_party/android_crazy_linker/' | 
 |     }, | 
 |     '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_loading': { | 
 |       'filepath': 'tools/android/loading/' | 
 |     }, | 
 |     'android_media': { | 
 |       'filepath': 'content/browser/media/android' \ | 
 |                   '|content/renderer/media/android' \ | 
 |                   '|media/audio/android' \ | 
 |                   '|media/base/android' \ | 
 |                   '|media/midi/*_android.*' \ | 
 |                   '|media/video/capture/android' | 
 |     }, | 
 |     '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_uma_settings': { | 
 |       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\ | 
 |                   'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\ | 
 |                   'chrome/android/java/src/org/chromium/chrome/browser/preferences/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/', | 
 |     }, | 
 |     'app_list': { | 
 |       'filepath': 'chrome/browser/ui/app_list'\ | 
 |                   '|chrome/browser/ui/ash/app_list'\ | 
 |                   '|chrome/browser/ui/views/app_list'\ | 
 |                   '|ui/app_list/' | 
 |     }, | 
 |     'app_shortcuts': { | 
 |       'filepath': 'apps/app_shim/'\ | 
 |                   '|chrome/browser/web_applications/'\ | 
 |                   '|chrome/browser/ui/web_applications/'\ | 
 |                   '|chrome/common/mac/' | 
 |     }, | 
 |     'appcache': { | 
 |       'filepath': 'appcache/', | 
 |     }, | 
 |     'apps': { | 
 |       'filepath': '^apps/', | 
 |     }, | 
 |     'arc': { | 
 |       'filepath': 'arc/', | 
 |     }, | 
 |     'arc_auth': { | 
 |       'filepath': 'chrome/browser/chromeos/arc/arc_auth' | 
 |     }, | 
 |     'arc_fileapi': { | 
 |       'filepath': 'chrome/browser/chromeos/arc/fileapi' | 
 |     }, | 
 |     'arc_kiosk': { | 
 |       'filepath': 'chrome/browser/chromeos/app_mode/arc/'\ | 
 |                   '|components/arc/kiosk/'\ | 
 |                   '|arc_kiosk' | 
 |     }, | 
 |     'arc_net': { | 
 |       'filepath': 'components/arc/net/', | 
 |     }, | 
 |     'arc_power': { | 
 |       'filepath': 'components/arc/power/', | 
 |     }, | 
 |     'ash': { | 
 |       'filepath': 'ash/', | 
 |     }, | 
 |     '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/' \ | 
 |     }, | 
 |     'auto_bisect': { | 
 |       'filepath': 'tools/run-bisect-perf-regression.py'\ | 
 |                   '|tools/run-perf-test.cfg'\ | 
 |                   '|tools/auto_bisect/' | 
 |     }, | 
 |     'autofill': { | 
 |       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\ | 
 |                   'chrome/browser/autofill/|'\ | 
 |                   'chrome/browser/ui/android/autofill/|'\ | 
 |                   'chrome/browser/ui/autofill/|'\ | 
 |                   'chrome/browser/ui/cocoa/autofill/|'\ | 
 |                   'chrome/browser/ui/views/autofill/|'\ | 
 |                   'chrome/renderer/autofill/|'\ | 
 |                   'chrome/test/data/autofill/|'\ | 
 |                   'components/autofill/|'\ | 
 |                   'components/autofill/browser/webdata/|'\ | 
 |                   'components/webdata/', | 
 |     }, | 
 |     '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_.*|'\ | 
 |                   'third_party/WebKit/public/platform/modules/app_banner/|'\ | 
 |                   'third_party/WebKit/Source/modules/app_banner/', | 
 |     }, | 
 |     'base': { | 
 |       'filepath': '^base/', | 
 |     }, | 
 |     'base_allocator': { | 
 |       'filepath': '^base/allocator', | 
 |     }, | 
 |     'base_memory': { | 
 |       'filepath': '^base/memory', | 
 |     }, | 
 |     'base_task_scheduler': { | 
 |       'filepath': '^base/task_scheduler', | 
 |     }, | 
 |     'base_win': { | 
 |       'filepath': '^base/win', | 
 |     }, | 
 |     'battery_status': { | 
 |       'filepath': 'content/browser/battery_status/|'\ | 
 |                   'content/test/data/battery_status/|'\ | 
 |                   'device/battery/', | 
 |     }, | 
 |     'binary_size': { | 
 |       'filepath': 'build/android/binary_size/|'\ | 
 |                   'tools/binary_size/', | 
 |     }, | 
 |     'blink': { | 
 |       'filepath': 'third_party/(WebKit|blink)/', | 
 |     }, | 
 |     'blink_accessibility': { | 
 |       'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)' | 
 |     }, | 
 |     'blink_animation': { | 
 |       'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)', | 
 |     }, | 
 |     'blink_app_banner': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/app_banner' \ | 
 |                   '|third_party/WebKit/public/platform/modules/app_banner', | 
 |     }, | 
 |     'blink_audio': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/audio' \ | 
 |                   '|third_party/WebKit/Source/modules/webaudio', | 
 |     }, | 
 |     'blink_battery_status': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/battery/' \ | 
 |                   '|third_party/WebKit/LayoutTests/battery-status/' \ | 
 |                   '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' | 
 |     }, | 
 |     'blink_bidi': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \ | 
 |                   '|third_party/WebKit/Source/core/rendering/.*Bidi', | 
 |     }, | 
 |     'blink_bindings': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/bindings' \ | 
 |                   '|third_party/WebKit/Source/bindings', | 
 |     }, | 
 |     'blink_bindings_serialization': { | 
 |       'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ', | 
 |     }, | 
 |     'blink_bluetooth': { | 
 |       'filepath': 'third_party/WebKit/.*[Bb]luetooth' | 
 |     }, | 
 |     'blink_canvas2d': { | 
 |       'filepath': 'third_party/WebKit/Source/core/html/canvas' \ | 
 |                   '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \ | 
 |                   '|third_party/WebKit/Source/modules/canvas2d' \ | 
 |                   '|third_party/WebKit/Source/platform/graphics/Canvas2D', | 
 |     }, | 
 |     'blink_client_hints': { | 
 |       'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \ | 
 |                   '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \ | 
 |                   '|third_party/WebKit/Source/core/fetch/FetchContext*' \ | 
 |                   '|third_party/WebKit/Source/core/fetch/ImageResource*' \ | 
 |                   '|third_party/WebKit/Source/core/fetch/ResourceFetcher*' | 
 |     }, | 
 |     'blink_clipboard': { | 
 |       'filepath': 'third_party/WebKit/Source/core/clipboard' \ | 
 |                   '|third_party/WebKit/Source/core/page/.*Drag' \ | 
 |                   '|third_party/WebKit/Source/platform/.*Drag' \ | 
 |                   '|third_party/WebKit/Source/platform/clipboard' \ | 
 |                   '|third_party/WebKit/Source/web/.*Drag' \ | 
 |                   '|third_party/WebKit/public/platform/.*Drag' \ | 
 |                   '|third_party/WebKit/public/web/.*Drag', | 
 |     }, | 
 |     'blink_controller': { | 
 |       'filepath': 'third_party/WebKit/Source/controller', | 
 |     }, | 
 |     'blink_css': { | 
 |       'filepath': 'third_party/WebKit/Source/core/css', | 
 |     }, | 
 |     'blink_css_flexbox': { | 
 |       'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \ | 
 |                   '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \ | 
 |                   '|third_party/WebKit/LayoutTests/css3/flexbox/' \ | 
 |                   '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/' | 
 |     }, | 
 |     'blink_css_fragmentation_tests': { | 
 |       'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \ | 
 |                   '|third_party/WebKit/LayoutTests/fast/pagination/' \ | 
 |                   '|third_party/WebKit/LayoutTests/fragmentation/' \ | 
 |                   '|third_party/WebKit/LayoutTests/printing/' | 
 |     }, | 
 |     'blink_css_grid_layout': { | 
 |       'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \ | 
 |                   '|third_party/WebKit/Source/core/paint/.*Grid' \ | 
 |                   '|third_party/WebKit/Source/core/css/.*Grid' \ | 
 |                   '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \ | 
 |                   '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \ | 
 |                   '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \ | 
 |                   '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/' | 
 |     }, | 
 |     'blink_custom_elements': { | 
 |       'filepath': 'third_party/WebKit/Source/core/html/custom/' \ | 
 |                   '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement', | 
 |     }, | 
 |     'blink_device_orientation': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \ | 
 |                   '|third_party/WebKit/LayoutTests/device_orientation/' \ | 
 |                   '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \ | 
 |                   '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController' | 
 |     }, | 
 |     'blink_devtools': { | 
 |       'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)', | 
 |     }, | 
 |     'blink_dom': { | 
 |       'filepath': 'third_party/WebKit/Source/core/dom/' | 
 |     }, | 
 |     'blink_dom_events': { | 
 |       'filepath': 'third_party/WebKit/Source/core/dom/events/' | 
 |     }, | 
 |     'blink_events': { | 
 |       'filepath': 'third_party/WebKit/Source/core/page/.*Event' \ | 
 |                   '|third_party/WebKit/Source/core/dom/.*Event' \ | 
 |                   '|third_party/WebKit/Source/core/css/.*Event' \ | 
 |                   '|third_party/WebKit/Source/platform/.*Event' | 
 |     }, | 
 |     'blink_fetch': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/loader/fetch' | 
 |     }, | 
 |     'blink_fetch_api': { | 
 |       'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' \ | 
 |                   '|third_party/WebKit/Source/modules/beacon/' \ | 
 |                   '|third_party/WebKit/Source/modules/eventsource/' \ | 
 |                   '|third_party/WebKit/Source/modules/fetch/' | 
 |     }, | 
 |     'blink_fileapi': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/filesystem/' \ | 
 |                   '|third_party/WebKit/Source/core/fileapi/' \ | 
 |                   '|third_party/WebKit/Source/platform/.*File' \ | 
 |                   '|third_party/WebKit/Source/web/.*File' \ | 
 |                   '|third_party/WebKit/LayoutTests/fast/file' \ | 
 |                   '|third_party/WebKit/public/.*File' | 
 |     }, | 
 |     'blink_frames': { | 
 |       'filepath': 'third_party/WebKit/Source/core/frame/' | 
 |     }, | 
 |     'blink_geolocation': { | 
 |       'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \ | 
 |                   '|third_party/WebKit/Source/modules/geolocation/' \ | 
 |                   '|third_party/WebKit/Source/web/.*Geolocation' \ | 
 |                   '|third_party/WebKit/public/web/.*Geolocation' | 
 |     }, | 
 |     'blink_heap': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/heap' \ | 
 |                   '|base/allocator/partition_allocator/' | 
 |     }, | 
 |     'blink_html': { | 
 |       'filepath': 'third_party/WebKit/Source/core/html/' | 
 |     }, | 
 |     'blink_htmlparser': { | 
 |       'filepath': 'third_party/WebKit/Source/core/html/parser/' | 
 |     }, | 
 |     'blink_indexed_db': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \ | 
 |                   '|third_party/WebKit/Source/web/.*IDB' \ | 
 |                   '|third_party/WebKit/LayoutTests/storage/indexeddb' \ | 
 |                   '|third_party/WebKit/public/platform/.*IDB' | 
 |     }, | 
 |     'blink_input': { | 
 |       'filepath': 'third_party/WebKit/Source/core/input/' | 
 |     }, | 
 |     'blink_layers': { | 
 |       'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \ | 
 |                   '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \ | 
 |                   '|third_party/WebKit/Source/core/layout/Layer' | 
 |     }, | 
 |     'blink_layout': { | 
 |       'filepath': 'third_party/WebKit/Source/core/layout' \ | 
 |                   '|third_party/WebKit/Source/core/rendering' | 
 |     }, | 
 |     'blink_layout_ng': { | 
 |       'filepath': 'third_party/WebKit/Source/core/layout/ng', | 
 |     }, | 
 |     'blink_loader': { | 
 |       'filepath': 'third_party/WebKit/Source/core/loader/' \ | 
 |                   '|third_party/WebKit/Source/platform/loader/' | 
 |     }, | 
 |     'blink_media': { | 
 |       'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \ | 
 |                   '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \ | 
 |                   '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ | 
 |                   '|third_party/WebKit/Source/core/layout/LayoutMedia' \ | 
 |                   '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \ | 
 |                   '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \ | 
 |                   '|third_party/WebKit/Source/platform/drm/' \ | 
 |                   '|third_party/WebKit/Source/platform/graphics/media/' \ | 
 |                   '|third_party/WebKit/Source/web/.*Media' \ | 
 |                   '|third_party/WebKit/LayoutTests/media/' \ | 
 |                   '|third_party/WebKit/public/.*Media' | 
 |     }, | 
 |     'blink_media_queries': { | 
 |       'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \ | 
 |                     '|third_party/WebKit/Source/core/css/MediaList' \ | 
 |                     '|third_party/WebKit/Source/core/css/MediaQuery' \ | 
 |                     '|third_party/WebKit/Source/core/css/parser/MediaQuery' | 
 |     }, | 
 |     'blink_mediastream': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/mediastream/' \ | 
 |                   '|third_party/WebKit/Source/platform/mediastream/' \ | 
 |                   '|third_party/WebKit/Source/platform/exported/WebMediaStream' \ | 
 |                   '|third_party/WebKit/Source/platform/exported/WebRTC' \ | 
 |                   '|third_party/WebKit/LayoutTests/fast/mediastream/' | 
 |     }, | 
 |     'blink_modules': { | 
 |       'filepath': 'third_party/WebKit/Source/modules' | 
 |     }, | 
 |     'blink_navigator_content_utils': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \ | 
 |                   '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils' | 
 |     }, | 
 |     'blink_out_of_process_frames': { | 
 |       'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \ | 
 |                   '|third_party/WebKit/Source/core/frame/Frame\.' \ | 
 |                   '|third_party/WebKit/Source/web/WebFrame' \ | 
 |                   '|third_party/WebKit/Source/web/WebRemoteFrameImpl' | 
 |     }, | 
 |     'blink_paint': { | 
 |       'filepath': 'third_party/WebKit/Source/core/paint/' | 
 |     }, | 
 |     'blink_performance_timing': { | 
 |       'filepath': 'third_party/WebKit/Source/core/timing/' | 
 |     }, | 
 |     'blink_permissions': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/permissions/' \ | 
 |                   '|third_party/WebKit/public/platform/modules/permissions/', | 
 |     }, | 
 |     'blink_platform': { | 
 |       'filepath': 'third_party/WebKit/Source/platform' | 
 |     }, | 
 |     'blink_platform_graphics': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/fonts' \ | 
 |                   '|third_party/WebKit/Source/platform/geometry' \ | 
 |                   '|third_party/WebKit/Source/platform/graphics' | 
 |     }, | 
 |     'blink_preloadScanner': { | 
 |       'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner', | 
 |     }, | 
 |     'blink_prerender': { | 
 |       'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)' | 
 |     }, | 
 |     'blink_public_api': { | 
 |       'filepath': 'third_party/WebKit/public' | 
 |     }, | 
 |     'blink_quota': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/quota/' \ | 
 |                   '|third_party/WebKit/Source/web/.*Quota' \ | 
 |                   '|third_party/WebKit/public/.*Quota' | 
 |     }, | 
 |     'blink_scheduler': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/scheduler' \ | 
 |                   '|third_party/WebKit/Source/core/html/parser/.*Scheduler' | 
 |     }, | 
 |     'blink_screen_orientation': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \ | 
 |                   '|third_party/WebKit/public/platform/modules/screen_orientation', | 
 |     }, | 
 |     'blink_script': { | 
 |       'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \ | 
 |                   '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \ | 
 |                   '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \ | 
 |                   '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*' | 
 |                   '|third_party/WebKit/Source/core/dom/.*Modul.*' \ | 
 |                   '|third_party/WebKit/Source/core/dom/.*Script.*' \ | 
 |                   '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \ | 
 |                   '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \ | 
 |                   '|third_party/WebKit/Source/core/loader/modulescript/' \ | 
 |                   '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \ | 
 |                   '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \ | 
 |                   '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*' | 
 |     }, | 
 |     'blink_serviceworkers' : { | 
 |       'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \ | 
 |                   '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \ | 
 |                   '|third_party/WebKit/LayoutTests/external/wpt/service-workers' | 
 |     }, | 
 |     'blink_serviceworkers_tests' : { | 
 |       'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \ | 
 |                   '|third_party/WebKit/LayoutTests/external/wpt/service-workers' | 
 |     }, | 
 |     'blink_shadow_dom': { | 
 |       'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \ | 
 |                   '|third_party/WebKit/Source/core/dom/.*Slot' \ | 
 |                   '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \ | 
 |                   '|third_party/WebKit/Source/core/dom/.*FlatTree' | 
 |     }, | 
 |     'blink_spellcheck' : { | 
 |       'filepath': 'third_party/WebKit/Source/core/editing/spellcheck' | 
 |     }, | 
 |     'blink_spv2_layout_tests': { | 
 |       'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2' | 
 |     }, | 
 |     'blink_streams': { | 
 |       'filepath': 'third_party/WebKit/Source/core/streams/' | 
 |     }, | 
 |     'blink_style': { | 
 |       'filepath': 'third_party/WebKit/.*(style/|Style)', | 
 |     }, | 
 |     'blink_svg': { | 
 |       'filepath': 'third_party/WebKit/Source/core/(layout/)?svg', | 
 |     }, | 
 |     'blink_track': { | 
 |       'filepath': 'third_party/WebKit/Source/core/html/track/' \ | 
 |                   '|third_party/WebKit/Source/core/loader/TextTrack' \ | 
 |                   '|third_party/WebKit/Source/core/html/HTMLMediaElement' \ | 
 |                   '|third_party/WebKit/Source/core/html/HTMLTrackElement' \ | 
 |                   '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ | 
 |                   '|third_party/WebKit/Source/core/css/mediaControl' \ | 
 |                   '|third_party/WebKit/LayoutTests/media/track/' | 
 |     }, | 
 |     'blink_vibration': { | 
 |       'filepath': 'third_party/WebKit/LayoutTests/vibration/' \ | 
 |                   '|third_party/WebKit/Source/modules/vibration/' | 
 |     }, | 
 |     'blink_viewport_interaction': { | 
 |       'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \ | 
 |                   '|third_party/WebKit/Source/core/dom/ViewportArguments' \ | 
 |                   '|third_party/WebKit/Source/core/html/HTMLMetaElement' \ | 
 |                   '|third_party/WebKit/Source/core/page/FrameView' \ | 
 |                   '|third_party/WebKit/Source/core/page/scrolling' | 
 |     }, | 
 |     'blink_w3ctests': { | 
 |       'filepath': 'third_party/WebKit/LayoutTests/external/' \ | 
 |                   '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/' | 
 |     }, | 
 |     'blink_webcomponents': { | 
 |       'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \ | 
 |                   '|third_party/WebKit/Source/core/dom/.*Slot' \ | 
 |                   '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \ | 
 |                   '|third_party/WebKit/Source/core/dom/.*FlatTree' \ | 
 |                   '|third_party/WebKit/Source/core/html/custom/' \ | 
 |                   '|third_party/WebKit/Source/core/html/imports/' \ | 
 |                   '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement' | 
 |     }, | 
 |     'blink_webp': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \ | 
 |                   '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP' | 
 |     }, | 
 |     'blink_websockets': { | 
 |       'filepath': 'third_party/WebKit/Source/modules/websockets/' \ | 
 |                   '|third_party/WebKit/Source/platform/modules/websockets/' | 
 |     }, | 
 |     'blink_workers': { | 
 |       'filepath': 'third_party/WebKit/Source/core/workers' \ | 
 |                   '|third_party/WebKit/LayoutTests/http/tests/workers' \ | 
 |                   '|third_party/WebKit/LayoutTests/fast/workers' \ | 
 |                   '|third_party/WebKit/LayoutTests/external/wpt/workers' | 
 |     }, | 
 |     'blink_wtf': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/wtf', | 
 |     }, | 
 |     'blink_xml': { | 
 |       'filepath': 'third_party/WebKit/Source/core/xml/' | 
 |     }, | 
 |     'bookmarks': { | 
 |       'filepath': 'chrome/browser/bookmarks/' \ | 
 |                   '|chrome/browser/extensions/api/bookmark_manager_private/' \ | 
 |                   '|chrome/browser/extensions/api/bookmarks/' \ | 
 |                   '|chrome/browser/resources/bookmark_manager/' \ | 
 |                   '|chrome/browser/ui/bookmarks/' \ | 
 |                   '|chrome/browser/ui/cocoa/bookmarks/' \ | 
 |                   '|chrome/browser/ui/views/bookmarks/' \ | 
 |                   '|components/bookmarks' | 
 |     }, | 
 |     'bottombar': { | 
 |       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/', | 
 |     }, | 
 |     'browser_chromeos': { | 
 |       'filepath': 'chrome/browser/chromeos/', | 
 |     }, | 
 |     '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_resources_md': { | 
 |       'filepath': 'chrome/browser/resources/md_'\ | 
 |                   '|chrome/browser/resources/settings/', | 
 |     }, | 
 |     'browsing_data': { | 
 |       'filepath': 'chrome/browser/browsing_data/', | 
 |     }, | 
 |     'bubble': { | 
 |       'filepath': 'ui/views/bubble/|'\ | 
 |                   'chrome/browser/ui/views/bubble/|'\ | 
 |                   'components/bubble/', | 
 |     }, | 
 |     'cache_storage': { | 
 |       'filepath': '/cache.storage/' | 
 |                   '|/cachestorage/', | 
 |     }, | 
 |     'cast': { | 
 |       'filepath': 'media/cast/'\ | 
 |                   '|chrome/browser/extensions/api/cast_streaming/'\ | 
 |                   '|chrome/browser/media/cast'\ | 
 |                   '|chrome/renderer/media/cast'\ | 
 |                   '|chrome/test/data/extensions/api_test/cast_'\ | 
 |                   '|content/public/renderer/media_stream_'\ | 
 |                   '|content/renderer/media/(media_stream|(.+audio_source))', | 
 |     }, | 
 |     'cast_certificate': { | 
 |       'filepath': 'components/cast_certificate/'\ | 
 |                   '|components/test/data/cast_certificate/', | 
 |     }, | 
 |     'cast_channel': { | 
 |       'filepath':  'chrome/test/data/extensions/api_test/cast_channel/' \ | 
 |                    '|components/cast_channel/' \ | 
 |                    '|extensions/browser/api/cast_channel' | 
 |     }, | 
 |     'cc': { | 
 |       'filepath': 'cc/'\ | 
 |                   '|components/viz/' | 
 |     }, | 
 |     'cc-contexts': { | 
 |       'filepath': 'components/viz/common/gpu' | 
 |     }, | 
 |     'cc-display': { | 
 |       'filepath': 'components/viz/service/display'\ | 
 |                   '|cc/output' | 
 |     }, | 
 |     'cc-paint': { | 
 |       'filepath': 'cc/paint' | 
 |     }, | 
 |     'cc-quads': { | 
 |       'filepath': 'components/viz/common/quads' | 
 |     }, | 
 |     'cc-resources': { | 
 |       'filepath': 'cc/resources'\ | 
 |                   '|components/viz/common/resources' | 
 |     }, | 
 |     'certificate_transparency': { | 
 |       'filepath': '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/test/ct_', | 
 |     }, | 
 |     'chrome_elf': { | 
 |       'filepath': 'chrome_elf', | 
 |     }, | 
 |     'chrome_grc': { | 
 |       'filepath': 'chrome/browser/resource_coordinator/'\ | 
 |                   '|services/resource_coordinator/', | 
 |     }, | 
 |     'chrome_views': { | 
 |       'filepath': 'chrome/browser/ui/views', | 
 |     }, | 
 |     'chromecast': { | 
 |       'filepath': 'chromecast/', | 
 |     }, | 
 |     'chromecast_public': { | 
 |       'filepath': 'chromecast/public/', | 
 |     }, | 
 |     'chromedriver': { | 
 |       'filepath': 'chrome/test/chromedriver|'\ | 
 |                   'chrome/test/data/chromedriver|'\ | 
 |                   'third_party/webdriver' | 
 |     }, | 
 |     'chromeos': { | 
 |       'filepath': 'chromeos/', | 
 |     }, | 
 |     'chromeos_attestation': { | 
 |       'filepath': 'chromeos/attestation/|'\ | 
 |                   'chrome/browser/chromeos/attestation/|'\ | 
 |                   'chrome/browser/extensions/api/enterprise_platform_keys_private/', | 
 |     }, | 
 |     'chromeos_calculator': { | 
 |       'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', | 
 |     }, | 
 |     'chromeos_dbus': { | 
 |       'filepath': 'chromeos/dbus/', | 
 |     }, | 
 |     'chromeos_geolocation': { | 
 |       'filepath': 'chromeos/geolocation/', | 
 |     }, | 
 |     'chromeos_login': { | 
 |       'filepath': 'chrome/browser/chromeos/login/|'\ | 
 |                   'chrome/browser/ui/webui/chromeos/login/|'\ | 
 |                   'chrome/browser/resources/chromeos/login/|'\ | 
 |                   'ui/login/', | 
 |     }, | 
 |     'chromeos_net': { | 
 |       'filepath': 'chromeos/network/|'\ | 
 |                   'chrome/browser/chromeos/net/|'\ | 
 |                   'chrome/browser/extensions/api/networking_private/|'\ | 
 |                   'extensions/browser/api/networking_private/|'\ | 
 |                   'ui/chromeos/network/', | 
 |     }, | 
 |     'chromeos_power': { | 
 |       'filepath': 'ash/system/power/|'\ | 
 |                   'chromeos/dbus/power_.*|'\ | 
 |                   'chrome/browser/chromeos/power/', | 
 |     }, | 
 |     'chromeos_timezone': { | 
 |       'filepath': 'chromeos/timezone/', | 
 |     }, | 
 |     'chromeos_webui': { | 
 |       'filepath': 'chrome/browser/ui/webui/chromeos/|'\ | 
 |                   'chrome/browser/resources/chromeos/', | 
 |     }, | 
 |     'clang_update': { | 
 |       'filepath': 'tools/clang/scripts/update.py' | 
 |     }, | 
 |     'clipboard': { | 
 |       'filepath': 'clipboard|dnd|drag|drop', | 
 |     }, | 
 |     'codereview_settings': { | 
 |       'filepath': 'codereview.settings', | 
 |     }, | 
 |     'components_deps': { | 
 |       'filepath': 'components/([^/]*/)*DEPS', | 
 |     }, | 
 |     'content': { | 
 |       'filepath': 'content/', | 
 |     }, | 
 |     'content_bluetooth': { | 
 |       'filepath': 'content/.*bluetooth' | 
 |     }, | 
 |     'content_loader': { | 
 |       'filepath': 'chrome/browser/loader|' \ | 
 |                   'content/browser/loader|' \ | 
 |                   'content/child/*loader', | 
 |     }, | 
 |     'content_network' : { | 
 |       'filepath': 'content/network/', | 
 |     }, | 
 |     'content_renderer': { | 
 |       'filepath': 'content/renderer/', | 
 |     }, | 
 |     'content_shell': { | 
 |       'filepath': 'content/shell/', | 
 |     }, | 
 |     'content_view_core': { | 
 |       'filepath': 'content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java|' | 
 |                   'content/browser/android/content_view_core.*', | 
 |     }, | 
 |     'content_websockets': { | 
 |       'filepath': 'content/browser/websockets/', | 
 |     }, | 
 |     '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/', | 
 |     }, | 
 |     'courgette': { | 
 |       'filepath': 'courgette/', | 
 |     }, | 
 |     'cq': { | 
 |       'filepath': 'infra/config/cq.cfg', | 
 |     }, | 
 |     'cr_elements': { | 
 |       'filepath': 'ui/webui/resources/cr_element', | 
 |     }, | 
 |     'custom_tabs': { | 
 |       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\ | 
 |                   'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/', | 
 |     }, | 
 |     'data_reduction_proxy': { | 
 |       'filepath': 'chrome/browser/net/spdyproxy/|'\ | 
 |                   'data_reduction_proxy|'\ | 
 |                   'chrome_proxy', | 
 |     }, | 
 |     'deep_memory_profiler': { | 
 |       'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', | 
 |     }, | 
 |     'developer_recommended_flags': { | 
 |       'filepath': 'developer_recommended_flags.gypi', | 
 |     }, | 
 |     '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_.*', | 
 |     }, | 
 |     'device_sensors': { | 
 |       'filepath': 'content/browser/device_sensors/|'\ | 
 |                   'content/common/device_sensors/|'\ | 
 |                   'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\ | 
 |                   'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\ | 
 |                   'content/renderer/device_sensors/|'\ | 
 |                   'content/test/data/device_sensors/|'\ | 
 |                   'device/sensors/', | 
 |     }, | 
 |     'devtools': { | 
 |       'filepath': 'devtools', | 
 |     }, | 
 |     'dial': { | 
 |       'filepath': 'chrome/(browser|common)/extensions/api/dial' \ | 
 |                   '|chrome/browser/media/router/discovery/dial/' \ | 
 |                   '|chrome/test/data/extensions/api_test/dial/' | 
 |     }, | 
 |     'disk_cache': { | 
 |       'filepath': 'net/disk_cache/|http_cache', | 
 |     }, | 
 |     'download': { | 
 |       'filepath': 'chrome/browser/download/|'\ | 
 |                   'content/browser/download/', | 
 |     }, | 
 |     'downloads_ui': { | 
 |       'filepath': 'chrome/browser/resources/(md_)?downloads/|' \ | 
 |                   'chrome/browser/ui/webui/.*downloads|' \ | 
 |                   'chrome/browser/ui/views/download/|' \ | 
 |                   'chrome/browser/ui/cocoa/download/' | 
 |     }, | 
 |     'drive': { | 
 |       'filepath': 'chrome/browser/chromeos/drive/|' \ | 
 |                   'chrome/browser/google_apis/' | 
 |     }, | 
 |     'drive_resource_metadata': { | 
 |       'filepath': 'chrome/browser/chromeos/drive/resource_metadata' | 
 |     }, | 
 |     'eme': { | 
 |       'filepath': 'components/cdm/|' \ | 
 |                   'content/browser/media/cdm/|' \ | 
 |                   'content/renderer/media/crypto/|' \ | 
 |                   'media/base/android/*drm*|' \ | 
 |                   'media/cdm/|' \ | 
 |                   'third_party/widevine/cdm/' | 
 |     }, | 
 |     'extension': { | 
 |       'filepath': 'extension', | 
 |     }, | 
 |     'feature_policy': { | 
 |       'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \ | 
 |                   'third_party/WebKit/Source/bindings/core/v8/OriginTrialFeatures', | 
 |     }, | 
 |     'fileapi': { | 
 |       'filepath': 'file_system/|' \ | 
 |                   'fileapi/' | 
 |     }, | 
 |     'filebrowse': { | 
 |       'filepath': 'file_browser|' \ | 
 |                   'file_manager|' \ | 
 |                   'filebrowse' | 
 |     }, | 
 |     'filesapp': { | 
 |       'filepath': 'chrome/browser/chromeos/drive|' \ | 
 |                   'chrome/browser/chromeos/extensions/file_manager|' \ | 
 |                   'chrome/browser/chromeos/extensions/file_system_provider|' \ | 
 |                   'chrome/browser/chromeos/file_manager|' \ | 
 |                   'chrome/browser/chromeos/file_system_provider|' \ | 
 |                   'chrome/browser/drive|' \ | 
 |                   'chrome/test/data/extensions/api_test/file_system_provider|' \ | 
 |                   'components/drive|' \ | 
 |                   'google_apis/drive|' \ | 
 |                   'ui/file_manager' | 
 |     }, | 
 |     'filesapp_ui': { | 
 |       'filepath': 'ui/file_manager' | 
 |     }, | 
 |     'fuchsia': { | 
 |       'filepath': 'fuchsia', | 
 |     }, | 
 |     'fuzzing': { | 
 |       'filepath': 'fuzz|Fuzz', | 
 |     }, | 
 |     'gamepad': { | 
 |       'filepath': 'gamepad', | 
 |     }, | 
 |     'gcm': { | 
 |       'filepath': 'chrome/browser/gcm/|'\ | 
 |                   'components/gcm_driver/|'\ | 
 |                   'google_apis/gcm/', | 
 |     }, | 
 |     'generic_sensor': { | 
 |       'filepath': 'services/device/generic_sensor/|'\ | 
 |                   'third_party/WebKit/Source/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/', | 
 |     }, | 
 |     'gn': { | 
 |       'filepath': 'tools/gn', | 
 |     }, | 
 |     'gpu': { | 
 |       'filepath': 'gpu/', | 
 |     }, | 
 |     'gpu_passthrough_cmd_decoder': { | 
 |       'filepath': 'gpu/command_buffer/service/.*passthrough', | 
 |     }, | 
 |     'history_ui': { | 
 |       'filepath': 'chrome/browser/resources/(md_)?history|'\ | 
 |                   'chrome/browser/ui/webui/.*history', | 
 |     }, | 
 |     'hotword': { | 
 |       'filepath': 'chrome/browser/extensions/api/hotword_private/'\ | 
 |                   '|chrome/browser/resources/hotword_helper/'\ | 
 |                   '|chrome/browser/resources/hotword/'\ | 
 |                   '|chrome/browser/search/hotword*'\ | 
 |                   '|chrome/test/data/extensions/api_test/hotword_private/', | 
 |     }, | 
 |     'i18n': { | 
 |       'filepath': 'base/i18n/|base/string|l10n|icu|'\ | 
 |                   'locale_settings|encoding', | 
 |     }, | 
 |     'importer': { | 
 |       'filepath': 'import', | 
 |     }, | 
 |     'incident_reporting': { | 
 |       'filepath': 'chrome/browser/safe_browsing/incident_reporting', | 
 |     }, | 
 |     'indexed_db': { | 
 |       'filepath': 'content/browser/indexed_db|'\ | 
 |                   'content/child/indexed_db|'\ | 
 |                   'content/common/indexed_db|'\ | 
 |                   'content/public/browser/indexed_db|'\ | 
 |                   'content/test/data/indexeddb', | 
 |     }, | 
 |     'ink_drop': { | 
 |       'filepath': 'ui/views/animation/test/.*ink_drop.*|' \ | 
 |                   'ui/views/animation/.*ink_drop.*' | 
 |     }, | 
 |     'input': { | 
 |       'filepath': 'content/browser/renderer_host/input|'\ | 
 |                   'content/renderer/input|'\ | 
 |                   'ui/events/blink/' | 
 |     }, | 
 |     'installable': { | 
 |       'filepath': 'chrome/browser/installable/', | 
 |     }, | 
 |     'installer_linux': { | 
 |       'filepath': 'chrome/installer/linux/', | 
 |     }, | 
 |     'installer_win': { | 
 |       'filepath': 'chrome/install_static/'\ | 
 |                   '|chrome/installer/(?!gcapi_mac/|linux/|mac/)', | 
 |     }, | 
 |     'instant': { | 
 |       'filepath': 'instant|searchbox|'\ | 
 |                   'chrome/browser/search/|'\ | 
 |                   'chrome/browser/ui/search/|'\ | 
 |                   'chrome/browser/resources/local_ntp/|'\ | 
 |                   'chrome/common/search_types.*', | 
 |     }, | 
 |     'ios': { | 
 |       'filepath': 'ios/', | 
 |     }, | 
 |     'ios_chrome': { | 
 |       'filepath': 'ios/chrome/', | 
 |     }, | 
 |     'ios_clean': { | 
 |       'filepath': 'ios/clean/', | 
 |     }, | 
 |     'ios_showcase': { | 
 |       'filepath': 'ios/showcase/', | 
 |     }, | 
 |     'ios_test': { | 
 |       'filepath': 'ios/chrome/test/|'\ | 
 |                   'ios/testing/|'\ | 
 |                   'ios/web/public/test/|'\ | 
 |                   'ios/web/test/', | 
 |     }, | 
 |     'ios_web': { | 
 |       'filepath': 'ios/web(_view)?/', | 
 |     }, | 
 |     'ipc': { | 
 |       'filepath': 'ipc/ipc', | 
 |     }, | 
 |     'libvpx': { | 
 |       'filepath': 'third_party/libaom/|'\ | 
 |                   'third_party/libvpx/', | 
 |     }, | 
 |     'libwebp': { | 
 |       'filepath': 'third_party/libwebp' | 
 |     }, | 
 |     'libxml_xslt': { | 
 |       'filepath': 'third_party/libxml/' \ | 
 |                   '|third_party/libxslt/', | 
 |     }, | 
 |     'linux_fonts': { | 
 |       'filepath': 'ui/gfx/font_render_params_.*|'\ | 
 |                   'ui/gfx/platform_font_linux.*|'\ | 
 |                   'ui/gfx/render_text_harfbuzz.*', | 
 |     }, | 
 |     'linux_sandboxing': { | 
 |       'filepath': 'sandbox/linux/', | 
 |     }, | 
 |     'linux_seccomp_bpf': { | 
 |       'filepath': 'content/common/sandbox.*linux.cc', | 
 |     }, | 
 |     'login': { | 
 |       'filepath': 'chrome/browser/ui/login' | 
 |     }, | 
 |     'mac': { | 
 |       'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$', | 
 |     }, | 
 |     'manifest': { | 
 |       'filepath': 'content/(browser|renderer)/manifest/'\ | 
 |                   '|content/public/common/manifest*', | 
 |     }, | 
 |     'md_settings': { | 
 |       'filepath': 'chrome/browser/resources/settings/'\ | 
 |                   '|chrome/browser/ui/webui/settings/'\ | 
 |                   '|chrome/test/data/webui/settings/', | 
 |     }, | 
 |     'media': { | 
 |       'filepath': 'media|third_party/(ffmpeg|opus|libvpx)' | 
 |     }, | 
 |     'media_capture_from_element': { | 
 |       'filepath': 'content/renderer/media_capture_from_element/' \ | 
 |                   '|third_party/WebKit/Source/modules/mediacapture/' \ | 
 |                   '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \ | 
 |                   '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \ | 
 |                   '|third_party/WebKit/public/platform/WebCanvasCapture' | 
 |     }, | 
 |     '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_mojo': { | 
 |       'filepath': 'media/mojo/*' | 
 |     }, | 
 |     'media_recorder': { | 
 |       'filepath': 'content/renderer/media_recorder/' \ | 
 |                   '|third_party/WebKit/Source/modules/mediarecorder/' \ | 
 |                   '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \ | 
 |                   '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \ | 
 |                   '|third_party/WebKit/public/platform/WebMediaRecorder' | 
 |     }, | 
 |     'media_remoting': { | 
 |       'filepath': 'chrome/browser/media/cast_remoting'\ | 
 |                   '|media/blink/webmediaplayer_'\ | 
 |                   '|media/mojo/interfaces/remoting.mojom'\ | 
 |                   '|media/remoting/', | 
 |     }, | 
 |     'media_router': { | 
 |       'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \ | 
 |                   '|chrome/browser/media/router/' \ | 
 |                   '|chrome/browser/resources/media_router/' \ | 
 |                   '|chrome/browser/ui/views/media_router/' \ | 
 |                   '|chrome/browser/ui/webui/media_router/' \ | 
 |                   '|chrome/common/media/router/' \ | 
 |                   '|chrome/test/data/webui/media_router/' \ | 
 |                   '|chrome/test/media_router/' \ | 
 |                   '|chrome/utility/media_router/' | 
 |     }, | 
 |     'memory_coordinator': { | 
 |       'filepath': 'base/memory/memory_|' \ | 
 |                   'content/browser/memory/|' \ | 
 |                   'content/child/memory/' | 
 |     }, | 
 |     'message_loop': { | 
 |       'filepath': 'base/message_' | 
 |     }, | 
 |     'metrics': { | 
 |       'filepath': 'base/metrics/'\ | 
 |                   '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\ | 
 |                   '|chrome/browser/metrics/'\ | 
 |                   '|chrome/browser/chromeos/external_metrics'\ | 
 |                   '|chrome/browser/extensions/api/metrics_private/'\ | 
 |                   '|chrome/browser/ui/webui/metrics_handler'\ | 
 |                   '|chromecast/browser/metrics/'\ | 
 |                   '|components/metrics/'\ | 
 |                   '|components/metrics_services_manager/'\ | 
 |                   '|components/rappor/'\ | 
 |                   '|components/variations/'\ | 
 |                   # Exclude XML files; in particular, histograms.xml. | 
 |                   '|tools/metrics/[^.]*([.](?!xml$).*)?$', | 
 |     }, | 
 |     'metrics_xml_files': { | 
 |       # Subscribe to this to watch for changes to histograms.xml. | 
 |       'filepath': 'tools/metrics/.*\.xml$', | 
 |     }, | 
 |     'midi': { | 
 |       'filepath': 'midi', | 
 |     }, | 
 |     'mojo': { | 
 |       'filepath': 'mojo', | 
 |     }, | 
 |     'mojo_top_level_directory': { | 
 |       'filepath': '^mojo/', | 
 |     }, | 
 |     'mouse_lock': { | 
 |       'filepath': 'mouse_lock', | 
 |     }, | 
 |     'mus': { | 
 |       'filepath': 'services/ui/'\ | 
 |                   '|mojo/gpu/', | 
 |     }, | 
 |     '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/frame_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.*' | 
 |     }, | 
 |     '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_spdy': { | 
 |       'filepath': 'net/spdy/', | 
 |     }, | 
 |     'net_websockets': { | 
 |       'filepath': 'net/websockets/' \ | 
 |                   '|net/data/websocket/' | 
 |     }, | 
 |     'netinfo': { | 
 |       'filepath': '/netinfo/', | 
 |     }, | 
 |     'nfc': { | 
 |       'filepath': '/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_|'\ | 
 |         'third_party/WebKit/LayoutTests/external/wpt/notifications|'\ | 
 |         'third_party/WebKit/LayoutTests/http/tests/notifications|'\ | 
 |         'third_party/WebKit/Source/modules/notifications|'\ | 
 |         'third_party/WebKit/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/browser/android/ntp/ntp_snippets|'\ | 
 |         'chrome/browser/ntp_snippets/|'\ | 
 |         'chrome/browser/resources/snippets_internals|'\ | 
 |         'chrome/browser/ui/webui/snippets_internals|'\ | 
 |         'components/ntp_snippets/|'\ | 
 |         'chrome/android/java/res/layout/new_tab_page|'\ | 
 |         'chrome/android/java/res/layout/most_visited|'\ | 
 |         'ios/chrome/browser/ntp_snippets' | 
 |     }, | 
 |     '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_items_collection': { | 
 |       'filepath': 'components/offline_items_collection/', | 
 |     }, | 
 |     'offline_pages': { | 
 |       'filepath': 'components/offline_pages/'\ | 
 |                   '|chrome/browser/android/offline_pages/'\ | 
 |                   '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/' | 
 |     }, | 
 |     'omnibox': { | 
 |       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\ | 
 |                   'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\ | 
 |                   'chrome/browser/autocomplete/|'\ | 
 |                   'chrome/browser/ui/location_bar/|'\ | 
 |                   'chrome/browser/ui/omnibox/|'\ | 
 |                   'chrome/browser/ui/.*/location_bar/|'\ | 
 |                   'chrome/browser/ui/.*/omnibox/|'\ | 
 |                   'components/omnibox/|'\ | 
 |                   'ios/chrome/browser/ui/omnibox/' | 
 |     }, | 
 |     'optimization_guide': { | 
 |       'filepath': 'optimization_guide|'\ | 
 |                   'optimization_hints', | 
 |     }, | 
 |     'origin_trials': { | 
 |       'filepath': 'origin_trials'\ | 
 |                   '|OriginTrial'\ | 
 |                   '|ConditionalFeature', | 
 |     }, | 
 |     'ozone': { | 
 |       'filepath': 'ui/ozone/|'\ | 
 |         'ui/events/ozone/|'\ | 
 |         'ui/gfx/ozone/|'\ | 
 |         'ui/gl/gl_.*egl.*|'\ | 
 |         'ui/gl/gl_.*ozone.*' | 
 |     }, | 
 |     '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': 'chrome/browser/page_load_metrics/'\ | 
 |                   '|chrome/common/page_load_metrics/'\ | 
 |                   '|chrome/renderer/page_load_metrics/' | 
 |     }, | 
 |     'panels': { | 
 |       'filepath': 'chrome/browser/ui/panels'\ | 
 |                   '|chrome/browser/ui/cocoa/panels'\ | 
 |                   '|chrome/browser/ui/views/panels' | 
 |     }, | 
 |     '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/WebKit/LayoutTests/external/wpt/payment-request'\ | 
 |                   '|third_party/WebKit/LayoutTests/http/tests/payments'\ | 
 |                   '|third_party/WebKit/LayoutTests/payments'\ | 
 |                   '|third_party/WebKit/public/platform/modules/payments'\ | 
 |                   '|third_party/WebKit/Source/modules/payments' | 
 |     }, | 
 |     'payments_ios': { | 
 |       'filepath': 'ios/web/payments'\ | 
 |                   '|ios/chrome/browser/payments'\ | 
 |                   '|ios/chrome/browser/ui/payments'\ | 
 |                   '|ios/web/public/payments' | 
 |     }, | 
 |     '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', | 
 |     }, | 
 |     'plugin': { | 
 |       'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ | 
 |         'chrome/common/plugin', | 
 |     }, | 
 |     'polymer': { | 
 |       'filepath': 'third_party/polymer/|'\ | 
 |                   'third_party/web-animations-js/|'\ | 
 |                   'tools/polymer|'\ | 
 |                   'ui/webui/resources/polymer_resources.grdp', | 
 |     }, | 
 |     'popup_blocker': { | 
 |       'filepath': 'chrome/browser/ui/blocked_content' | 
 |     }, | 
 |     'precache': { | 
 |       'filepath': '[pP]recache' | 
 |     }, | 
 |     'prepopulated_engines': { | 
 |       'filepath': 'components/search_engines/prepopulated_engines.json', | 
 |     }, | 
 |     'prerender': { | 
 |       'filepath': 'prerender' | 
 |     }, | 
 |     'presentation': { | 
 |       'filepath': 'content/(browser|common|renderer)/presentation/' \ | 
 |                   '|third_party/WebKit/public/platform/modules/presentation/' \ | 
 |                   '|third_party/WebKit/LayoutTests/presentation/' \ | 
 |                   '|third_party/WebKit/Source/modules/presentation/' | 
 |     }, | 
 |     'push_messaging': { | 
 |       'filepath': 'push_messaging' | 
 |     }, | 
 |     'reading_list': { | 
 |       'filepath': 'components/reading_list|'\ | 
 |                   'ios/chrome/browser/reading_list|'\ | 
 |                   'ios/chrome/browser/ui/reading_list', | 
 |     }, | 
 |     'remoting': { | 
 |       'filepath': '^remoting/' \ | 
 |                   '|^testing/chromoting' | 
 |     }, | 
 |     'rlz_id': { | 
 |       'filepath' :'rlz/lib/machine_id.cc|'\ | 
 |                   'rlz/lib/machine_id.h|'\ | 
 |                   'rlz/win/lib/machine_id_win.cc', | 
 |     }, | 
 |     'safe_browsing': { | 
 |       'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\ | 
 |                   'components/safe_browsing/', | 
 |     }, | 
 |     'safe_browsing_db': { | 
 |       'filepath': 'components/safe_browsing_db/', | 
 |     }, | 
 |     'scheduler': { | 
 |       'filepath': 'cc/scheduler'\ | 
 |                   '|content/renderer/scheduler' | 
 |     }, | 
 |     'screen_orientation': { | 
 |       'filepath': 'screen_orientation', | 
 |     }, | 
 |     'service_worker': { | 
 |       'filepath': 'content/(browser|renderer|child|common)/service_worker/', | 
 |     }, | 
 |     'services_network': { | 
 |       'filepath': 'services/network', | 
 |     }, | 
 |     'services_public': { | 
 |       'filepath': 'services/([^/]*/)*public/', | 
 |     }, | 
 |     'settings_reset_prompt': { | 
 |       'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\ | 
 |                   '|chrome/browser/ui/views/settings_reset_prompt', | 
 |     }, | 
 |     'site_engagement': { | 
 |       'filepath': 'chrome/browser/engagement/|'\ | 
 |                   'chrome/browser/ui/webui/engagement/', | 
 |     }, | 
 |     'site_instance': { | 
 |       'filepath': 'content/browser/site_instance|'\ | 
 |         'content/browser/browsing_instance', | 
 |     }, | 
 |     'spellcheck': { | 
 |       'filepath': 'chrome/browser/spellchecker/'\ | 
 |                   '|chrome/browser/renderer_context_menu/spelling_'\ | 
 |                   '|components/spellcheck/'\ | 
 |                   '|third_party/hunspell/'\ | 
 |                   '|third_party/hunspell_dictionaries/', | 
 |     }, | 
 |     'streams': { | 
 |       'filepath': 'content/browser/streams/', | 
 |     }, | 
 |     'styleguide': { | 
 |       'filepath': '^styleguide/', | 
 |     }, | 
 |     'subresource_filter': { | 
 |       'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index', | 
 |     }, | 
 |     'supervised_users': { | 
 |       'filepath': 'chrome/browser/.*managed_mode'\ | 
 |                   '|chrome/browser/.*managed_user'\ | 
 |                   '|chrome/browser/.*supervised_user', | 
 |     }, | 
 |     'swreporter': { | 
 |       'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\ | 
 |                   '|chrome/browser/component_updater/sw_reporter_', | 
 |     }, | 
 |     'sync': { | 
 |       'filepath': '^chrome/android/sync_shell/'\ | 
 |                   '|^chrome/browser/ui/sync/'\ | 
 |                   '|^chrome/browser/ui/views/sync/'\ | 
 |                   '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\ | 
 |                   '|^ios/chrome/browser/sync/'\ | 
 |                   '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ | 
 |                   '|^chrome/browser/sync/'\ | 
 |                   '|^components/browser_sync/'\ | 
 |                   '|^components/sync/'\ | 
 |                   '|^components/sync_bookmarks/'\ | 
 |                   '|^components/sync_sessions/', | 
 |     }, | 
 |     'syncfs': { | 
 |       'filepath': 'sync_file_system', | 
 |     }, | 
 |     'tab_alert_indicators': { | 
 |       'filepath': 'content/browser/media/audio_stream_monitor'\ | 
 |         '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\ | 
 |         '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\ | 
 |         '|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': { | 
 |       'filepath': 'cc/output/copy_output_'\ | 
 |         '|chrome/browser/extensions/api/tab_capture/'\ | 
 |         '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\ | 
 |         '|chrome/test/data/extensions/api_test/tab_capture/'\ | 
 |         '|content/browser/media/capture/'\ | 
 |         '|content/browser/renderer_host/delegated_frame_host'\ | 
 |         '|content/browser/renderer_host/media/(audio_'\ | 
 |             '|media_stream_manager|video_)'\ | 
 |         '|content/public/renderer/media_stream_'\ | 
 |         '|content/renderer/media/(media_stream|(.+audio_source))'\ | 
 |         '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ | 
 |         '|media/base/video_frame\.h'\ | 
 |         '|media/capture/', | 
 |     }, | 
 |     'tab_contents': { | 
 |       'filepath': 'chrome/browser/tab_contents/|'\ | 
 |         'content/browser/tab_contents/|'\ | 
 |         'chrome/browser/ui/tab_contents/', | 
 |     }, | 
 |     'tbmv2_metrics': { | 
 |       'filepath': 'third_party/catapult/tracing/tracing/metrics' | 
 |     }, | 
 |     'tcmalloc': { | 
 |       'filepath': 'third_party/tcmalloc' | 
 |     }, | 
 |     'telemetry': { | 
 |       'filepath': 'tools/perf/' | 
 |     }, | 
 |     'test_runner': { | 
 |       'filepath': 'components/test_runner/' \ | 
 |                   '|content/shell/(common|browser|renderer)/layout_test/' \ | 
 |                   '|content/test/layouttest_support.cc' \ | 
 |                   '|content/public/test/layouttest_support.h' \ | 
 |     }, | 
 |     'tests': { | 
 |       'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', | 
 |     }, | 
 |     'tether': { | 
 |       'filepath': 'components/cryptauth/'\ | 
 |                   '|chromeos/components/tether/'\ | 
 |                   '|components/proximity_auth/', | 
 |     }, | 
 |     'textinput': { | 
 |       'filepath': 'chrome/browser/ui/input_method'\ | 
 |                   '|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/chromeos/input_method/'\ | 
 |                   '|chrome/browser/chromeos/extensions/input_method'\ | 
 |                   '|chrome/browser/chromeos/status/input_method'\ | 
 |                   '|chrome/browser/extensions/extension_input_'\ | 
 |                   '|chrome/browser/resources/keyboard'\ | 
 |                   'chromeos/.*(language|keyboard)'\ | 
 |                   '|chromeos/ime/*' | 
 |     }, | 
 |     'timers': { | 
 |       'filepath': 'base/timer/'\ | 
 |                   '|components/timers/' | 
 |     }, | 
 |     'tools_win_chromeexts': { | 
 |       'filepath': 'tools/win/chromeexts', | 
 |     }, | 
 |     'tracing': { | 
 |       'filepath': 'base/debug/trace_event.*'\ | 
 |                   '|base/trace_event/'\ | 
 |                   '|content/browser/tracing/'\ | 
 |                   '|components/tracing/' | 
 |     }, | 
 |     '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/android/java/strings/android_chrome_strings.grd'\ | 
 |                   '|chrome/app/settings_strings.grdp'\ | 
 |                   '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\ | 
 |                   '|ui/strings/ui_strings.grd', | 
 |     }, | 
 |     'usb': { | 
 |       'filepath': '/usb/', | 
 |     }, | 
 |     'valgrind': { | 
 |       'filepath': 'valgrind', | 
 |     }, | 
 |     'version_assembly': { | 
 |       'filepath': 'chrome/app/version_assembly', | 
 |     }, | 
 |     'video': { | 
 |       'filepath': 'content/browser/renderer_host/media/|'\ | 
 |                   'content/renderer/media/|'\ | 
 |                   'media/capture/video/|'\ | 
 |                   'media/filters/|'\ | 
 |                   'media/gpu/|'\ | 
 |                   '.*video.*', | 
 |     }, | 
 |     '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/', | 
 |     }, | 
 |     'views': { | 
 |       # Applies to all files and subdirs within this directory. | 
 |       'filepath': '^ui/views/', | 
 |     }, | 
 |     'virtual_keyboard': { | 
 |       'filepath': 'ui/keyboard/'\ | 
 |                   '|chrome/test/data/chromeos/virtual_keyboard/'\ | 
 |                   '|extensions/browser/api/virtual_keyboard_private/'\ | 
 |                   '|ash/system/virtual_keyboard/'\ | 
 |                   '|ash/virtual_keyboard', | 
 |     }, | 
 |     'virtual_reality': { | 
 |       'filepath': 'vr_shell/|'\ | 
 |                   '/vr/|'\ | 
 |                   'third_party/gvr', | 
 |     }, | 
 |     'wake_lock': { | 
 |       'filepath': 'wake_lock', | 
 |     }, | 
 |     'web_share': { | 
 |       'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\ | 
 |                   '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\ | 
 |                   '|chrome/browser/ui/views/webshare/'\ | 
 |                   '|chrome/browser/webshare/'\ | 
 |                   '|third_party/WebKit/LayoutTests/webshare/'\ | 
 |                   '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\ | 
 |                   '|third_party/WebKit/public/platform/modules/webshare/'\ | 
 |                   '|third_party/WebKit/Source/modules/webshare/', | 
 |     }, | 
 |     '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/common/content_settings'\ | 
 |                   '|components/content_settings/', | 
 |     }, | 
 |     'windows_sandboxing': { | 
 |       'filepath': 'sandbox/win/', | 
 |     }, | 
 |     'x11': { | 
 |       'filepath': 'content/browser/renderer_host/backing_store_x\.' \ | 
 |                   '|chrome/browser/chromeos/input_method/xkeyboard\.' \ | 
 |                   '|chrome/browser/chromeos/system_key_event_listener\.' \ | 
 |                   '|chrome/browser/chromeos/'\ | 
 |                   'xinput_hierarchy_changed_event_listener\.' \ | 
 |                   '|chrome/browser/chromeos/wm_' \ | 
 |                   '|ui/base/x/' | 
 |     }, | 
 |     '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': ['asvitkine+watch@chromium.org'], | 
 |     'accelerator_table': ['derat+watch@chromium.org', | 
 |                           'yusukes+watch@chromium.org'], | 
 |     'accessibility': ['aboxhall+watch@chromium.org', | 
 |                       'aleventhal+watch@chromium.org', | 
 |                       'dmazzoni+watch@chromium.org', | 
 |                       'dougt+watch@chromium.org', | 
 |                       'dtseng+watch@chromium.org', | 
 |                       'je_julie.kim@chromium.org', | 
 |                       'nektar+watch@chromium.org', | 
 |                       'yuzo+watch@chromium.org'], | 
 |     'add_to_homescreen': ['dominickn+watch@chromium.org', | 
 |                           'hanxi+watch@chromium.org', | 
 |                           'piotrs+watch@chromium.org', | 
 |                           'pkotwicz+watch@chromium.org'], | 
 |     'android_crash_reporting': ['asvitkine+watch@chromium.org'], | 
 |     'android_crazy_linker': ['johnmaguire+watch@google.com'], | 
 |     'android_infobars': ['dfalcantara+watch@chromium.org'], | 
 |     'android_infra': ['agrieve+watch@chromium.org', | 
 |                       'jbudorick+watch@chromium.org'], | 
 |     'android_item_chooser_dialogs': ['juncai+watch@chromium.org', | 
 |                                      'ortuno+watch@chromium.org'], | 
 |     'android_loading': ['gabadie+watch@chromium.org', | 
 |                         'lizeb+watch-android-loading@chromium.org'], | 
 |     'android_media': ['avayvod+watch@chromium.org', | 
 |                       'mlamouri+watch-media@chromium.org'], | 
 |     'android_studio': ['wnwen+watch@chromium.org', | 
 |                        'nyquist+watch@chromium.org'], | 
 |     'android_tab': ['avayvod+watch@chromium.org', | 
 |                     'dtrainor+watch@chromium.org'], | 
 |     'android_uma_settings': ['asvitkine+watch@chromium.org', | 
 |                              'gayane+watch@chromium.org'], | 
 |     'android_webapk': ['dominickn+watch@chromium.org'], | 
 |     'android_webview': ['android-webview-reviews@chromium.org'], | 
 |     'app_list': ['tfarina@chromium.org'], | 
 |     'app_shortcuts': ['mgiuca+watch@chromium.org', | 
 |                       'tapted+watch@chromium.org'], | 
 |     'appcache': ['michaeln@chromium.org'], | 
 |     'apps': ['chromium-apps-reviews@chromium.org', | 
 |              'tfarina@chromium.org'], | 
 |     'arc': ['elijahtaylor+arcwatch@chromium.org', | 
 |             'hidehiko+watch@chromium.org', | 
 |             'lhchavez+watch@chromium.org', | 
 |             'victorhsieh+watch@chromium.org', | 
 |             'yusukes+watch@chromium.org'], | 
 |     'arc_auth': ['khmel+watch@chromium.org'], | 
 |     'arc_fileapi': ['nya+watch@chromium.org'], | 
 |     'arc_kiosk': ['poromov+watch@chromium.org'], | 
 |     'arc_net': ['abhishekbh@chromium.org', | 
 |                 'cernekee@chromium.org', | 
 |                 'snanda@chromium.org'], | 
 |     'arc_power': ['ejcaruso+watch@chromium.org'], | 
 |     'ash': ['kalyan.kondapally@intel.com', | 
 |             'sadrul@chromium.org'], | 
 |     'aura': ['kalyan.kondapally@intel.com', | 
 |              'sadrul@chromium.org'], | 
 |     'aura_compositor': ['danakj+watch@chromium.org', | 
 |                         'jbauman+watch@chromium.org', | 
 |                         'kalyan.kondapally@intel.com', | 
 |                         'piman+watch@chromium.org'], | 
 |     'auto_bisect': ['auto-bisect-reviews@chromium.org'], | 
 |     'autofill': ['rouslan+autofill@chromium.org', | 
 |                  'vabr+watchlistautofill@chromium.org', | 
 |                  'mathp+autofillwatch@chromium.org', | 
 |                  'sebsg+autofillwatch@chromium.org', | 
 |                  'rogerm+autofillwatch@chromium.org'], | 
 |     'background_fetch': ['delphick+watch@chromium.org', | 
 |                          'peter@chromium.org'], | 
 |     'background_sync': ['chasej+watch@chromium.org', | 
 |                         'iclelland+watch@chromium.org', | 
 |                         'peter@chromium.org'], | 
 |     'banners': ['dominickn+watch@chromium.org', | 
 |                 'hanxi+watch@chromium.org', | 
 |                 'piotrs+watch@chromium.org', | 
 |                 'pkotwicz+watch@chromium.org'], | 
 |     'base': ['vmpstr+watch@chromium.org'], | 
 |     'base_allocator': ['dmikurube@chromium.org', | 
 |                        'wfh+watch@chromium.org'], | 
 |     'base_memory': ['gavinp+memory@chromium.org'], | 
 |     'base_task_scheduler': ['fdoray+watch@chromium.org', | 
 |                             'gab+watch@chromium.org', | 
 |                             'robliao+watch@chromium.org'], | 
 |     'base_win': ['grt+watch@chromium.org', | 
 |                  'robliao+watch@chromium.org', | 
 |                  'wfh+watch@chromium.org'], | 
 |     'battery_status': ['timvolodine@chromium.org'], | 
 |     'binary_size': ['agrieve+watch@chromium.org', | 
 |                     'estevenson+watch@chromium.org', | 
 |                     'wnwen+watch@chromium.org'], | 
 |     'blink': ['blink-reviews@chromium.org'], | 
 |     'blink_accessibility': ['aboxhall@chromium.org', | 
 |                             'dmazzoni@chromium.org', | 
 |                             'dougt+watch@chromium.org', | 
 |                             'je_julie.kim@chromium.org', | 
 |                             'nektar@chromium.org'], | 
 |     'blink_animation': ['alexis.menard@intel.com', | 
 |                         'blink-reviews-animation@chromium.org', | 
 |                         'ericwilligers@chromium.org', | 
 |                         'rjwright@chromium.org', | 
 |                         'shans@chromium.org'], | 
 |     'blink_app_banner': ['mlamouri+watch-blink@chromium.org'], | 
 |     'blink_audio': ['hongchan@chromium.org', | 
 |                     'rtoy@chromium.org'], | 
 |     'blink_battery_status': ['mlamouri+watch-blink@chromium.org', | 
 |                              'timvolodine@chromium.org'], | 
 |     'blink_bidi': ['leviw+bidiwatch@chromium.org'], | 
 |     'blink_bindings': ['blink-reviews-bindings@chromium.org'], | 
 |     'blink_bindings_serialization': ['jbroman+watch@chromium.org'], | 
 |     'blink_bluetooth': ['cco3+watch@chromium.org', | 
 |                         'mattreynolds+watch@chromium.org', | 
 |                         'ortuno+watch@chromium.org', | 
 |                         'scheib+watch@chromium.org'], | 
 |     'blink_canvas2d': ['dongseong.hwang@intel.com', | 
 |                        'junov@chromium.org'], | 
 |     'blink_client_hints': ['yoav@yoav.ws'], | 
 |     'blink_clipboard': ['dcheng@chromium.org'], | 
 |     'blink_controller': ['haraken@chromium.org'], | 
 |     'blink_css': ['alexis.menard@intel.com', | 
 |                   'apavlov+blink@chromium.org', | 
 |                   'blink-reviews-css@chromium.org', | 
 |                   'dglazkov+blink@chromium.org', | 
 |                   'rob.buis@samsung.com'], | 
 |     'blink_css_flexbox': ['cbiesinger@chromium.org'], | 
 |     'blink_css_fragmentation_tests': ['mstensho@chromium.org'], | 
 |     'blink_css_grid_layout': ['jfernandez@igalia.com', | 
 |                               'rego@igalia.com', | 
 |                               'svillar@igalia.com'], | 
 |     'blink_custom_elements': ['dglazkov+blink@chromium.org', | 
 |                               'dominicc+watchlist@chromium.org'], | 
 |     'blink_device_orientation': ['mlamouri+watch-blink@chromium.org', | 
 |                                  'timvolodine@chromium.org'], | 
 |     'blink_devtools': ['apavlov+blink@chromium.org', | 
 |                        'caseq+blink@chromium.org', | 
 |                        'devtools-reviews@chromium.org', | 
 |                        'kozyatinskiy+blink@chromium.org', | 
 |                        'lushnikov+blink@chromium.org', | 
 |                        'pfeldman+blink@chromium.org'], | 
 |     'blink_dom': ['blink-reviews-dom@chromium.org', | 
 |                   'dglazkov+blink@chromium.org', | 
 |                   'eae+blinkwatch@chromium.org', | 
 |                   'rob.buis@samsung.com'], | 
 |     'blink_dom_events': ['hayato@chromium.org'], | 
 |     'blink_events': ['blink-reviews-events@chromium.org', | 
 |                      'dglazkov+blink@chromium.org', | 
 |                      'dtapuska+blinkwatch@chromium.org', | 
 |                      'eae+blinkwatch@chromium.org'], | 
 |     'blink_fetch': ['gavinp+loader@chromium.org', | 
 |                     'japhet@chromium.org', | 
 |                     'loading-reviews+fetch@chromium.org'], | 
 |     'blink_fetch_api': ['tyoshino+watch@chromium.org'], | 
 |     'blink_fileapi': ['kinuko+fileapi@chromium.org', | 
 |                       'nhiroki@chromium.org', | 
 |                       'tzik@chromium.org'], | 
 |     'blink_frames': ['blink-reviews-frames@chromium.org'], | 
 |     'blink_geolocation': ['mlamouri+watch-blink@chromium.org', | 
 |                           'timvolodine@chromium.org'], | 
 |     'blink_heap': ['ager@chromium.org', | 
 |                    'haraken@chromium.org', | 
 |                    'kouhei+heap@chromium.org', | 
 |                    'oilpan-reviews@chromium.org'], | 
 |     'blink_html': ['blink-reviews-html@chromium.org', | 
 |                    'dglazkov+blink@chromium.org'], | 
 |     'blink_htmlparser': ['kinuko+watch@chromium.org', | 
 |                          'loading-reviews+parser@chromium.org'], | 
 |     'blink_indexed_db': ['cmumford@chromium.org', | 
 |                          'jsbell+idb@chromium.org'], | 
 |     'blink_input': ['dtapuska+blinkwatch@chromium.org', | 
 |                     'nzolghadr@chromium.org'], | 
 |     'blink_layers': ['blink-layers+watch@chromium.org'], | 
 |     'blink_layout': ['blink-reviews-layout@chromium.org', | 
 |                      'eae+blinkwatch@chromium.org', | 
 |                      'jchaffraix+rendering@chromium.org', | 
 |                      'leviw+renderwatch@chromium.org', | 
 |                      'pdr+renderingwatchlist@chromium.org', | 
 |                      'szager+layoutwatch@chromium.org', | 
 |                      'zoltan@webkit.org'], | 
 |     'blink_layout_ng': ['ojan+watch@chromium.org', | 
 |                         'cbiesinger@chromium.org', | 
 |                         'glebl+reviews@chromium.org', | 
 |                         'dgrogan+ng@chromium.org', | 
 |                         'atotic+reviews@chromium.org', | 
 |                         'lchoi+reviews@chromium.org', | 
 |                         'xiaochengh+watch@chromium.org'], | 
 |     'blink_loader': ['gavinp+loader@chromium.org', | 
 |                      'japhet@chromium.org', | 
 |                      'loading-reviews@chromium.org'], | 
 |     'blink_media': ['feature-media-reviews@chromium.org', | 
 |                     'eric.carlson@apple.com', | 
 |                     'mlamouri+watch-blink@chromium.org', | 
 |                     'srirama.m@samsung.com'], | 
 |     'blink_media_queries': ['kenneth.christiansen@gmail.com', | 
 |                             'yoav@yoav.ws'], | 
 |     'blink_mediastream': ['tommyw+watchlist@chromium.org'], | 
 |     'blink_modules': ['haraken@chromium.org'], | 
 |     'blink_navigator_content_utils': ['gyuyoung.kim@chromium.org'], | 
 |     'blink_out_of_process_frames': ['dcheng@chromium.org', | 
 |                                     'mlamouri+watch-blink@chromium.org'], | 
 |     'blink_paint' : ['blink-reviews-paint@chromium.org', | 
 |                      'dongseong.hwang@intel.com'], | 
 |     'blink_performance_timing': ['panicker+watch@chromium.org'], | 
 |     'blink_permissions': ['mlamouri+watch-blink@chromium.org'], | 
 |     'blink_platform': ['kinuko+watch@chromium.org'], | 
 |     'blink_platform_graphics': ['blink-reviews-platform-graphics@chromium.org', | 
 |                                 'dongseong.hwang@intel.com', | 
 |                                 'drott+blinkwatch@chromium.org', | 
 |                                 'dschulze@chromium.org', | 
 |                                 'fmalita+watch@chromium.org', | 
 |                                 'junov@chromium.org', | 
 |                                 'pdr+graphicswatchlist@chromium.org', | 
 |                                 'rob.buis@samsung.com', | 
 |                                 'schenney@chromium.org'], | 
 |     'blink_preloadScanner': ['yoav@yoav.ws'], | 
 |     'blink_prerender': ['gavinp+prerender@chromium.org', | 
 |                         'yoav@yoav.ws'], | 
 |     'blink_public_api': ['blink-reviews-api@chromium.org', | 
 |                          'dglazkov+blink@chromium.org'], | 
 |     'blink_quota': ['kinuko+fileapi@chromium.org', | 
 |                     'nhiroki@chromium.org', | 
 |                     'tzik@chromium.org'], | 
 |     'blink_scheduler': ['scheduler-bugs@chromium.org'], | 
 |     'blink_screen_orientation': ['mlamouri+watch-blink@chromium.org'], | 
 |     'blink_script': ['kouhei+script@chromium.org', | 
 |                      'hiroshige+script@chromium.org', | 
 |                      'kochi+script@chromium.org'], | 
 |     'blink_serviceworkers': ['falken+watch@chromium.org', | 
 |                              'horo+watch@chromium.org', | 
 |                              'jsbell+serviceworker@chromium.org', | 
 |                              'kinuko+serviceworker@chromium.org', | 
 |                              'michaeln@chromium.org', | 
 |                              'nhiroki@chromium.org', | 
 |                              'serviceworker-reviews@chromium.org', | 
 |                              'shimazu+serviceworker@chromium.org', | 
 |                              'tzik@chromium.org'], | 
 |     'blink_serviceworkers_tests': ['kenjibaheux+watch@chromium.org'], | 
 |     'blink_shadow_dom': ['hayato@chromium.org'], | 
 |     'blink_spellcheck' : ['groby+blinkspell@chromium.org', | 
 |                           'timvolodine@chromium.org', | 
 |                           'xiaochengh+watch@chromium.org'], | 
 |     'blink_spv2_layout_tests': ['pdr+virtualspv2watchlist@chromium.org'], | 
 |     'blink_streams': ['tyoshino+watch@chromium.org'], | 
 |     'blink_style': ['blink-reviews-style@chromium.org'], | 
 |     'blink_svg': ['dschulze@chromium.org', | 
 |                   'fmalita+watch@chromium.org', | 
 |                   'fs@opera.com', | 
 |                   'gyuyoung.kim@chromium.org', | 
 |                   'kouhei+svg@chromium.org', | 
 |                   'pdr+svgwatchlist@chromium.org', | 
 |                   'rob.buis@samsung.com', | 
 |                   'schenney@chromium.org'], | 
 |     'blink_track': ['eric.carlson@apple.com', | 
 |                     'fs@opera.com', | 
 |                     'glenn@chromium.org', | 
 |                     'silviapf@chromium.org', | 
 |                     'srirama.m@samsung.com'], | 
 |     'blink_vibration': ['mlamouri+watch-blink@chromium.org'], | 
 |     'blink_viewport_interaction': ['kenneth.christiansen@gmail.com'], | 
 |     'blink_w3ctests': ['blink-reviews-w3ctests@chromium.org'], | 
 |     'blink_webcomponents': ['dglazkov+blink@chromium.org'], | 
 |     'blink_webp': ['jzern@chromium.org', | 
 |                    'skal@google.com', | 
 |                    'urvang@chromium.org'], | 
 |     'blink_websockets': ['tyoshino+watch@chromium.org', | 
 |                          'yhirano+watch@chromium.org'], | 
 |     'blink_workers': ['blink-worker-reviews@chromium.org', | 
 |                       'falken+watch@chromium.org', | 
 |                       'horo+watch@chromium.org', | 
 |                       'kinuko+worker@chromium.org', | 
 |                       'shimazu+worker@chromium.org'], | 
 |     'blink_wtf': ['blink-reviews-wtf@chromium.org', | 
 |                   'mikhail.pozdnyakov@intel.com'], | 
 |     'blink_xml': ['dominicc+watchlist@chromium.org', 'joelhockey@chromium.org'], | 
 |     'bookmarks': ['tfarina@chromium.org'], | 
 |     'bottombar': ['donnd+watch@chromium.org', | 
 |                   'mdjones+watch@chromium.org'], | 
 |     'browser_chromeos': ['davemoore+watch@chromium.org'], | 
 |     'browser_components': ['browser-components-watch@chromium.org'], | 
 |     'browser_compositor': ['piman+watch@chromium.org', | 
 |                            'vollick@chromium.org'], | 
 |     'browser_resources_md': ['michaelpg+watch-md-ui@chromium.org'], | 
 |     'browsing_data': ['markusheintz@chromium.org', | 
 |                       'msramek+watch@chromium.org'], | 
 |     'bubble': ['hcarmona+bubble@chromium.org', | 
 |                'groby+bubble@chromium.org', | 
 |                'rouslan+bubble@chromium.org'], | 
 |     'cache_storage': ['nhiroki@chromium.org'], | 
 |     'cast': ['amp+watch@chromium.org', | 
 |              'avayvod+watch@chromium.org', | 
 |              'imcheng+watch@chromium.org', | 
 |              'isheriff+watch@chromium.org', | 
 |              'jasonroberts+watch@google.com', | 
 |              'miu+watch@chromium.org', | 
 |              'xjz+watch@chromium.org'], | 
 |     'cast_certificate': ['dougsteed+watch@chromium.org', | 
 |                          'mfoltz+watch@chromium.org', | 
 |                          'ryanchung+watch@chromium.org'], | 
 |     'cast_channel': ['amp+watch@chromium.org', | 
 |                      'mfoltz+watch@chromium.org', | 
 |                      'ryanchung+watch@chromium.org'], | 
 |     'cc': ['cc-bugs@chromium.org'], | 
 |     'cc-contexts': ['danakj+watch@chromium.org'], | 
 |     'cc-display': ['danakj+watch@chromium.org'], | 
 |     'cc-paint': ['danakj+watch@chromium.org'], | 
 |     'cc-quads': ['danakj+watch@chromium.org'], | 
 |     'cc-resources': ['danakj+watch@chromium.org'], | 
 |     'certificate_transparency': ['certificate-transparency-chrome@googlegroups.com', | 
 |                                  'eranm@chromium.org', | 
 |                                  'martijn+crwatch@martijnc.be', | 
 |                                  'rsleevi+watch@chromium.org'], | 
 |     'chrome_elf': ['caitkp+watch@chromium.org', | 
 |                    'pennymac+watch@chromium.org'], | 
 |     'chrome_grc': ['chrome-grc-reviews@chromium.org'], | 
 |     'chrome_views': ['tfarina@chromium.org'], | 
 |     'chromecast': ['alokp+watch@chromium.org', | 
 |                    'halliwell+watch@chromium.org', | 
 |                    'lcwu+watch@chromium.org'], | 
 |     'chromecast_public': ['gfhuang+watch@chromium.org'], | 
 |     'chromedriver': ['johnchen+watch@chromium.org'], | 
 |     'chromeos': ['oshima+watch@chromium.org'], | 
 |     'chromeos_attestation': ['dkrahn+watch@chromium.org'], | 
 |     'chromeos_calculator': ['dharcourt@chromium.org'], | 
 |     'chromeos_dbus': ['hashimoto+watch@chromium.org'], | 
 |     'chromeos_geolocation': ['alemate+watch@chromium.org'], | 
 |     'chromeos_login': ['achuith+watch@chromium.org', | 
 |                        'alemate+watch@chromium.org'], | 
 |     'chromeos_net': ['stevenjb+watch@chromium.org'], | 
 |     'chromeos_power': ['derat+watch@chromium.org'], | 
 |     'chromeos_timezone': ['alemate+watch@chromium.org'], | 
 |     'chromeos_webui': ['alemate+watch@chromium.org'], | 
 |     'clang_update': ['dcheng@chromium.org', | 
 |                      'dmikurube+clang@chromium.org', | 
 |                      'dsinclair@chromium.org', | 
 |                      'eugenis+clang@chromium.org', | 
 |                      'glider+clang@chromium.org', | 
 |                      'hans@chromium.org', | 
 |                      'rnk@chromium.org', | 
 |                      'thakis@chromium.org', | 
 |                      'thestig@chromium.org', | 
 |                      'ukai+watch@chromium.org', | 
 |                      'vmpstr+watch@chromium.org', | 
 |                      'yunlian@chromium.org'], | 
 |     'clipboard': ['dcheng@chromium.org'], | 
 |     'codereview_settings': ['agable+watch@chromium.org'], | 
 |     'components_deps': ['blundell+watchlist@chromium.org', | 
 |                         'droger+watchlist@chromium.org', | 
 |                         'sdefresne+watchlist@chromium.org'], | 
 |     'content': ['darin-cc@chromium.org', | 
 |                 'jam@chromium.org'], | 
 |     'content_bluetooth': ['cco3+watch@chromium.org', | 
 |                           'mattreynolds+watch@chromium.org', | 
 |                           'ortuno+watch@chromium.org', | 
 |                           'scheib+watch@chromium.org'], | 
 |     'content_loader': ['loading-reviews@chromium.org', | 
 |                        'rdsmith+watch@chromium.org'], | 
 |     'content_network': ['asanka@chromium.org', | 
 |                         'rdsmith+watch@chromium.org', | 
 |                         'kinuko@chromium.org', | 
 |                         'yzshen+watch@chromium.org'], | 
 |     'content_renderer': ['mlamouri+watch-content@chromium.org'], | 
 |     'content_shell': ['jochen+watch@chromium.org', | 
 |                       'mlamouri+watch-content@chromium.org', | 
 |                       'peter@chromium.org'], | 
 |     'content_view_core': ['jinsukkim+watch@chromium.org'], | 
 |     'content_websockets': ['tyoshino+watch@chromium.org'], | 
 |     'content_worker': ['blink-worker-reviews@chromium.org', | 
 |                        'kinuko+watch@chromium.org'], | 
 |     'contextual_search': ['donnd+watch@chromium.org', | 
 |                           'twellington+watch@chromium.org'], | 
 |     'courgette': ['huangs+watch@chromium.org', | 
 |                   'wfh+watch@chromium.org'], | 
 |     'cq': ['cq-config-changes@chromium.org', | 
 |            'shinyak+cc@chromium.org', | 
 |            'tikuta+cc@chromium.org', | 
 |            'ukai+cc@chromium.org', | 
 |            'yyanagisawa+cc@chromium.org'], | 
 |     'cr_elements': ['michaelpg+watch-elements@chromium.org', | 
 |                     'stevenjb+watch-md-settings@chromium.org'], | 
 |     'custom_tabs': ['lizeb+watch-custom-tabs@chromium.org'], | 
 |     'data_reduction_proxy': ['tbansal+watch-data-reduction-proxy@chromium.org'], | 
 |     'deep_memory_profiler': ['dmikurube@chromium.org'], | 
 |     'developer_recommended_flags': ['scheib+watch@chromium.org'], | 
 |     'device_bluetooth': ['cco3+watch@chromium.org', | 
 |                          'mattreynolds+watch@chromium.org', | 
 |                          'ortuno+watch@chromium.org', | 
 |                          'scheib+watch@chromium.org'], | 
 |     'device_chooser': ['cco3+watch@chromium.org', | 
 |                        'juncai+watch@chromium.org', | 
 |                        'mattreynolds+watch@chromium.org', | 
 |                        'scheib+watch@chromium.org'], | 
 |     'device_sensors': ['juncai+watch@chromium.org', | 
 |                        'mlamouri+watch-sensors@chromium.org', | 
 |                        'rijubrata.bhaumik@intel.com', | 
 |                        'timvolodine@chromium.org'], | 
 |     'devtools': ['devtools-reviews@chromium.org', | 
 |                  'pfeldman@chromium.org'], | 
 |     'dial': ['amp+watch@chromium.org', | 
 |              'mfoltz+watch@chromium.org', | 
 |              'zhaobin+watch@chromium.org'], | 
 |     'disk_cache': ['gavinp+disk@chromium.org'], | 
 |     'download': ['dtrainor+watch@chromium.org'], | 
 |     'downloads_ui': ['dtrainor+watch@chromium.org'], | 
 |     'drive': ['tfarina@chromium.org'], | 
 |     'drive_resource_metadata': ['hashimoto+watch@chromium.org'], | 
 |     'eme': ['eme-reviews@chromium.org'], | 
 |     'extension': ['chromium-apps-reviews@chromium.org', | 
 |                   'extensions-reviews@chromium.org'], | 
 |     'feature_policy': ['loonybear@chromium.org', | 
 |                        'iclelland+watch@chromium.org'], | 
 |     'fileapi': ['kinuko+fileapi@chromium.org', | 
 |                 'nhiroki@chromium.org', | 
 |                 'tzik@chromium.org'], | 
 |     'filebrowse': ['rginda+watch@chromium.org'], | 
 |     'filesapp': ['fukino+watch@chromium.org', | 
 |                  'oka+watch@chromium.org', | 
 |                  'yamaguchi+watch@chromium.org'], | 
 |     'filesapp_ui': ['mtomasz+watch@chromium.org'], | 
 |     'fuchsia': ['sergeyu@chromium.org', 'wez@chromium.org'], | 
 |     'fuzzing': ['fuzzing@chromium.org'], | 
 |     'gamepad': ['cco3+watch@chromium.org', | 
 |                 'mattreynolds+watch@chromium.org', | 
 |                 'scheib+watch@chromium.org'], | 
 |     'gcm': ['peter@chromium.org', | 
 |             'zea+watch@chromium.org'], | 
 |     'generic_sensor': ['alexander.shalamov@intel.com', | 
 |                        'cco3+watch@chromium.org', | 
 |                        'juncai+watch@chromium.org', | 
 |                        'mattreynolds+watch@chromium.org', | 
 |                        'mikhail.pozdnyakov@intel.com', | 
 |                        'timvolodine@chromium.org', | 
 |                        'scheib+watch@chromium.org', | 
 |                        'wanming.lin@intel.com'], | 
 |     'geolocation': ['cco3+watch@chromium.org', | 
 |                     'mattreynolds+watch@chromium.org', | 
 |                     'mlamouri+watch-geolocation@chromium.org', | 
 |                     'scheib+watch@chromium.org'], | 
 |     'gfx_geometry': ['cc-bugs@chromium.org'], | 
 |     'gfx_image': ['rsesek+watch@chromium.org'], | 
 |     'gn': ['agrieve+watch@chromium.org', | 
 |            'dpranke@chromium.org', | 
 |            'tfarina@chromium.org'], | 
 |     'gpu': ['piman+watch@chromium.org'], | 
 |     'gpu_passthrough_cmd_decoder': ['cwallez+watch@chromium.org', | 
 |                                     'geofflang+watch@chromium.org'], | 
 |     'history_ui': ['pam+watch@chromium.org'], | 
 |     'hotword': ['rlp+watch@chromium.org'], | 
 |     'i18n': ['jshin+watch@chromium.org'], | 
 |     'importer': ['tfarina@chromium.org'], | 
 |     'incident_reporting': ['grt+watch@chromium.org'], | 
 |     'indexed_db': ['cmumford@chromium.org', | 
 |                    'jsbell+idb@chromium.org'], | 
 |     'ink_drop': ['bruthig+ink_drop@chromium.org'], | 
 |     'input': ['dtapuska+chromiumwatch@chromium.org'], | 
 |     'installable': ['dominickn+watch@chromium.org', | 
 |                     'piotrs+watch@chromium.org'], | 
 |     'installer_linux': ['mmoss@chromium.org', | 
 |                         'raphael.kubo.da.costa@intel.com'], | 
 |     'installer_win': ['grt+watch@chromium.org', | 
 |                       'pennymac+watch@chromium.org', | 
 |                       'wfh+watch@chromium.org'], | 
 |     'instant': ['dcblack@chromium.org', | 
 |                 'donnd+watch@chromium.org', | 
 |                 'jered+watch@chromium.org', | 
 |                 'jfweitz+watch@chromium.org', | 
 |                 'kmadhusu+watch@chromium.org', | 
 |                 'melevin+watch@chromium.org', | 
 |                 'samarth+watch@chromium.org', | 
 |                 'skanuj+watch@chromium.org'], | 
 |     'ios': ['ios-reviews@chromium.org'], | 
 |     'ios_chrome': ['ios-reviews+chrome@chromium.org', | 
 |                    'noyau+watch@chromium.org', | 
 |                    'marq+watch@chromium.org'], | 
 |     'ios_clean': ['ios-reviews+clean@chromium.org', | 
 |                   'marq+scrutinize@chromium.org'], | 
 |     'ios_showcase': ['ios-reviews+showcase@chromium.org', | 
 |                      'marq+watch@chromium.org'], | 
 |     'ios_test': ['baxley+watch@chromium.org', | 
 |                  'huangml+watch@chromium.org', | 
 |                  'liaoyuke+watch@chromium.org'], | 
 |     'ios_web': ['ios-reviews+web@chromium.org', | 
 |                 'eugenebut@chromium.org'], | 
 |     'ipc': ['darin-cc@chromium.org', | 
 |             'jam@chromium.org'], | 
 |     'libvpx': ['fgalligan@chromium.org', | 
 |                'johannkoenig@chromium.org', | 
 |                'jzern@chromium.org', | 
 |                'tomfinegan@chromium.org'], | 
 |     'libwebp': ['jzern@chromium.org', | 
 |                 'skal@google.com', | 
 |                 'urvang@chromium.org'], | 
 |     'libxml_xslt': ['ail@google.com', | 
 |                     'dominicc+watchlist@chromium.org'], | 
 |     'linux_fonts': ['derat+watch@chromium.org'], | 
 |     'linux_sandboxing': ['jln+watch@chromium.org'], | 
 |     'linux_seccomp_bpf': ['jln+watch@chromium.org'], | 
 |     'login': ['vabr+watchlistlogin@chromium.org'], | 
 |     'mac' : ['mac-reviews@chromium.org'], | 
 |     'manifest': ['mlamouri+watch-manifest@chromium.org'], | 
 |     'md_settings': ['michaelpg+watch-md-settings@chromium.org', | 
 |                     'stevenjb+watch-md-settings@chromium.org'], | 
 |     'media': ['feature-media-reviews@chromium.org'], | 
 |     'media_capture_from_element': ['emircan+watch+capturefromdom@chromium.org'], | 
 |     'media_galleries': ['thestig@chromium.org', | 
 |                         'tommycli@chromium.org'], | 
 |     'media_mojo': ['alokp+watch@chromium.org'], | 
 |     'media_recorder': ['emircan+watch+mediarecorder@chromium.org', | 
 |                        'mcasas+mediarecorder@chromium.org'], | 
 |     'media_remoting': ['amp+watch@chromium.org', | 
 |                        'apacible+watch@chromium.org', | 
 |                        'erickung+watch@chromium.org', | 
 |                        'mfoltz+watch@chromium.org', | 
 |                        'miu+watch@chromium.org', | 
 |                        'xjz+watch@chromium.org'], | 
 |     'media_router': ['amp+watch@chromium.org', | 
 |                      'imcheng+watch@chromium.org', | 
 |                      'mfoltz+watch@chromium.org'], | 
 |     'memory_coordinator': ['chrome-grc-reviews+memory@chromium.org'], | 
 |     'message_loop': ['sadrul@chromium.org'], | 
 |     'metrics': ['asvitkine+watch@chromium.org'], | 
 |     'metrics_xml_files': ['asvitkine+watch@chromium.org'], | 
 |     'midi': ['toyoshim+midi@chromium.org'], | 
 |     'mojo': ['aa@chromium.org', | 
 |              'darin@chromium.org', | 
 |              'qsr+mojo@chromium.org', | 
 |              'viettrungluu+watch@chromium.org'], | 
 |     'mojo_top_level_directory': ['yzshen+watch@chromium.org'], | 
 |     'mouse_lock': ['scheib+watch@chromium.org'], | 
 |     'mus': ['rjkroege@chromium.org'], | 
 |     'nacl': ['native-client-reviews@googlegroups.com'], | 
 |     'native_client_sdk': ['binji+watch@chromium.org', | 
 |                           'sbc@chromium.org'], | 
 |     'navigation': ['creis+watch@chromium.org', | 
 |                    'nasko+codewatch@chromium.org'], | 
 |     'net': ['cbentzel+watch@chromium.org', | 
 |             'net-reviews@chromium.org'], | 
 |     'net_base': ['bnc+watch@chromium.org'], | 
 |     'net_http2': ['bnc+watch@chromium.org'], | 
 |     'net_log': ['bnc+watch@chromium.org', | 
 |                 'eroman@chromium.org'], | 
 |     'net_spdy': ['bnc+watch@chromium.org'], | 
 |     'net_websockets': ['tyoshino+watch@chromium.org'], | 
 |     'netinfo': ['jkarlin+watch@chromium.org'], | 
 |     'nfc': ['cco3+watch@chromium.org', | 
 |             'mattreynolds+watch@chromium.org', | 
 |             'scheib+watch@chromium.org'], | 
 |     'notifications': ['awdf+watch@chromium.org', | 
 |                       'mlamouri+watch-notifications@chromium.org', | 
 |                       'peter@chromium.org'], | 
 |     'nqe': ['tbansal+watch-nqe@chromium.org'], | 
 |     'ntp_snippets': ['ntp-dev+reviews@chromium.org', | 
 |                      'noyau+watch@chromium.org'], | 
 |     'ntp_tiles': ['ntp-dev+reviews@chromium.org', | 
 |                   'noyau+watch@chromium.org'], | 
 |     'offline_items_collection': ['peter@chromium.org'], | 
 |     'offline_pages': ['chili+watch@chromium.org', | 
 |                       'carlosk+watch@chromium.org', | 
 |                       'dewittj+watch@chromium.org', | 
 |                       'dimich+watch@chromium.org', | 
 |                       'fgorski+watch@chromium.org', | 
 |                       'petewil+watch@chromium.org', | 
 |                       'romax+watch@chromium.org'], | 
 |     'omnibox': ['jdonnelly+watch@chromium.org'], | 
 |     'optimization_guide': ['dougarnett+watch-optguide@chromium.org', | 
 |                            'sophiechang+watch-optguide@chromium.org', | 
 |                            'maniscalco+watch-optguide@chromium.org'], | 
 |     'origin_trials': ['chasej+watch@chromium.org', | 
 |                       'iclelland+watch@chromium.org'], | 
 |     'ozone': ['kalyan.kondapally@intel.com', | 
 |               'ozone-reviews@chromium.org'], | 
 |     'page_info' : ['lgarron+watch@chromium.org', | 
 |                    'raymes+watch@chromium.org'], | 
 |     'page_load_metrics' : ['bmcquade+watch@chromium.org', | 
 |                            'csharrison+watch@chromium.org', | 
 |                            'loading-reviews+metrics@chromium.org', | 
 |                            'speed-metrics-reviews@chromium.org'], | 
 |     'panels': ['dimich@chromium.org', | 
 |                'jennb@chromium.org', | 
 |                'jianli@chromium.org'], | 
 |     'password_manager': ['gcasto+watchlist@chromium.org', | 
 |                          'vabr+watchlistpasswordmanager@chromium.org'], | 
 |     'payments': ['rouslan+payments@chromium.org', | 
 |                  'sebsg+paymentswatch@chromium.org', | 
 |                  'gogerald+paymentswatch@chromium.org', | 
 |                  'mahmadi+paymentswatch@chromium.org'], | 
 |     'payments_ios': ['mahmadi+paymentsioswatch@chromium.org'], | 
 |     'pepper_api': ['binji+watch@chromium.org', | 
 |                    'bradnelson+warch@chromium.org', | 
 |                    'ihf+watch@chromium.org', | 
 |                    'piman+watch@chromium.org', | 
 |                    'teravest+watch@chromium.org', | 
 |                    'tzik@chromium.org', | 
 |                    'yusukes+watch@chromium.org'], | 
 |     'permissions': ['dominickn+watch@chromium.org', | 
 |                     'hanxi+watch@chromium.org', | 
 |                     'mlamouri+watch-permissions@chromium.org', | 
 |                     'raymes+watch@chromium.org', | 
 |                     'timloh+watch@chromium.org'], | 
 |     'plugin': ['jam@chromium.org'], | 
 |     'polymer': ['michaelpg+watch-polymer@chromium.org'], | 
 |     'popup_blocker': ['csharrison+watch-popups@chromium.org'], | 
 |     'precache': ['wifiprefetch-reviews@google.com'], | 
 |     'prepopulated_engines': ['vasilii+watch@chromium.org'], | 
 |     'prerender': ['cbentzel+watch@chromium.org', | 
 |                   'gavinp+prer@chromium.org', | 
 |                   'tburkard+watch@chromium.org'], | 
 |     'presentation': ['amp+watch@chromium.org', | 
 |                      'mfoltz+watch@chromium.org'], | 
 |     'push_messaging': ['awdf+watch@chromium.org', | 
 |                        'peter@chromium.org'], | 
 |     'reading_list': ['stkhapugin@chromium.org'], | 
 |     'remoting': ['chromoting-reviews@chromium.org'], | 
 |     'rlz_id': ['gab+watch@chromium.org', | 
 |                'robertshield+watch@chromium.org'], | 
 |     'safe_browsing': ['timvolodine@chromium.org', | 
 |                       'vakh+watch@chromium.org'], | 
 |     'safe_browsing_db': ['timvolodine@chromium.org', | 
 |                          'vakh+watch@chromium.org'], | 
 |     'scheduler': ['scheduler-bugs@chromium.org'], | 
 |     'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'], | 
 |     'service_worker': ['horo+watch@chromium.org', | 
 |                        'jsbell+serviceworker@chromium.org', | 
 |                        'kinuko+serviceworker@chromium.org', | 
 |                        'michaeln@chromium.org', | 
 |                        'nhiroki@chromium.org', | 
 |                        'serviceworker-reviews@chromium.org', | 
 |                        'shimazu+serviceworker@chromium.org', | 
 |                        'tzik@chromium.org'], | 
 |     'services_network': ['yzshen+watch@chromium.org'], | 
 |     'services_public': ['blundell+services-watchlist@chromium.org'], | 
 |     'settings_reset_prompt': ['alito+watch@chromium.org'], | 
 |     'site_engagement': ['dominickn+watch@chromium.org'], | 
 |     'site_instance': ['ajwong+watch@chromium.org', | 
 |                       'creis+watch@chromium.org', | 
 |                       'nasko+codewatch@chromium.org'], | 
 |     'spellcheck': ['groby+spellwatch@chromium.org', | 
 |                    'rlp+watch@chromium.org', | 
 |                    'rouslan+spell@chromium.org', | 
 |                    'timvolodine@chromium.org'], | 
 |     'streams': ['zork+watch@chromium.org'], | 
 |     'styleguide': ['danakj+watch@chromium.org', | 
 |                    'jbroman+cpp@chromium.org', | 
 |                    'vmpstr+watch@chromium.org'], | 
 |     'subresource_filter': ['subresource-filter-reviews@chromium.org'], | 
 |     'supervised_users': ['pam+watch@chromium.org'], | 
 |     'swreporter': ['csharp+watch@chromium.org', | 
 |                    'ftirelo+watch@chromium.org', | 
 |                    'joenotcharles+watch@chromium.org'], | 
 |     'sync': ['sync-reviews@chromium.org'], | 
 |     'syncfs': ['kinuko+fileapi@chromium.org', | 
 |                'nhiroki@chromium.org', | 
 |                'tzik@chromium.org'], | 
 |     'tab_alert_indicators': ['miu+watch@chromium.org'], | 
 |     'tab_capture': ['amp+watch@chromium.org', | 
 |                     'miu+watch@chromium.org', | 
 |                     'xjz+watch@chromium.org'], | 
 |     'tab_contents': ['ajwong+watch@chromium.org', | 
 |                      'avi@chromium.org', | 
 |                      'creis+watch@chromium.org'], | 
 |     'tbmv2_metrics': ['speed-metrics-reviews@chromium.org'], | 
 |     'tcmalloc': ['dmikurube@chromium.org'], | 
 |     'telemetry': ['telemetry-reviews@chromium.org'], | 
 |     'test_runner': ['jochen+watch@chromium.org', | 
 |                     'mlamouri+watch-test-runner@chromium.org', | 
 |                     'einbinder+watch-test-runner@chromium.org'], | 
 |     'tests': [], | 
 |     'tether': ['jlklein+watch-tether@chromium.org', | 
 |                'khorimoto+watch-tether@chromium.org', | 
 |                'hansberry+watch-tether@chromium.org', | 
 |                'lesliewatkins+watch-tether@chromium.org', | 
 |                'tengs+watch-tether@chromium.org', | 
 |                'jhawkins+watch-tether@chromium.org'], | 
 |     'textinput': ['nona+watch@chromium.org', | 
 |                   'shuchen+watch@chromium.org', | 
 |                   'suzhe@chromium.org', | 
 |                   'yhanada+watch@chromium.org', | 
 |                   'yusukes+watch@chromium.org'], | 
 |     'textinput_chromeos': ['nona+watch@chromium.org', | 
 |                            'shuchen+watch@chromium.org', | 
 |                            'yhanada+watch@chromium.org', | 
 |                            'yusukes+watch@chromium.org'], | 
 |     'timers': ['chirantan+watch@chromium.org'], | 
 |     'tools_win_chromeexts': ['robliao+watch@chromium.org'], | 
 |     'tracing': ['tracing+reviews@chromium.org', | 
 |                 'wfh+watch@chromium.org'], | 
 |     'ui_compositor': ['cc-bugs@chromium.org'], | 
 |     'ui_display_win': ['robliao+watch@chromium.org'], | 
 |     'ui_resources': ['oshima+watch@chromium.org'], | 
 |     'ui_strings': ['srahim+watch@chromium.org'], | 
 |     'usb': ['cco3+watch@chromium.org', | 
 |             'mattreynolds+watch@chromium.org', | 
 |             'scheib+watch@chromium.org'], | 
 |     'valgrind': ['bruening+watch@chromium.org', | 
 |                  'glider+watch@chromium.org'], | 
 |     'version_assembly': ['caitkp+watch@chromium.org', | 
 |                          'gab+watch@chromium.org'], | 
 |     'video': ['posciak+watch@chromium.org', | 
 |               'acourbot+watch@chromium.org'], | 
 |     'video_capture': ['chfremer+watch@chromium.org'], | 
 |     'views': ['tfarina@chromium.org'], | 
 |     'virtual_keyboard': ['blakeo+virtualkb@chromium.org', | 
 |                          'dfaden+virtualkb@google.com', | 
 |                          'oka+watchvk@chromium.org', | 
 |                          'yhanada+watchvk@chromium.org'], | 
 |     'virtual_reality': ['feature-vr-reviews@chromium.org'], | 
 |     'wake_lock': ['cco3+watch@chromium.org', | 
 |                   'mattreynolds+watch@chromium.org', | 
 |                   'scheib+watch@chromium.org'], | 
 |     'web_share': ['mgiuca+watch@chromium.org'], | 
 |     'webrtc_browser_tests': ['phoglund+watch@chromium.org'], | 
 |     'website_settings': ['markusheintz@chromium.org', | 
 |                          'msramek+watch@chromium.org', | 
 |                          'raymes+watch@chromium.org'], | 
 |     'windows_sandboxing': ['pennymac+watch@chromium.org', | 
 |                            'wfh+watch@chromium.org'], | 
 |     'x11': ['derat+watch@chromium.org', | 
 |             'sadrul@chromium.org', | 
 |             'yusukes+watch@chromium.org'], | 
 |     'zoom': ['wjmaclean@chromium.org'], | 
 |   }, | 
 | } |