blob: 2ac0698f073f096fa24cbc79d468e4ffb94ca8f5 [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
[email protected]f76c8852012-06-21 16:37:0013 'accelerator_table': {
14 'filepath': 'ash/accelerators/accelerator_table\.cc' \
15 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5416 },
[email protected]f76c8852012-06-21 16:37:0017 'accessibility': {
[email protected]f2f0fbb92012-07-14 15:52:4918 'filepath': 'chrome/browser/accessibility/' \
19 '|content/browser/accessibility/' \
20 '|chrome/.*accessib' \
21 '|ui/base/accessibility/' \
22 '|ui/views/accessibility/'
[email protected]a3838612009-10-13 21:57:5423 },
[email protected]d2cdf342012-08-07 11:00:0224 'android_infra': {
25 'filepath': 'build/android/' \
26 '|testing/android/' \
27 '|tools/android/'
28 },
[email protected]8a197f22012-06-22 14:59:0529 'app_list': {
[email protected]f2f0fbb92012-07-14 15:52:4930 'filepath': 'ui/app_list/',
[email protected]8a197f22012-06-22 14:59:0531 },
[email protected]374a93c2009-11-05 21:45:5632 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4933 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5634 },
[email protected]f76c8852012-06-21 16:37:0035 'aura': {
[email protected]f2f0fbb92012-07-14 15:52:4936 'filepath': 'ui/aura/|'\
37 'ash/',
[email protected]84ba35e32010-08-06 17:22:3938 },
[email protected]b3399272010-08-10 19:49:2939 'autofill': {
[email protected]f2f0fbb92012-07-14 15:52:4940 'filepath': 'chrome/browser/autofill/|'\
41 'chrome/browser/resources/options/autofill_|'\
42 'chrome/browser/sync/glue/autofill_|'\
43 'chrome/browser/ui/webui/options/autofill_|'\
44 'chrome/renderer/autofill/|'\
45 'chrome/test/data/autofill/|'\
46 'chrome/test/data/autofill/heuristics/input/|'\
47 'chrome/test/data/autofill/heuristics/output/|'\
48 'chrome/test/data/autofill/merge/input/|'\
49 'chrome/test/data/autofill/merge/output/|'\
50 'webkit/forms/',
[email protected]b3399272010-08-10 19:49:2951 },
[email protected]f76c8852012-06-21 16:37:0052 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:4953 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:5554 },
[email protected]f76c8852012-06-21 16:37:0055 'base': {
[email protected]f2f0fbb92012-07-14 15:52:4956 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:5957 },
[email protected]1ed5e0fd2012-07-19 00:19:0558 'base_memory': {
59 'filepath': '^base/memory',
60 },
[email protected]f76c8852012-06-21 16:37:0061 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:4962 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:2563 },
[email protected]f76c8852012-06-21 16:37:0064 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:4965 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:2566 },
[email protected]22650d22012-07-18 17:02:3567 'browser_components': {
[email protected]c7c52482012-08-29 20:59:0868 'filepath': 'chrome/browser/autofill/|chrome/browser/history/|chrome/browser/bookmarks/',
[email protected]22650d22012-07-18 17:02:3569 },
[email protected]f76c8852012-06-21 16:37:0070 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:4971 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:1872 },
[email protected]f76c8852012-06-21 16:37:0073 'browser_main': {
74 'filepath': 'chrome/browser/browser_main.cc',
75 },
76 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:4977 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:0078 },
[email protected]0ce480532012-07-20 12:33:2079 'browsing_data': {
80 'filepath': 'chrome/browser/browsing_data/',
81 },
[email protected]f76c8852012-06-21 16:37:0082 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:4983 'filepath': 'ui/views/bubble/|'\
84 'chrome/browser/ui/views/bubble/',
[email protected]f76c8852012-06-21 16:37:0085 },
86 'chrome_frame': {
[email protected]f2f0fbb92012-07-14 15:52:4987 'filepath': 'chrome_frame/',
[email protected]ee6ded32011-01-24 14:33:2788 },
[email protected]d5b21972012-07-20 02:06:0189 'chrome_views': {
90 'filepath': 'chrome/browser/ui/views',
91 },
[email protected]f7bf8ba2011-02-24 22:28:4692 'chromedriver': {
93 'filepath': 'chrome/test/webdriver|third_party/webdriver'
94 },
[email protected]f76c8852012-06-21 16:37:0095 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:4996 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:0197 },
[email protected]f76c8852012-06-21 16:37:0098 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:4999 'filepath': 'chrome/browser/chromeos/login/|'\
100 'chrome/browser/ui/webui/chromeos/login/|'\
101 'chrome/browser/resources/chromeos/login/',
[email protected]a791dac2011-04-07 23:22:57102 },
[email protected]f76c8852012-06-21 16:37:00103 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49104 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
105 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12106 },
[email protected]cef7a6d2011-04-29 20:49:07107 'clang_update': {
108 'filepath': 'tools/clang/scripts/update.sh'
109 },
[email protected]f76c8852012-06-21 16:37:00110 'clipboard': {
111 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02112 },
[email protected]6acd6d22012-08-03 15:00:45113 'contacts': {
114 'filepath': 'chrome/browser/chromeos/contacts/|'\
115 'chrome/browser/chromeos/gdata/gdata_contacts_service',
116 },
[email protected]f76c8852012-06-21 16:37:00117 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49118 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00119 },
120 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49121 'filepath': 'net/cookies/|'\
122 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00123 },
[email protected]bab2a832012-07-11 23:29:41124 'disk_cache': {
125 'filepath': 'net/disk_cache/|http_cache',
126 },
[email protected]f76c8852012-06-21 16:37:00127 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49128 'filepath': 'net/base/host_resolver|' \
129 'net/base/host_cache|' \
130 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00131 },
132 'domui_options': {
[email protected]f2f0fbb92012-07-14 15:52:49133 'filepath': 'chrome/browser/resources/options/|'\
[email protected]f76c8852012-06-21 16:37:00134 'chrome/browser/resources/options.html|'\
[email protected]f2f0fbb92012-07-14 15:52:49135 'chrome/browser/ui/webui/options/',
[email protected]f76c8852012-06-21 16:37:00136 },
137 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49138 'filepath': 'chrome/browser/download/|'\
139 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51140 },
[email protected]ca872e362011-07-12 21:06:03141 'downloads_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49142 'filepath': 'chrome/browser/resources/.*downloads\.' \
143 '|chrome/browser/ui/webui/.*downloads' \
144 '|chrome/browser/ui/views/download/' \
145 '|chrome/browser/ui/cocoa/download/' \
146 '|chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03147 },
[email protected]f76c8852012-06-21 16:37:00148 'extension': {
149 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45150 },
[email protected]f76c8852012-06-21 16:37:00151 'fileapi': {
[email protected]f2f0fbb92012-07-14 15:52:49152 'filepath': 'file_system/' \
153 '|fileapi/'
[email protected]80919512011-08-03 08:51:04154 },
[email protected]f76c8852012-06-21 16:37:00155 'filebrowse': {
156 'filepath': 'file_browser' \
157 '|file_manager' \
158 '|filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39159 },
[email protected]f76c8852012-06-21 16:37:00160 'ftp': {
161 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39162 },
[email protected]f76c8852012-06-21 16:37:00163 'fullscreen_controller': {
164 'filepath': 'fullscreen_controller',
165 },
[email protected]f93b7382012-08-09 20:53:16166 'gdata': {
[email protected]f76c8852012-06-21 16:37:00167 'filepath': 'gdata'
168 },
[email protected]f93b7382012-08-09 20:53:16169 'gfx_image': {
170 'filepath': 'ui/gfx/image/',
171 },
[email protected]f76c8852012-06-21 16:37:00172 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49173 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00174 },
175 'history': {
[email protected]f2f0fbb92012-07-14 15:52:49176 'filepath': 'chrome/browser/history/',
[email protected]f76c8852012-06-21 16:37:00177 },
178 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49179 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00180 },
181 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49182 'filepath': 'base/i18n/|base/string|l10n|icu|'\
183 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00184 },
185 'imageburner': {
186 'filepath': 'imageburner'
187 },
188 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49189 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00190 },
191 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49192 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00193 },
[email protected]56b4b09d32012-07-27 18:28:41194 'instant': {
195 'filepath': 'instant|searchbox',
196 },
[email protected]f76c8852012-06-21 16:37:00197 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49198 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00199 },
200 'labs': {
201 'filepath': 'chrome/browser/labs' \
202 '|chrome/browser/dom_ui/labs'
203 },
204 'layout_tests': {
[email protected]f2f0fbb92012-07-14 15:52:49205 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
[email protected]f76c8852012-06-21 16:37:00206 },
207 'linux-sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49208 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00209 },
210 'linux-seccomp-bpf': {
211 'filepath': 'content/common/sandbox_init_linux.cc',
212 },
213 'locale_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49214 'filepath': 'chrome/app/resources/locale_settings',
[email protected]f76c8852012-06-21 16:37:00215 },
216 'mac': {
217 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
218 },
219 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49220 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00221 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00222 },
223 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49224 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00225 },
226 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49227 'filepath': 'base/metrics/'\
228 '|chrome/browser/metrics/'\
229 '|chrome/common/metrics/'\
230 '|chrome_frame/metrics'\
231 '|chrome/browser/chromeos/external_metrics'\
232 '|chrome/browser/extensions/api/metrics/metrics'\
233 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00234 '|content/browser/user_metrics.cc'\
235 '|content/public/browser/user_metrics.h'\
236 '|chrome/tools/extract_actions.py'
237 },
238 'mouse_lock': {
239 'filepath': 'mouse_lock',
240 },
241 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49242 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
243 'chrome/browser/nacl_host/|chrome/common/nacl',
[email protected]f76c8852012-06-21 16:37:00244 },
245 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49246 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00247 },
248 'net_error_list': {
249 'filepath': 'net/base/net_error_list.h',
250 },
251 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49252 'filepath': 'net/base/net_log|' \
253 'chrome/browser/net/.*net_log|' \
254 'chrome/browser/net/passive_log_collector|' \
255 'chrome/browser/resources/net_internals/|' \
256 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00257 },
258 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49259 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00260 },
261 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49262 'filepath': 'chrome/browser/resources/ntp4/|'\
263 'chrome/browser/resources/touch_ntp/|'\
264 'chrome/browser/resources/touch_ntp/|'\
265 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00266 },
267 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49268 'filepath': 'chrome/browser/autocomplete/'\
269 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00270 },
271 'panels': {
[email protected]f2f0fbb92012-07-14 15:52:49272 'filepath': 'chrome/browser/ui/panels/',
[email protected]f76c8852012-06-21 16:37:00273 },
274 'pepper_api': {
[email protected]f2f0fbb92012-07-14 15:52:49275 'filepath': 'ppapi/c/',
[email protected]f76c8852012-06-21 16:37:00276 },
277 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49278 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
279 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00280 },
281 'prerender': {
[email protected]78375a52012-07-14 14:47:57282 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00283 },
284 'pyauto': {
285 'filepath': 'chrome/test/pyautolib' \
286 '|chrome/test/functional' \
287 '|chrome/browser/automation/automation_provider_json'
288 },
289 'remoting': {
[email protected]f2f0fbb92012-07-14 15:52:49290 'filepath': 'remoting/',
[email protected]f76c8852012-06-21 16:37:00291 },
292 'renderer': {
[email protected]f2f0fbb92012-07-14 15:52:49293 'filepath': 'chrome/browser/renderer_host/|chrome/renderer/|'\
294 'chrome/common/render',
[email protected]f76c8852012-06-21 16:37:00295 },
[email protected]21cd39b2012-06-28 01:48:40296 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49297 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40298 },
[email protected]f76c8852012-06-21 16:37:00299 'sessions': {
[email protected]f2f0fbb92012-07-14 15:52:49300 'filepath': 'chrome/browser/sessions/',
[email protected]f76c8852012-06-21 16:37:00301 },
302 'shell_window': {
[email protected]f2f0fbb92012-07-14 15:52:49303 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/shell'
[email protected]f76c8852012-06-21 16:37:00304 },
305 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49306 'filepath': 'content/browser/site_instance|'\
307 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00308 },
309 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49310 'filepath': 'chrome/browser/speech/'\
311 '|content/browser/speech/'\
312 '|content/common/.*speech'\
313 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00314 },
315 'sync': {
[email protected]f2f0fbb92012-07-14 15:52:49316 'filepath': 'chrome/browser/sync/',
[email protected]f76c8852012-06-21 16:37:00317 },
318 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49319 'filepath': 'chrome/browser/tab_contents/|'\
320 'content/browser/tab_contents/|'\
321 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00322 },
323 'task_manager': {
324 'filepath': 'task_manager'
325 },
326 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49327 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52328 },
[email protected]1cbbb30b2011-10-14 08:03:56329 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49330 'filepath': 'content/browser/renderer_host/gtk_im'\
331 '|content/browser/renderer_host/gtk_key'\
332 '|content/browser/renderer_host/render_widget_host_view'\
333 '|content/browser/renderer_host/text_input'\
334 '|ui/base/ime/'\
335 '|ui/base/gtk/event'\
336 '|ui/base/gtk/gtk_im'\
337 '|ui/base/keycodes/'\
338 '|ui/base/win/ime'\
339 '|ui/views/controls/textfield/'\
340 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56341 },
[email protected]3a117c62011-11-29 04:28:02342 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49343 'filepath': 'chrome/browser/chromeos/input_method/'\
344 '|chrome/browser/chromeos/extensions/input_method'\
345 '|chrome/browser/chromeos/status/input_method'\
346 '|chrome/browser/extensions/extension_input_'\
347 '|chrome/browser/resources/keyboard'\
348 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43349 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49350 'chromeos/.*(language|keyboard)'\
351 '|chrome/browser/ui/webui/options/language'
[email protected]3a117c62011-11-29 04:28:02352 },
[email protected]f76c8852012-06-21 16:37:00353 'this_file': {
354 'filepath': '^WATCHLISTS$',
[email protected]1cbbb30b2011-10-14 08:03:56355 },
[email protected]f76c8852012-06-21 16:37:00356 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49357 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09358 },
[email protected]f76c8852012-06-21 16:37:00359 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49360 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05361 },
[email protected]6b5093c2012-05-23 19:10:18362 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49363 'filepath': 'ui/resources/'\
364 '|ui/base/native_theme/resources/'\
365 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18366 },
[email protected]f76c8852012-06-21 16:37:00367 'valgrind': {
368 'filepath': 'valgrind',
369 },
370 'views': {
371 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49372 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00373 },
374 'views_core': {
375 'filepath': 'ui/views/view.h|'\
376 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49377 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00378 },
[email protected]d9010032012-07-16 22:50:30379 'webintents': {
380 'filepath': 'chrome/browser/intents/.*'\
381 '|chrome/browser/ui/intents/.*'\
382 '|chrome/browser/webdata/.*intent.*'\
383 '|chrome/browser/ui/webui/options2/.*intent.*'\
384 '|chrome/browser/ui/cocoa/.*intent.*'\
385 '|chrome/browser/ui/gtk/.*intent.*'\
386 '|chrome/browser/ui/views/.*intent.*'\
387 '|content/browser/intents/.*'\
388 '|content/common/intents.*'\
389 '|content/public/browser/.*intent.*'
390 '|webkit/glue/.*intent.*'
391 },
[email protected]208879542012-07-05 11:15:34392 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49393 'filepath': 'chrome/browser/content_settings/'\
394 '|chrome/browser/ui/views/website_settings/'\
395 '|chrome/browser/ui/website_settings/'\
396 '|chrome/common/content_settings',
[email protected]208879542012-07-05 11:15:34397 },
[email protected]f76c8852012-06-21 16:37:00398 'webkit': {
[email protected]f2f0fbb92012-07-14 15:52:49399 'filepath': 'webkit/',
[email protected]f76c8852012-06-21 16:37:00400 },
401 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49402 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
403 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00404 },
405 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49406 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
407 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
408 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00409 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49410 'xinput_hierarchy_changed_event_listener\.' \
411 '|chrome/browser/chromeos/wm_' \
412 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40413 },
[email protected]a3838612009-10-13 21:57:54414 },
[email protected]ca872e362011-07-12 21:06:03415
[email protected]a3838612009-10-13 21:57:54416 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00417 'accelerator_table': ['[email protected]',
418 '[email protected]',
419 '[email protected]'],
420 'accessibility': ['[email protected]',
421 '[email protected]',
422 '[email protected]',
423 '[email protected]',
424 '[email protected]',
425 '[email protected]',
426 '[email protected]',
427 '[email protected]',
428 '[email protected]'],
[email protected]d2cdf342012-08-07 11:00:02429 'android_infra': ['[email protected]',
430 '[email protected]',
[email protected]124d9b12012-08-24 10:44:58431 '[email protected]',
432 '[email protected]'],
[email protected]8a197f22012-06-22 14:59:05433 'app_list': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00434 'appcache': ['[email protected]'],
435 'aura': ['[email protected]', '[email protected]'],
436 'autofill': ['[email protected]', '[email protected]',
437 '[email protected]'],
[email protected]be4f8662012-01-02 15:59:59438 'automation': ['[email protected]',
[email protected]73f3435e2011-10-14 13:20:21439 '[email protected]'],
[email protected]61354e42012-08-09 16:57:01440 'base': ['[email protected]', '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05441 'base_memory': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18442 'browser_chromeos': ['[email protected]',
443 '[email protected]',
444 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35445 'browser_components': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00446 'browser_compositor': ['[email protected]', '[email protected]',
[email protected]21cd39b2012-06-28 01:48:40447 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00448 'browser_main': ['[email protected]'],
449 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:20450 'browsing_data': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00451 'bubble': ['[email protected]', '[email protected]'],
452 'chrome_frame': ['[email protected]', '[email protected]',
453 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:01454 'chrome_views': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00455 'chromedriver': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18456 'chromeos' : ['[email protected]',
457 '[email protected]'],
[email protected]93a564782011-09-28 14:20:31458 'chromeos_webui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00459 'clang_update': ['[email protected]', '[email protected]',
460 '[email protected]'],
461 'clipboard': ['[email protected]'],
[email protected]6acd6d22012-08-03 15:00:45462 'contacts': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00463 'content': ['[email protected]', '[email protected]',
[email protected]ad74c372012-06-28 11:02:58464 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00465 'cookie_monster': ['[email protected]', '[email protected]',
466 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:41467 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00468 'dns': ['[email protected]'],
469 'download': ['[email protected]'],
470 'downloads_ui': ['[email protected]', '[email protected]'],
471 'extension': ['[email protected]',
472 '[email protected]'],
473 'fileapi': ['[email protected]'],
474 'filebrowse': ['[email protected]'],
475 'ftp': ['[email protected]'],
476 'fullscreen_controller': ['[email protected]'],
477 'gdata': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:16478 'gfx_image': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00479 'gpu': ['[email protected]'],
480 'history': ['[email protected]'],
481 'history_ui': ['[email protected]'],
482 'i18n': ['[email protected]'],
483 'imageburner': ['[email protected]', '[email protected]'],
484 'importer': ['[email protected]'],
485 'installer': ['[email protected]'],
[email protected]c0baf2352012-08-01 02:52:57486 'instant': ['[email protected]', '[email protected]',
487 '[email protected]', '[email protected]',
488 '[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00489 'ipc': ['[email protected]', '[email protected]'],
490 'labs': ['[email protected]'],
491 'linux-sandboxing': ['[email protected]', '[email protected]'],
492 'linux-seccomp-bpf': ['[email protected]'],
493 'locale_settings': ['[email protected]'],
494 'media': ['[email protected]'],
495 'message_loop': ['[email protected]'],
496 'metrics': ['[email protected]',
497 '[email protected]',
498 '[email protected]'],
499 'mouse_lock': ['[email protected]'],
500 'nacl': ['[email protected]'],
501 'net': ['[email protected]', '[email protected]'],
502 'net_error_list': ['[email protected]'],
503 'net_log': ['[email protected]', '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31504 'npapi_headers': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00505 'ntp': ['[email protected]', '[email protected]'],
506 'omnibox': ['[email protected]'],
507 'panels': ['[email protected]', '[email protected]',
508 '[email protected]', '[email protected]'],
509 'pepper_api': ['[email protected]', '[email protected]',
510 '[email protected]', '[email protected]'],
511 'plugin': ['[email protected]', '[email protected]',
512 '[email protected]'],
513 'prerender': ['[email protected]', '[email protected]',
[email protected]78375a52012-07-14 14:47:57514 '[email protected]', '[email protected]',
515 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00516 'pyauto': ['[email protected]',
517 '[email protected]', '[email protected]',
518 '[email protected]'],
[email protected]e2c1e292012-01-25 23:40:34519 'remoting': ['[email protected]',
520 '[email protected]',
521 '[email protected]',
[email protected]84cdbcc42011-11-17 01:01:01522 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07523 '[email protected]',
524 '[email protected]',
525 '[email protected]',
526 '[email protected]',
[email protected]6ceb3fc52011-12-08 22:04:34527 '[email protected]',
528 '[email protected]',
529 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00530 'renderer': ['[email protected]',
531 '[email protected]'],
[email protected]21cd39b2012-06-28 01:48:40532 'search': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00533 'sessions': ['[email protected]'],
534 'shell_window': ['[email protected]'],
535 'site_instance': ['[email protected]', '[email protected]'],
536 'speech': ['[email protected]'],
537 'sync': ['[email protected]', '[email protected]',
538 '[email protected]', '[email protected]'],
539 'tab_contents': ['[email protected]', '[email protected]',
540 '[email protected]', '[email protected]'],
[email protected]531b1532011-08-11 03:52:01541 'task_manager': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00542 'tests': [],
[email protected]494f3cf2011-11-14 07:14:02543 'textinput': ['[email protected]',
544 '[email protected]',
545 '[email protected]'],
[email protected]3a117c62011-11-29 04:28:02546 'textinput_chromeos': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00547 'this_file': ['[email protected]'],
548 'tools': ['[email protected]'],
549 'tools_emacs': ['[email protected]',
550 '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18551 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00552 'valgrind': ['[email protected]',
553 '[email protected]',
554 '[email protected]'],
555 'views': ['[email protected]'],
556 'views_core': ['[email protected]'],
[email protected]d9010032012-07-16 22:50:30557 'webintents': [
558 '[email protected]',
[email protected]30207982012-08-10 00:25:20559 '[email protected]',
560 '[email protected]'],
[email protected]208879542012-07-05 11:15:34561 'website_settings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00562 'webkit': ['[email protected]'],
563 'worker': ['[email protected]'],
564 'x11': ['[email protected]',
565 '[email protected]',
566 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54567 },
568}