blob: 2faf91df9983a49d3ace4e16576034b20ecbdee4 [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]cabd51c2010-03-17 16:38:1133 'browser_resources': {
34 'filepath': 'chrome/browser/resources/.*',
35 },
[email protected]a3838612009-10-13 21:57:5436 'download': {
37 'filepath': 'download|save_',
38 },
39 'history': {
40 'filepath': 'chrome/browser/history/.*',
41 },
42 'renderer': {
[email protected]b1f54d12009-11-02 22:59:1743 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
44 'chrome/common/render.*',
[email protected]a3838612009-10-13 21:57:5445 },
46 'safe_browsing': {
[email protected]b1f54d12009-11-02 22:59:1747 'filepath': 'chrome/browser/safe_browsing/.*|'\
48 'chrome/browser/renderer_host/safe.*',
[email protected]a3838612009-10-13 21:57:5449 },
50 'tab_contents': {
51 'filepath': 'chrome/browser/tab_contents/.*',
52 },
53 'webkit': {
54 'filepath': 'webkit/.*',
55 },
56 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1757 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
58 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5459 },
60 'worker': {
[email protected]b1f54d12009-11-02 22:59:1761 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
62 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5463 },
64 'net': {
65 'filepath': 'net/.*',
66 },
67 'ftp': {
68 'filepath': 'ftp',
69 },
70 'installer': {
71 'filepath': 'chrome/installer/.*',
72 },
73 'importer': {
74 'filepath': '.*import.*',
75 },
76 'media': {
[email protected]464791b2010-03-02 20:26:2377 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
78 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:5479 },
80 'ipc': {
81 'filepath': 'ipc/ipc.*',
82 },
83 'linux-sandboxing': {
84 'filepath': 'sandbox/linux/.*',
85 },
86 'sync': {
[email protected]b1f54d12009-11-02 22:59:1787 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
88 'chrome/test/live_sync/.*',
[email protected]a3838612009-10-13 21:57:5489 },
90 'layout_tests': {
91 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
92 },
93 'tools': {
94 'filepath': 'tools/.*',
95 },
96 'tests': {
97 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
98 },
99 'automation': {
100 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
101 },
102 'chrome_frame': {
103 'filepath': 'chrome_frame/.*',
104 },
105 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17106 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29107 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54108 },
[email protected]374a93c2009-11-05 21:45:56109 'appcache': {
110 'filepath': 'appcache/.*',
111 },
[email protected]87e84f962009-12-22 22:28:03112 'gpu': {
113 'filepath': 'gpu/.*',
114 },
[email protected]a3ce4262010-02-05 17:46:25115 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52116 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25117 },
118 'options_dialog_content': {
119 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
120 'chrome/browser/views/options/general_page_view.h',
121 },
[email protected]a3838612009-10-13 21:57:54122 },
123
124 'WATCHLISTS': {
125 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51126 'valgrind': ['[email protected]',
[email protected]b1f54d12009-11-02 22:59:17127 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51128 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54129 'mac': ['[email protected]', '[email protected]'],
130 'base': ['[email protected]'],
131 'views': ['[email protected]'],
132 'browser': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11133 'browser_resources': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54134 'download': ['[email protected]'],
135 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03136 'renderer': ['[email protected]',
[email protected]b1f54d12009-11-02 22:59:17137 '[email protected]',
[email protected]3d8ac4d2010-02-24 22:35:15138 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54139 'safe_browsing': ['[email protected]'],
140 'tab_contents': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03141 'webkit': ['[email protected]'],
142 'plugin': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54143 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17144 'extension': ['[email protected]',
145 '[email protected]',
146 '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03147 'net': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54148 'ftp': ['[email protected]'],
149 'installer': ['[email protected]'],
150 'importer': ['[email protected]'],
151 'media': ['[email protected]', '[email protected]',
152 '[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03153 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54154 'linux-sandboxing': ['[email protected]'],
155 'sync': ['[email protected]', '[email protected]',
156 '[email protected]'],
[email protected]5f38fc042010-01-21 02:18:27157 'layout_tests': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54158 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22159 'tests': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54160 'automation': ['[email protected]'],
161 'chrome_frame' : ['[email protected]'],
162 'nacl' : ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56163 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03164 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52165 'locale_settings': ['[email protected]'],
166 'options_dialog_content': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54167 },
168}