| # 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': { |
| 'accelerator_table': { |
| 'filepath': 'ash/accelerators/accelerator_table\.cc' \ |
| '|chrome/browser/ui/views/accelerator_table\.cc', |
| }, |
| 'accessibility': { |
| 'filepath': 'chrome/browser/accessibility/' \ |
| '|content/browser/accessibility/' \ |
| '|chrome/.*accessib' \ |
| '|ui/base/accessibility/' \ |
| '|ui/views/accessibility/' |
| }, |
| 'android_infra': { |
| 'filepath': 'build/android/' \ |
| '|testing/android/' \ |
| '|tools/android/' |
| }, |
| 'android_webview': { |
| 'filepath': 'android_webview/', |
| }, |
| 'app_list': { |
| 'filepath': 'ui/app_list/', |
| }, |
| 'appcache': { |
| 'filepath': 'appcache/', |
| }, |
| 'aura': { |
| 'filepath': 'ui/aura/|'\ |
| 'ash/', |
| }, |
| 'autofill': { |
| 'filepath': 'chrome/browser/api/webdata/|'\ |
| 'chrome/browser/autofill/|'\ |
| 'chrome/browser/resources/options/autofill_|'\ |
| 'chrome/browser/sync/glue/autofill_|'\ |
| 'chrome/browser/ui/android/autofill/|'\ |
| 'chrome/browser/ui/autofill/|'\ |
| 'chrome/browser/ui/gtk/autofill/|'\ |
| 'chrome/browser/ui/views/autofill/|'\ |
| 'chrome/browser/ui/webui/options/autofill_|'\ |
| 'chrome/browser/webdata/|'\ |
| 'chrome/common/autofill_|'\ |
| 'chrome/common/form_|'\ |
| 'chrome/common/password_|'\ |
| 'chrome/renderer/autofill/|'\ |
| 'chrome/test/data/autofill/|'\ |
| 'content/public/common/password_|'\ |
| 'content/public/renderer/password_|'\ |
| 'content/renderer/password_', |
| }, |
| 'automation': { |
| 'filepath': 'chrome/browser/automation/|chrome/test/automation/', |
| }, |
| 'base': { |
| 'filepath': '^base/', |
| }, |
| 'base_allocator': { |
| 'filepath': '^base/allocator', |
| }, |
| 'base_memory': { |
| 'filepath': '^base/memory', |
| }, |
| 'browser': { |
| 'filepath': 'chrome/browser/', |
| }, |
| 'browser_chromeos': { |
| 'filepath': 'chrome/browser/chromeos/', |
| }, |
| 'browser_components': { |
| 'filepath': 'chrome/browser/autofill/' \ |
| '|chrome/browser/bookmarks/' \ |
| '|chrome/browser/common/' \ |
| '|chrome/browser/favicon/' \ |
| '|chrome/browser/history/' |
| }, |
| 'browser_compositor': { |
| 'filepath': 'ui/compositor/' |
| }, |
| 'browser_resources': { |
| 'filepath': 'chrome/browser/resources/', |
| }, |
| 'browsing_data': { |
| 'filepath': 'chrome/browser/browsing_data/', |
| }, |
| 'bubble': { |
| 'filepath': 'ui/views/bubble/|'\ |
| 'chrome/browser/ui/views/bubble/', |
| }, |
| 'cc': { |
| 'filepath': 'cc/|'\ |
| 'webkit/compositor_bindings/|'\ |
| 'content/common/cc_messages' |
| }, |
| 'chrome_frame': { |
| 'filepath': 'chrome_frame/', |
| }, |
| 'chrome_views': { |
| 'filepath': 'chrome/browser/ui/views', |
| }, |
| 'chromedriver': { |
| 'filepath': 'chrome/test/webdriver|third_party/webdriver' |
| }, |
| 'chromeos': { |
| 'filepath': 'chromeos/', |
| }, |
| 'chromeos_calculator': { |
| 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| }, |
| 'chromeos_login': { |
| 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 'chrome/browser/ui/webui/chromeos/login/|'\ |
| 'chrome/browser/resources/chromeos/login/', |
| }, |
| 'chromeos_net': { |
| 'filepath': 'chromeos/network/|'\ |
| 'chrome/browser/chromeos/cros/|'\ |
| 'chrome/browser/chromeos/net/', |
| }, |
| 'chromeos_webui': { |
| 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 'chrome/browser/resources/chromeos/', |
| }, |
| 'clang_update': { |
| 'filepath': 'tools/clang/scripts/update.sh' |
| }, |
| 'clipboard': { |
| 'filepath': 'clipboard|dnd|drag|drop', |
| }, |
| 'contacts': { |
| 'filepath': 'chrome/browser/chromeos/contacts/|'\ |
| 'chrome/browser/chromeos/gdata/gdata_contacts_service', |
| }, |
| 'content': { |
| 'filepath': 'content/', |
| }, |
| 'content_shell': { |
| 'filepath': 'content/shell/', |
| }, |
| 'cookie_monster': { |
| 'filepath': 'net/cookies/|'\ |
| 'chrome/browser/net/sqlite_persistent_cookie_store', |
| }, |
| 'deep_memory_profiler': { |
| 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| }, |
| 'devtools': { |
| 'filepath': 'devtools', |
| }, |
| 'disk_cache': { |
| 'filepath': 'net/disk_cache/|http_cache', |
| }, |
| 'dns': { |
| 'filepath': 'net/base/host_resolver|' \ |
| 'net/base/host_cache|' \ |
| 'net/dns/' |
| }, |
| 'domui_options': { |
| 'filepath': 'chrome/browser/resources/options/|'\ |
| 'chrome/browser/resources/options.html|'\ |
| 'chrome/browser/ui/webui/options/', |
| }, |
| 'download': { |
| 'filepath': 'chrome/browser/download/|'\ |
| 'content/browser/download/', |
| }, |
| 'downloads_ext': { |
| 'filepath': 'chrome/browser/extensions/api/downloads/|'\ |
| 'chrome/common/extensions/api/downloads.idl', |
| }, |
| 'downloads_ui': { |
| 'filepath': 'chrome/browser/resources/downloads/|' \ |
| 'chrome/browser/ui/webui/.*downloads|' \ |
| 'chrome/browser/ui/views/download/|' \ |
| 'chrome/browser/ui/cocoa/download/|' \ |
| 'chrome/browser/ui/gtk/download/' |
| }, |
| 'drive': { |
| 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 'chrome/browser/google_apis/' |
| }, |
| 'extension': { |
| 'filepath': 'extension', |
| }, |
| 'fileapi': { |
| 'filepath': 'file_system/|' \ |
| 'fileapi/' |
| }, |
| 'filebrowse': { |
| 'filepath': 'file_browser|' \ |
| 'file_manager|' \ |
| 'filebrowse' |
| }, |
| 'ftp': { |
| 'filepath': 'ftp', |
| }, |
| 'fullscreen_controller': { |
| 'filepath': 'fullscreen_controller', |
| }, |
| 'gfx_image': { |
| 'filepath': 'ui/gfx/image/', |
| }, |
| 'gfx_geometry': { |
| 'filepath': 'ui/gfx/rect|'\ |
| 'ui/gfx/quad|'\ |
| 'ui/gfx/point|'\ |
| 'ui/gfx/size|'\ |
| 'ui/gfx/transform|'\ |
| 'ui/gfx/vector2d', |
| }, |
| 'gpu': { |
| 'filepath': 'gpu/', |
| }, |
| 'history_ui': { |
| 'filepath': 'chrome/browser/resources/history', |
| }, |
| 'i18n': { |
| 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
| 'locale_settings|encoding', |
| }, |
| 'imageburner': { |
| 'filepath': 'imageburner' |
| }, |
| 'importer': { |
| 'filepath': 'import', |
| }, |
| 'installer': { |
| 'filepath': 'chrome/installer/', |
| }, |
| 'instant': { |
| 'filepath': 'instant|searchbox', |
| }, |
| 'ipc': { |
| 'filepath': 'ipc/ipc', |
| }, |
| 'labs': { |
| 'filepath': 'chrome/browser/labs' \ |
| '|chrome/browser/dom_ui/labs' |
| }, |
| 'layout_tests': { |
| 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', |
| }, |
| 'linux-sandboxing': { |
| 'filepath': 'sandbox/linux/', |
| }, |
| 'linux-seccomp-bpf': { |
| 'filepath': 'content/common/sandbox.*linux.cc', |
| }, |
| 'locale_settings': { |
| 'filepath': 'chrome/app/resources/locale_settings', |
| }, |
| 'mac': { |
| 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', |
| }, |
| 'media': { |
| 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
| 'audio_message_filter|video_layer|media_internals', |
| }, |
| 'message_loop': { |
| 'filepath': 'base/message_' |
| }, |
| 'metrics': { |
| 'filepath': 'base/metrics/'\ |
| '|chrome/browser/metrics/'\ |
| '|chrome/common/metrics/'\ |
| '|chrome_frame/metrics'\ |
| '|chrome/browser/chromeos/external_metrics'\ |
| '|chrome/browser/extensions/api/metrics/metrics'\ |
| '|chrome/browser/ui/webui/metrics_handler'\ |
| '|content/browser/user_metrics.cc'\ |
| '|content/public/browser/user_metrics.h'\ |
| '|chrome/tools/extract_actions.py' |
| }, |
| 'mouse_lock': { |
| 'filepath': 'mouse_lock', |
| }, |
| 'nacl': { |
| 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
| 'chrome/browser/nacl_host/|chrome/common/nacl', |
| }, |
| 'net': { |
| 'filepath': 'net/', |
| }, |
| 'net_error_list': { |
| 'filepath': 'net/base/net_error_list.h', |
| }, |
| 'net_log': { |
| 'filepath': 'net/base/net_log|' \ |
| 'chrome/browser/net/.*net_log|' \ |
| 'chrome/browser/net/passive_log_collector|' \ |
| 'chrome/browser/resources/net_internals/|' \ |
| 'chrome/browser/ui/webui/net_internals/' |
| }, |
| 'npapi_headers': { |
| 'filepath': 'third_party/npapi/bindings/', |
| }, |
| 'ntp': { |
| 'filepath': 'chrome/browser/resources/ntp4/|'\ |
| 'chrome/browser/resources/ntp_search/|'\ |
| 'chrome/browser/ui/webui/ntp/', |
| }, |
| 'omnibox': { |
| 'filepath': 'chrome/browser/autocomplete/'\ |
| '|chrome/browser/ui/.*/omnibox/' |
| }, |
| 'options': { |
| 'filepath': 'chrome/browser/resources/options/|'\ |
| 'chrome/browser/ui/webui/options/', |
| }, |
| 'panels': { |
| 'filepath': 'chrome/browser/ui/panels'\ |
| '|chrome/browser/ui/cocoa/panels'\ |
| '|chrome/browser/ui/gtk/panels'\ |
| '|chrome/browser/ui/views/panels' |
| }, |
| 'pepper_api': { |
| 'filepath': 'ppapi/c/', |
| }, |
| 'perf': { |
| 'filepath': 'tools/perf' \ |
| '|tools/telemetry' \ |
| '|chrome/test/perf' |
| }, |
| 'plugin': { |
| 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
| 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', |
| }, |
| 'predictors': { |
| 'filepath': 'predictors', |
| }, |
| 'prerender': { |
| 'filepath': 'prerender' |
| }, |
| 'pyauto': { |
| 'filepath': 'chrome/test/pyautolib' \ |
| '|chrome/test/functional' \ |
| '|chrome/browser/automation/automation_provider_json' |
| }, |
| 'remoting': { |
| 'filepath': 'remoting/', |
| }, |
| 'renderer': { |
| 'filepath': 'chrome/browser/renderer_host/|chrome/renderer/|'\ |
| 'chrome/common/render', |
| }, |
| 'search': { |
| 'filepath': 'chrome/browser/ui/search/', |
| }, |
| 'sessions': { |
| 'filepath': 'chrome/browser/sessions/', |
| }, |
| 'shell_window': { |
| 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/(shell|app)' |
| }, |
| 'site_instance': { |
| 'filepath': 'content/browser/site_instance|'\ |
| 'content/browser/browsing_instance', |
| }, |
| 'speech': { |
| 'filepath': 'chrome/browser/speech/'\ |
| '|content/browser/speech/'\ |
| '|content/common/.*speech'\ |
| '|content/public/.*speech' |
| }, |
| 'spellcheck': { |
| 'filepath': 'chrome/browser/spellchecker/'\ |
| '|chrome/browser/tab_contents/spellchecker'\ |
| '|chrome/browser/tab_contents/spelling_menu'\ |
| '|chrome/common/spellcheck_'\ |
| '|chrome/renderer/spellchecker/'\ |
| '|webkit/tools/test_shell/mock_spellcheck' |
| }, |
| 'sync': { |
| 'filepath': 'chrome/browser/sync/|sync/', |
| }, |
| 'tab_contents': { |
| 'filepath': 'chrome/browser/tab_contents/|'\ |
| 'content/browser/tab_contents/|'\ |
| 'chrome/browser/ui/tab_contents/', |
| }, |
| 'task_manager': { |
| 'filepath': 'task_manager' |
| }, |
| 'tcmalloc': { |
| 'filepath': 'third_party/tcmalloc' |
| }, |
| 'telemetry': { |
| 'filepath': 'tools/telemetry' |
| }, |
| 'tests': { |
| 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
| }, |
| 'textinput': { |
| 'filepath': 'content/browser/renderer_host/gtk_im'\ |
| '|content/browser/renderer_host/gtk_key'\ |
| '|content/browser/renderer_host/render_widget_host_view'\ |
| '|content/browser/renderer_host/text_input'\ |
| '|ui/base/ime/'\ |
| '|ui/base/gtk/event'\ |
| '|ui/base/gtk/gtk_im'\ |
| '|ui/base/keycodes/'\ |
| '|ui/base/win/ime'\ |
| '|ui/views/controls/textfield/'\ |
| '|ui/views/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'\ |
| '|chrome/browser/resources/options/language'\ |
| '|chrome/browser/ui/webui/options/'\ |
| 'chromeos/.*(language|keyboard)'\ |
| '|chrome/browser/ui/webui/options/language' |
| }, |
| 'tools': { |
| 'filepath': 'tools/', |
| }, |
| 'tools_emacs': { |
| 'filepath': 'tools/emacs/', |
| }, |
| 'ui_compositor': { |
| 'filepath': 'ui/compositor/layer\.|'\ |
| 'ui/compositor/layer_unittest|'\ |
| 'ui/compositor/compositor', |
| }, |
| 'ui_resources': { |
| 'filepath': 'ui/resources/'\ |
| '|ui/base/native_theme/resources/'\ |
| '|chrome/app/theme/' |
| }, |
| 'valgrind': { |
| 'filepath': 'valgrind', |
| }, |
| 'views': { |
| # Applies to all files and subdirs within this directory. |
| 'filepath': '^ui/views/', |
| }, |
| 'views_core': { |
| 'filepath': 'ui/views/view.h|'\ |
| 'ui/views/view.cc|'\ |
| 'ui/views/widget/', |
| }, |
| 'webintents': { |
| 'filepath': 'chrome/browser/intents/.*'\ |
| '|chrome/browser/ui/intents/.*'\ |
| '|chrome/browser/webdata/.*intent.*'\ |
| '|chrome/browser/ui/webui/options2/.*intent.*'\ |
| '|chrome/browser/ui/cocoa/.*intent.*'\ |
| '|chrome/browser/ui/gtk/.*intent.*'\ |
| '|chrome/browser/ui/views/.*intent.*'\ |
| '|content/browser/intents/.*'\ |
| '|content/common/intents.*'\ |
| '|content/public/browser/.*intent.*' |
| '|webkit/glue/.*intent.*' |
| }, |
| 'website_settings': { |
| 'filepath': 'chrome/browser/content_settings/'\ |
| '|chrome/browser/ui/views/website_settings/'\ |
| '|chrome/browser/ui/website_settings/'\ |
| '|chrome/common/content_settings', |
| }, |
| 'webkit': { |
| 'filepath': 'webkit/', |
| }, |
| 'worker': { |
| 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\ |
| 'chrome/common/worker_messages|webkit/glue/webworker', |
| }, |
| '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/' |
| }, |
| }, |
| |
| 'WATCHLISTS': { |
| 'accelerator_table': ['[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'accessibility': ['[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'android_infra': ['[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'android_webview': ['[email protected]'], |
| 'app_list': ['[email protected]'], |
| 'appcache': ['[email protected]'], |
| 'aura': ['[email protected]', '[email protected]'], |
| 'autofill': ['[email protected]', '[email protected]', |
| '[email protected]', '[email protected]', |
| '[email protected]', |
| '[email protected]', '[email protected]', |
| '[email protected]', '[email protected]', |
| '[email protected]'], |
| 'automation': ['[email protected]', |
| '[email protected]'], |
| 'base': ['[email protected]'], |
| 'base_allocator': ['[email protected]'], |
| 'base_memory': ['[email protected]'], |
| 'browser_chromeos': ['[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'browser_components': ['[email protected]'], |
| 'browser_compositor': ['[email protected]', '[email protected]', |
| '[email protected]'], |
| 'browser_resources': ['[email protected]'], |
| 'browsing_data': ['[email protected]'], |
| 'bubble': ['[email protected]', '[email protected]'], |
| 'cc': ['[email protected]'], |
| 'chrome_frame': ['[email protected]', '[email protected]', |
| '[email protected]'], |
| 'chrome_views': ['[email protected]'], |
| 'chromedriver': ['[email protected]'], |
| 'chromeos' : ['[email protected]', |
| '[email protected]'], |
| 'chromeos_calculator' : ['[email protected]'], |
| 'chromeos_net' : ['[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'chromeos_webui': ['[email protected]'], |
| 'clang_update': ['[email protected]', '[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'clipboard': ['[email protected]'], |
| 'contacts': ['[email protected]'], |
| 'content': ['[email protected]', '[email protected]', |
| '[email protected]'], |
| 'content_shell': ['[email protected]'], |
| 'cookie_monster': ['[email protected]'], |
| 'deep_memory_profiler': ['[email protected]'], |
| 'devtools': ['[email protected]', '[email protected]', |
| '[email protected]'], |
| 'disk_cache': ['[email protected]'], |
| 'dns': ['[email protected]'], |
| 'download': ['[email protected]', '[email protected]'], |
| 'downloads_ext': ['[email protected]'], |
| 'downloads_ui': ['[email protected]', '[email protected]', '[email protected]'], |
| 'drive': ['[email protected]'], |
| 'extension': ['[email protected]', |
| '[email protected]'], |
| 'fileapi': ['[email protected]', '[email protected]'], |
| 'filebrowse': ['[email protected]'], |
| 'ftp': ['[email protected]'], |
| 'fullscreen_controller': ['[email protected]'], |
| 'gfx_geometry': ['[email protected]'], |
| 'gfx_image': ['[email protected]'], |
| 'gpu': ['[email protected]'], |
| 'history_ui': ['[email protected]'], |
| 'i18n': ['[email protected]'], |
| 'imageburner': ['[email protected]', '[email protected]'], |
| 'importer': ['[email protected]'], |
| 'installer': ['[email protected]'], |
| 'instant': ['[email protected]', '[email protected]', |
| '[email protected]', '[email protected]', |
| '[email protected]', '[email protected]', |
| '[email protected]'], |
| 'ipc': ['[email protected]', '[email protected]'], |
| 'labs': ['[email protected]'], |
| 'linux-sandboxing': ['[email protected]', '[email protected]'], |
| 'linux-seccomp-bpf': ['[email protected]'], |
| 'locale_settings': ['[email protected]'], |
| 'mac': ['[email protected]'], |
| 'media': ['[email protected]'], |
| 'message_loop': ['[email protected]'], |
| 'metrics': ['[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'mouse_lock': ['[email protected]'], |
| 'nacl': ['[email protected]'], |
| 'net': ['[email protected]', '[email protected]'], |
| 'net_error_list': ['[email protected]'], |
| 'net_log': ['[email protected]', '[email protected]'], |
| 'npapi_headers': ['[email protected]'], |
| 'ntp': ['[email protected]', '[email protected]', |
| '[email protected]'], |
| 'omnibox': ['[email protected]'], |
| 'options': ['[email protected]'], |
| 'panels': ['[email protected]', '[email protected]', |
| '[email protected]', '[email protected]'], |
| 'pepper_api': ['[email protected]', '[email protected]', |
| '[email protected]', '[email protected]', |
| '[email protected]', '[email protected]'], |
| 'perf': ['[email protected]'], |
| 'plugin': ['[email protected]', '[email protected]', |
| '[email protected]'], |
| 'predictors': ['[email protected]', '[email protected]'], |
| 'prerender': ['[email protected]', '[email protected]', |
| '[email protected]', '[email protected]', |
| '[email protected]'], |
| 'pyauto': ['[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'remoting': ['[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'renderer': ['[email protected]'], |
| 'search': ['[email protected]'], |
| 'sessions': ['[email protected]'], |
| 'shell_window': ['[email protected]'], |
| 'site_instance': ['[email protected]', '[email protected]'], |
| 'spellcheck': ['[email protected]', |
| '[email protected]'], |
| 'sync': ['[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'tab_contents': ['[email protected]', |
| '[email protected]', '[email protected]'], |
| 'task_manager': ['[email protected]'], |
| 'tcmalloc': ['[email protected]'], |
| 'telemetry': ['[email protected]'], |
| 'tests': [], |
| 'textinput': ['[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'textinput_chromeos': ['[email protected]'], |
| 'tools': ['[email protected]'], |
| 'tools_emacs': ['[email protected]', |
| '[email protected]'], |
| 'ui_compositor': ['[email protected]'], |
| 'ui_resources': ['[email protected]'], |
| 'valgrind': ['[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'views': ['[email protected]'], |
| 'views_core': ['[email protected]'], |
| 'webintents': [ |
| '[email protected]', |
| '[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| 'website_settings': ['[email protected]'], |
| 'webkit': ['[email protected]'], |
| 'worker': ['[email protected]'], |
| 'x11': ['[email protected]', |
| '[email protected]', |
| '[email protected]'], |
| }, |
| } |