blob: 4493e96286c5275209d16c107d5150f35fa612a9 [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]a3838612009-10-13 21:57:5439 'download': {
40 'filepath': 'download|save_',
41 },
42 '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 },
49 'safe_browsing': {
[email protected]b1f54d12009-11-02 22:59:1750 'filepath': 'chrome/browser/safe_browsing/.*|'\
51 'chrome/browser/renderer_host/safe.*',
[email protected]a3838612009-10-13 21:57:5452 },
53 'tab_contents': {
54 'filepath': 'chrome/browser/tab_contents/.*',
55 },
56 'webkit': {
57 'filepath': 'webkit/.*',
58 },
59 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1760 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
61 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5462 },
63 'worker': {
[email protected]b1f54d12009-11-02 22:59:1764 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
65 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5466 },
67 'net': {
68 'filepath': 'net/.*',
69 },
70 'ftp': {
71 'filepath': 'ftp',
72 },
73 'installer': {
74 'filepath': 'chrome/installer/.*',
75 },
76 'importer': {
77 'filepath': '.*import.*',
78 },
79 'media': {
[email protected]464791b2010-03-02 20:26:2380 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
81 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:5482 },
83 'ipc': {
84 'filepath': 'ipc/ipc.*',
85 },
86 'linux-sandboxing': {
87 'filepath': 'sandbox/linux/.*',
88 },
89 'sync': {
[email protected]b1f54d12009-11-02 22:59:1790 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
91 'chrome/test/live_sync/.*',
[email protected]a3838612009-10-13 21:57:5492 },
93 'layout_tests': {
94 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
95 },
96 'tools': {
97 'filepath': 'tools/.*',
98 },
99 'tests': {
100 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
101 },
102 'automation': {
103 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
104 },
105 'chrome_frame': {
106 'filepath': 'chrome_frame/.*',
107 },
108 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17109 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29110 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54111 },
[email protected]374a93c2009-11-05 21:45:56112 'appcache': {
113 'filepath': 'appcache/.*',
114 },
[email protected]87e84f962009-12-22 22:28:03115 'gpu': {
116 'filepath': 'gpu/.*',
117 },
[email protected]a3ce4262010-02-05 17:46:25118 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52119 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25120 },
121 'options_dialog_content': {
122 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
123 'chrome/browser/views/options/general_page_view.h',
124 },
[email protected]a3838612009-10-13 21:57:54125 },
126
127 'WATCHLISTS': {
128 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51129 'valgrind': ['[email protected]',
[email protected]b1f54d12009-11-02 22:59:17130 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51131 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54132 'mac': ['[email protected]', '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29133 'base': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54134 'views': ['[email protected]'],
135 'browser': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00136 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11137 'browser_resources': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54138 'download': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29139 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03140 'renderer': ['[email protected]',
[email protected]bf1ca902010-03-23 17:34:29141 '[email protected]',
[email protected]3d8ac4d2010-02-24 22:35:15142 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54143 'safe_browsing': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29144 'tab_contents': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03145 'webkit': ['[email protected]'],
146 'plugin': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54147 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17148 'extension': ['[email protected]',
149 '[email protected]',
150 '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03151 'net': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54152 'ftp': ['[email protected]'],
153 'installer': ['[email protected]'],
154 'importer': ['[email protected]'],
155 'media': ['[email protected]', '[email protected]',
156 '[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03157 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54158 'linux-sandboxing': ['[email protected]'],
159 'sync': ['[email protected]', '[email protected]',
160 '[email protected]'],
[email protected]5f38fc042010-01-21 02:18:27161 'layout_tests': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54162 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22163 'tests': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54164 'automation': ['[email protected]'],
165 'chrome_frame' : ['[email protected]'],
166 'nacl' : ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56167 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03168 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52169 'locale_settings': ['[email protected]'],
170 'options_dialog_content': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54171 },
172}