blob: 7e12a5df842db50602a89819a9d95aae084cac07 [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 'download': {
43 'filepath': 'download|save_',
44 },
45 'history': {
46 'filepath': 'chrome/browser/history/.*',
47 },
48 'renderer': {
[email protected]b1f54d12009-11-02 22:59:1749 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
50 'chrome/common/render.*',
[email protected]a3838612009-10-13 21:57:5451 },
52 'safe_browsing': {
[email protected]b1f54d12009-11-02 22:59:1753 'filepath': 'chrome/browser/safe_browsing/.*|'\
54 'chrome/browser/renderer_host/safe.*',
[email protected]a3838612009-10-13 21:57:5455 },
56 'tab_contents': {
57 'filepath': 'chrome/browser/tab_contents/.*',
58 },
59 'webkit': {
60 'filepath': 'webkit/.*',
61 },
62 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1763 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
64 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5465 },
66 'worker': {
[email protected]b1f54d12009-11-02 22:59:1767 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
68 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5469 },
70 'net': {
71 'filepath': 'net/.*',
72 },
73 'ftp': {
74 'filepath': 'ftp',
75 },
76 'installer': {
77 'filepath': 'chrome/installer/.*',
78 },
79 'importer': {
80 'filepath': '.*import.*',
81 },
82 'media': {
[email protected]464791b2010-03-02 20:26:2383 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
[email protected]c06dca682010-06-22 01:33:4284 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:5485 },
86 'ipc': {
87 'filepath': 'ipc/ipc.*',
88 },
89 'linux-sandboxing': {
90 'filepath': 'sandbox/linux/.*',
91 },
92 'sync': {
[email protected]b1f54d12009-11-02 22:59:1793 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
94 'chrome/test/live_sync/.*',
[email protected]a3838612009-10-13 21:57:5495 },
96 'layout_tests': {
97 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
98 },
99 'tools': {
100 'filepath': 'tools/.*',
101 },
102 'tests': {
103 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
104 },
105 'automation': {
106 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
107 },
108 'chrome_frame': {
109 'filepath': 'chrome_frame/.*',
110 },
111 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17112 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29113 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54114 },
[email protected]374a93c2009-11-05 21:45:56115 'appcache': {
116 'filepath': 'appcache/.*',
117 },
[email protected]87e84f962009-12-22 22:28:03118 'gpu': {
119 'filepath': 'gpu/.*',
120 },
[email protected]a3ce4262010-02-05 17:46:25121 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52122 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25123 },
124 'options_dialog_content': {
125 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
126 'chrome/browser/views/options/general_page_view.h',
127 },
[email protected]88abb082010-04-15 21:19:08128 'chromeos': {
129 'filepath': 'chrome/browser/chromeos/.*',
130 },
[email protected]d5fa18c42010-06-01 22:33:31131 'npapi_headers': {
132 'filepath': 'third_party/npapi/bindings/.*',
133 },
[email protected]304359bf2010-06-10 16:06:02134 'remoting': {
135 'filepath': 'remoting/.*',
136 },
[email protected]900e4962010-07-19 19:06:44137 'domui_options' : {
138 'filepath': 'chrome/browser/resources/options/.*|'\
139 'chrome/browser/resources/options.html|'\
140 'chrome/browser/dom_ui/options_ui.cc|'\
141 'chrome/browser/dom_ui/core_options_handler.cc',
142 },
[email protected]84ba35e32010-08-06 17:22:39143 'cookie_monster': {
144 'filepath': 'net/base/cookie_.*|'\
145 'chrome/browser/net/sqlite_persistent_cookie_store.*',
146 },
[email protected]b3399272010-08-10 19:49:29147 'autofill': {
148 'filepath': 'chrome/app/nibs/AutoFill.*|'\
149 'chrome/browser/autofill/.*|'\
150 'chrome/browser/dom_ui/autofill_.*|'\
151 'chrome/browser/sync/glue/autofill_.*|'\
152 'chrome/browser/views/autofill_.*|'\
153 'chrome/renderer/autofill_.*|'\
154 'chrome/renderer/form_manager.*',
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]a3838612009-10-13 21:57:54163 'mac': ['[email protected]', '[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]a3838612009-10-13 21:57:54170 'download': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29171 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03172 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29173 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54174 'safe_browsing': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29175 'tab_contents': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03176 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45177 'plugin': ['[email protected]', '[email protected]',
178 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54179 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17180 'extension': ['[email protected]',
181 '[email protected]',
182 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43183 'net': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54184 'ftp': ['[email protected]'],
185 'installer': ['[email protected]'],
186 'importer': ['[email protected]'],
187 'media': ['[email protected]', '[email protected]',
188 '[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03189 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54190 'linux-sandboxing': ['[email protected]'],
191 'sync': ['[email protected]', '[email protected]',
[email protected]6f553002010-06-29 01:52:42192 '[email protected]', '[email protected]'],
[email protected]5f38fc042010-01-21 02:18:27193 'layout_tests': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54194 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22195 'tests': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54196 'automation': ['[email protected]'],
197 'chrome_frame' : ['[email protected]'],
198 'nacl' : ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56199 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03200 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52201 'locale_settings': ['[email protected]'],
202 'options_dialog_content': ['[email protected]'],
[email protected]88abb082010-04-15 21:19:08203 'chromeos': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31204 'npapi_headers': ['[email protected]'],
[email protected]304359bf2010-06-10 16:06:02205 'remoting': ['[email protected]', '[email protected]',
[email protected]b3399272010-08-10 19:49:29206 '[email protected]', '[email protected]',
207 '[email protected]'],
[email protected]900e4962010-07-19 19:06:44208 'domui_options': ['[email protected]'],
[email protected]84ba35e32010-08-06 17:22:39209 'cookie_monster': ['[email protected]'],
[email protected]b3399272010-08-10 19:49:29210 'autofill': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54211 },
212}