blob: 57cbb2c93557f380b0322176fb069c5adfef1bf5 [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]8b13e302010-10-01 09:33:4542 'download': {
43 'filepath': 'chrome/browser/download/.*',
44 },
[email protected]a3838612009-10-13 21:57:5445 '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 },
[email protected]a3838612009-10-13 21:57:5452 'tab_contents': {
53 'filepath': 'chrome/browser/tab_contents/.*',
54 },
55 'webkit': {
56 'filepath': 'webkit/.*',
57 },
58 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1759 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
60 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5461 },
62 'worker': {
[email protected]b1f54d12009-11-02 22:59:1763 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
64 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5465 },
66 'net': {
67 'filepath': 'net/.*',
68 },
69 'ftp': {
70 'filepath': 'ftp',
71 },
72 'installer': {
73 'filepath': 'chrome/installer/.*',
74 },
75 'importer': {
76 'filepath': '.*import.*',
77 },
78 'media': {
[email protected]464791b2010-03-02 20:26:2379 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
[email protected]c06dca682010-06-22 01:33:4280 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:5481 },
82 'ipc': {
83 'filepath': 'ipc/ipc.*',
84 },
85 'linux-sandboxing': {
86 'filepath': 'sandbox/linux/.*',
87 },
88 'sync': {
[email protected]b1f54d12009-11-02 22:59:1789 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
90 'chrome/test/live_sync/.*',
[email protected]a3838612009-10-13 21:57:5491 },
92 'layout_tests': {
93 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
94 },
95 'tools': {
96 'filepath': 'tools/.*',
97 },
98 'tests': {
99 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
100 },
101 'automation': {
102 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
103 },
104 'chrome_frame': {
105 'filepath': 'chrome_frame/.*',
106 },
107 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17108 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29109 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54110 },
[email protected]374a93c2009-11-05 21:45:56111 'appcache': {
112 'filepath': 'appcache/.*',
113 },
[email protected]87e84f962009-12-22 22:28:03114 'gpu': {
115 'filepath': 'gpu/.*',
116 },
[email protected]a3ce4262010-02-05 17:46:25117 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52118 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25119 },
120 'options_dialog_content': {
121 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
122 'chrome/browser/views/options/general_page_view.h',
123 },
[email protected]88abb082010-04-15 21:19:08124 'chromeos': {
125 'filepath': 'chrome/browser/chromeos/.*',
126 },
[email protected]d5fa18c42010-06-01 22:33:31127 'npapi_headers': {
128 'filepath': 'third_party/npapi/bindings/.*',
129 },
[email protected]304359bf2010-06-10 16:06:02130 'remoting': {
131 'filepath': 'remoting/.*',
132 },
[email protected]900e4962010-07-19 19:06:44133 'domui_options' : {
134 'filepath': 'chrome/browser/resources/options/.*|'\
135 'chrome/browser/resources/options.html|'\
136 'chrome/browser/dom_ui/options_ui.cc|'\
137 'chrome/browser/dom_ui/core_options_handler.cc',
138 },
[email protected]84ba35e32010-08-06 17:22:39139 'cookie_monster': {
140 'filepath': 'net/base/cookie_.*|'\
141 'chrome/browser/net/sqlite_persistent_cookie_store.*',
142 },
[email protected]b3399272010-08-10 19:49:29143 'autofill': {
144 'filepath': 'chrome/app/nibs/AutoFill.*|'\
145 'chrome/browser/autofill/.*|'\
146 'chrome/browser/dom_ui/autofill_.*|'\
147 'chrome/browser/sync/glue/autofill_.*|'\
148 'chrome/browser/views/autofill_.*|'\
149 'chrome/renderer/autofill_.*|'\
150 'chrome/renderer/form_manager.*',
151 },
[email protected]b8a0f8fa2010-09-02 18:35:55152 'webdata': {
153 'filepath': 'chrome/browser/webdata/.*',
154 },
[email protected]7a7a13b2010-08-25 01:10:59155 'i18n': {
156 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
157 '.*locale_settings.*|.*encoding.*',
158 },
[email protected]34911482010-10-01 20:09:43159 'pyauto': {
160 'filepath': 'chrome/test/pyautolib' \
161 '|chrome/test/functional' \
162 '|chrome/browser/automation/automation_provider_json'
163 }
[email protected]a3838612009-10-13 21:57:54164 },
165
166 'WATCHLISTS': {
167 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51168 'valgrind': ['[email protected]',
[email protected]8d1ff5b82010-08-04 19:12:45169 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51170 '[email protected]'],
[email protected]44af3092010-08-31 18:01:14171 'mac': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29172 'base': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54173 'views': ['[email protected]'],
174 'browser': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00175 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11176 'browser_resources': ['[email protected]'],
[email protected]e70e11022010-03-30 15:27:10177 'chromeos_login': ['[email protected]'],
[email protected]8b13e302010-10-01 09:33:45178 'download': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29179 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03180 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29181 '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29182 'tab_contents': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03183 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45184 'plugin': ['[email protected]', '[email protected]',
185 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54186 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17187 'extension': ['[email protected]',
188 '[email protected]',
189 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43190 'net': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54191 'ftp': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54192 'media': ['[email protected]', '[email protected]',
[email protected]91bfaae2010-09-29 02:19:33193 '[email protected]', '[email protected]',
194 '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03195 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54196 'linux-sandboxing': ['[email protected]'],
197 'sync': ['[email protected]', '[email protected]',
[email protected]6f553002010-06-29 01:52:42198 '[email protected]', '[email protected]'],
[email protected]c8b96f9f2010-09-30 00:40:46199 'layout_tests': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54200 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22201 'tests': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54202 'automation': ['[email protected]'],
203 'chrome_frame' : ['[email protected]'],
204 'nacl' : ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56205 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03206 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52207 'locale_settings': ['[email protected]'],
208 'options_dialog_content': ['[email protected]'],
[email protected]88abb082010-04-15 21:19:08209 'chromeos': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31210 'npapi_headers': ['[email protected]'],
[email protected]304359bf2010-06-10 16:06:02211 'remoting': ['[email protected]', '[email protected]',
[email protected]b3399272010-08-10 19:49:29212 '[email protected]', '[email protected]',
213 '[email protected]'],
[email protected]900e4962010-07-19 19:06:44214 'domui_options': ['[email protected]'],
[email protected]84ba35e32010-08-06 17:22:39215 'cookie_monster': ['[email protected]'],
[email protected]dbf91a12010-08-25 23:48:08216 'autofill': ['[email protected]', '[email protected]'],
[email protected]b8a0f8fa2010-09-02 18:35:55217 'webdata': ['[email protected]'],
[email protected]7a7a13b2010-08-25 01:10:59218 'i18n': ['[email protected]'],
[email protected]34911482010-10-01 20:09:43219 'pyauto': ['[email protected]', '[email protected]',
220 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54221 },
222}