1 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
10 'WATCHLIST_DEFINITIONS': {
12 'filepath': '^WATCHLISTS$',
15 'filepath': 'valgrind',
18 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
21 'filepath': '^base/.*',
24 'filepath': 'extension',
27 # Applies to all files and subdirs within this directory.
28 'filepath': 'views/.*',
31 'filepath': 'chrome/browser/.*',
34 'filepath': 'download|save_',
37 'filepath': 'chrome/browser/history/.*',
40 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
41 'chrome/common/render.*',
44 'filepath': 'chrome/browser/safe_browsing/.*|'\
45 'chrome/browser/renderer_host/safe.*',
48 'filepath': 'chrome/browser/tab_contents/.*',
51 'filepath': 'webkit/.*',
54 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
55 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
58 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
59 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
68 'filepath': 'chrome/installer/.*',
71 'filepath': '.*import.*',
74 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
75 'audio_message_filter|video_layer',
78 'filepath': 'ipc/ipc.*',
81 'filepath': 'sandbox/linux/.*',
84 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
85 'chrome/test/live_sync/.*',
88 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
91 'filepath': 'tools/.*',
94 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
97 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
100 'filepath': 'chrome_frame/.*',
103 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
104 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
107 'filepath': 'appcache/.*',
110 'filepath': 'gpu/.*',
113 'filepath': 'chrome/app/resources/locale_settings.*',
115 'options_dialog_content': {
116 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
117 'chrome/browser/views/options/general_page_view.h',
122 'this_file': ['nirnimesh@chromium.org'],
123 'valgrind': ['timurrrr@chromium.org',
124 'stuartmorgan@chromium.org',
125 'glider@chromium.org'],
126 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'],
127 'base': ['brettw+cc@chromium.org'],
128 'views': ['ben+cc@chromium.org'],
129 'browser': ['ben+cc@chromium.org'],
130 'download': ['paul@chromium.org'],
131 'history': ['brettw+cc@chromium.org'],
132 'renderer': ['darin-cc@chromium.org',
133 'brettw+cc@chromium.org',
134 'jam+cc@chromium.org'],
135 'safe_browsing': ['paul@chromium.org'],
136 'tab_contents': ['brettw+cc@chromium.org'],
137 'webkit': ['darin-cc@chromium.org'],
138 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org'],
139 'worker': ['jam@chromium.org'],
140 'extension': ['aa@chromium.org',
141 'erikkay@chromium.org',
142 'pam+watch@chromium.org'],
143 'net': ['darin-cc@chromium.org'],
144 'ftp': ['phajdan.jr@chromium.org'],
145 'installer': ['kuchhal@chromium.org'],
146 'importer': ['kuchhal@chromium.org'],
147 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org',
148 'hclam@chromium.org', 'scherkus@chromium.org'],
149 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
150 'linux-sandboxing': ['agl@chromium.org'],
151 'sync': ['tim@chromium.org', 'nick@chromium.org',
152 'idana@chromium.org'],
153 'layout_tests': ['pam+watch@chromium.org', 'dpranke+watch@chromium.org'],
154 'tools': ['pam+watch@chromium.org'],
155 'tests': ['phajdan.jr@chromium.org'],
156 'automation': ['phajdan.jr@chromium.org'],
157 'chrome_frame' : ['amit@chromium.org'],
158 'nacl' : ['native-client-reviews@googlegroups.com'],
159 'appcache': ['michaeln@chromium.org'],
160 'gpu': ['apatrick@chromium.org'],
161 'locale_settings': ['finnur+watch@chromium.org'],
162 'options_dialog_content': ['finnur+watch@chromium.org'],