blob: cbb3e589365d58fa34885dd4714b24d295631958 [file] [log] [blame]
[email protected]be853e52010-03-21 16:39:081# Copyright (c) 2010 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
8
9{
10 'WATCHLIST_DEFINITIONS': {
11 'this_file': {
[email protected]b1f54d12009-11-02 22:59:1712 'filepath': '^WATCHLISTS$',
[email protected]a3838612009-10-13 21:57:5413 },
14 'valgrind': {
15 'filepath': 'valgrind',
16 },
[email protected]a3838612009-10-13 21:57:5417 'mac': {
18 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
19 },
20 'base': {
21 'filepath': '^base/.*',
22 },
23 'extension': {
24 'filepath': 'extension',
25 },
26 'views': {
27 # Applies to all files and subdirs within this directory.
28 'filepath': 'views/.*',
29 },
30 'browser': {
31 'filepath': 'chrome/browser/.*',
32 },
[email protected]bf1ca902010-03-23 17:34:2933 'browser_main': {
34 'filepath': 'chrome/browser/browser_main.cc',
35 },
[email protected]cabd51c2010-03-17 16:38:1136 'browser_resources': {
37 'filepath': 'chrome/browser/resources/.*',
38 },
[email protected]e70e11022010-03-30 15:27:1039 'chromeos_login': {
40 'filepath': 'chrome/browser/chromeos/login/.*',
[email protected]fe4d4f02010-03-30 18:48:3241 },
[email protected]a3838612009-10-13 21:57:5442 'history': {
43 'filepath': 'chrome/browser/history/.*',
44 },
45 'renderer': {
[email protected]b1f54d12009-11-02 22:59:1746 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
47 'chrome/common/render.*',
[email protected]a3838612009-10-13 21:57:5448 },
[email protected]a3838612009-10-13 21:57:5449 'tab_contents': {
50 'filepath': 'chrome/browser/tab_contents/.*',
51 },
52 'webkit': {
53 'filepath': 'webkit/.*',
54 },
55 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1756 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
57 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5458 },
59 'worker': {
[email protected]b1f54d12009-11-02 22:59:1760 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
61 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5462 },
63 'net': {
64 'filepath': 'net/.*',
65 },
66 'ftp': {
67 'filepath': 'ftp',
68 },
69 'installer': {
70 'filepath': 'chrome/installer/.*',
71 },
72 'importer': {
73 'filepath': '.*import.*',
74 },
75 'media': {
[email protected]464791b2010-03-02 20:26:2376 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
[email protected]c06dca682010-06-22 01:33:4277 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:5478 },
79 'ipc': {
80 'filepath': 'ipc/ipc.*',
81 },
82 'linux-sandboxing': {
83 'filepath': 'sandbox/linux/.*',
84 },
85 'sync': {
[email protected]b1f54d12009-11-02 22:59:1786 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
87 'chrome/test/live_sync/.*',
[email protected]a3838612009-10-13 21:57:5488 },
89 'layout_tests': {
90 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
91 },
92 'tools': {
93 'filepath': 'tools/.*',
94 },
95 'tests': {
96 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
97 },
98 'automation': {
99 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
100 },
101 'chrome_frame': {
102 'filepath': 'chrome_frame/.*',
103 },
104 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17105 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29106 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54107 },
[email protected]374a93c2009-11-05 21:45:56108 'appcache': {
109 'filepath': 'appcache/.*',
110 },
[email protected]87e84f962009-12-22 22:28:03111 'gpu': {
112 'filepath': 'gpu/.*',
113 },
[email protected]a3ce4262010-02-05 17:46:25114 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52115 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25116 },
117 'options_dialog_content': {
118 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
119 'chrome/browser/views/options/general_page_view.h',
120 },
[email protected]88abb082010-04-15 21:19:08121 'chromeos': {
122 'filepath': 'chrome/browser/chromeos/.*',
123 },
[email protected]d5fa18c42010-06-01 22:33:31124 'npapi_headers': {
125 'filepath': 'third_party/npapi/bindings/.*',
126 },
[email protected]304359bf2010-06-10 16:06:02127 'remoting': {
128 'filepath': 'remoting/.*',
129 },
[email protected]900e4962010-07-19 19:06:44130 'domui_options' : {
131 'filepath': 'chrome/browser/resources/options/.*|'\
132 'chrome/browser/resources/options.html|'\
133 'chrome/browser/dom_ui/options_ui.cc|'\
134 'chrome/browser/dom_ui/core_options_handler.cc',
135 },
[email protected]84ba35e32010-08-06 17:22:39136 'cookie_monster': {
137 'filepath': 'net/base/cookie_.*|'\
138 'chrome/browser/net/sqlite_persistent_cookie_store.*',
139 },
[email protected]b3399272010-08-10 19:49:29140 'autofill': {
141 'filepath': 'chrome/app/nibs/AutoFill.*|'\
142 'chrome/browser/autofill/.*|'\
143 'chrome/browser/dom_ui/autofill_.*|'\
144 'chrome/browser/sync/glue/autofill_.*|'\
145 'chrome/browser/views/autofill_.*|'\
146 'chrome/renderer/autofill_.*|'\
147 'chrome/renderer/form_manager.*',
148 },
[email protected]b8a0f8fa2010-09-02 18:35:55149 'webdata': {
150 'filepath': 'chrome/browser/webdata/.*',
151 },
[email protected]7a7a13b2010-08-25 01:10:59152 'i18n': {
153 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
154 '.*locale_settings.*|.*encoding.*',
155 },
[email protected]a3838612009-10-13 21:57:54156 },
157
158 'WATCHLISTS': {
159 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51160 'valgrind': ['[email protected]',
[email protected]8d1ff5b82010-08-04 19:12:45161 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51162 '[email protected]'],
[email protected]44af3092010-08-31 18:01:14163 'mac': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29164 'base': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54165 'views': ['[email protected]'],
166 'browser': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00167 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11168 'browser_resources': ['[email protected]'],
[email protected]e70e11022010-03-30 15:27:10169 'chromeos_login': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29170 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03171 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29172 '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29173 'tab_contents': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03174 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45175 'plugin': ['[email protected]', '[email protected]',
176 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54177 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17178 'extension': ['[email protected]',
179 '[email protected]',
180 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43181 'net': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54182 'ftp': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54183 'media': ['[email protected]', '[email protected]',
[email protected]91bfaae2010-09-29 02:19:33184 '[email protected]', '[email protected]',
185 '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03186 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54187 'linux-sandboxing': ['[email protected]'],
188 'sync': ['[email protected]', '[email protected]',
[email protected]6f553002010-06-29 01:52:42189 '[email protected]', '[email protected]'],
[email protected]c8b96f9f2010-09-30 00:40:46190 'layout_tests': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54191 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22192 'tests': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54193 'automation': ['[email protected]'],
194 'chrome_frame' : ['[email protected]'],
195 'nacl' : ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56196 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03197 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52198 'locale_settings': ['[email protected]'],
199 'options_dialog_content': ['[email protected]'],
[email protected]88abb082010-04-15 21:19:08200 'chromeos': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31201 'npapi_headers': ['[email protected]'],
[email protected]304359bf2010-06-10 16:06:02202 'remoting': ['[email protected]', '[email protected]',
[email protected]b3399272010-08-10 19:49:29203 '[email protected]', '[email protected]',
204 '[email protected]'],
[email protected]900e4962010-07-19 19:06:44205 'domui_options': ['[email protected]'],
[email protected]84ba35e32010-08-06 17:22:39206 'cookie_monster': ['[email protected]'],
[email protected]dbf91a12010-08-25 23:48:08207 'autofill': ['[email protected]', '[email protected]'],
[email protected]b8a0f8fa2010-09-02 18:35:55208 'webdata': ['[email protected]'],
[email protected]7a7a13b2010-08-25 01:10:59209 'i18n': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54210 },
211}