blob: cd7cd410d000f1c39859b565473fcc6e0b5fa1f4 [file] [log] [blame]
[email protected]a3838612009-10-13 21:57:541# Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
2# 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 },
33 'download': {
34 'filepath': 'download|save_',
35 },
36 'history': {
37 'filepath': 'chrome/browser/history/.*',
38 },
39 'renderer': {
[email protected]b1f54d12009-11-02 22:59:1740 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
41 'chrome/common/render.*',
[email protected]a3838612009-10-13 21:57:5442 },
43 'safe_browsing': {
[email protected]b1f54d12009-11-02 22:59:1744 'filepath': 'chrome/browser/safe_browsing/.*|'\
45 'chrome/browser/renderer_host/safe.*',
[email protected]a3838612009-10-13 21:57:5446 },
47 'tab_contents': {
48 'filepath': 'chrome/browser/tab_contents/.*',
49 },
50 'webkit': {
51 'filepath': 'webkit/.*',
52 },
53 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1754 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
55 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5456 },
57 'worker': {
[email protected]b1f54d12009-11-02 22:59:1758 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
59 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5460 },
61 'net': {
62 'filepath': 'net/.*',
63 },
64 'ftp': {
65 'filepath': 'ftp',
66 },
67 'installer': {
68 'filepath': 'chrome/installer/.*',
69 },
70 'importer': {
71 'filepath': '.*import.*',
72 },
73 'media': {
74 'filepath': 'media|Media|^third_party/ffmpeg/',
75 },
76 'ipc': {
77 'filepath': 'ipc/ipc.*',
78 },
79 'linux-sandboxing': {
80 'filepath': 'sandbox/linux/.*',
81 },
82 'sync': {
[email protected]b1f54d12009-11-02 22:59:1783 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
84 'chrome/test/live_sync/.*',
[email protected]a3838612009-10-13 21:57:5485 },
86 'layout_tests': {
87 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
88 },
89 'tools': {
90 'filepath': 'tools/.*',
91 },
92 'tests': {
93 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
94 },
95 'automation': {
96 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
97 },
98 'chrome_frame': {
99 'filepath': 'chrome_frame/.*',
100 },
101 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17102 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29103 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54104 },
[email protected]374a93c2009-11-05 21:45:56105 'appcache': {
106 'filepath': 'appcache/.*',
107 },
[email protected]87e84f962009-12-22 22:28:03108 'gpu': {
109 'filepath': 'gpu/.*',
110 },
[email protected]a3ce4262010-02-05 17:46:25111 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52112 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25113 },
114 'options_dialog_content': {
115 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
116 'chrome/browser/views/options/general_page_view.h',
117 },
[email protected]a3838612009-10-13 21:57:54118 },
119
120 'WATCHLISTS': {
121 'this_file': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17122 'valgrind': ['[email protected]',
123 '[email protected]',
124 '[email protected]',
125 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54126 'mac': ['[email protected]', '[email protected]'],
127 'base': ['[email protected]'],
128 'views': ['[email protected]'],
129 'browser': ['[email protected]'],
130 'download': ['[email protected]'],
131 'history': ['[email protected]'],
[email protected]478a3bc2010-02-08 23:41:44132 'renderer': ['[email protected]',
[email protected]b1f54d12009-11-02 22:59:17133 '[email protected]',
134 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54135 'safe_browsing': ['[email protected]'],
136 'tab_contents': ['[email protected]'],
[email protected]478a3bc2010-02-08 23:41:44137 'webkit': ['[email protected]'],
138 'plugin': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54139 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17140 'extension': ['[email protected]',
141 '[email protected]',
142 '[email protected]'],
[email protected]478a3bc2010-02-08 23:41:44143 'net': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54144 'ftp': ['[email protected]'],
145 'installer': ['[email protected]'],
146 'importer': ['[email protected]'],
147 'media': ['[email protected]', '[email protected]',
148 '[email protected]', '[email protected]'],
[email protected]478a3bc2010-02-08 23:41:44149 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54150 'linux-sandboxing': ['[email protected]'],
151 'sync': ['[email protected]', '[email protected]',
152 '[email protected]'],
[email protected]5f38fc042010-01-21 02:18:27153 'layout_tests': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54154 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22155 'tests': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54156 'automation': ['[email protected]'],
157 'chrome_frame' : ['[email protected]'],
158 'nacl' : ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56159 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03160 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52161 'locale_settings': ['[email protected]'],
162 'options_dialog_content': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54163 },
164}