1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
|
# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Watchlist Rules
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
{
'WATCHLIST_DEFINITIONS': {
'this_file': {
'filepath': '^WATCHLISTS$',
},
'valgrind': {
'filepath': 'valgrind',
},
'mac': {
'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
},
'base': {
'filepath': '^base/.*',
},
'extension': {
'filepath': 'extension',
},
'views': {
# Applies to all files and subdirs within this directory.
'filepath': 'views/.*',
},
'browser': {
'filepath': 'chrome/browser/.*',
},
'browser_main': {
'filepath': 'chrome/browser/browser_main.cc',
},
'browser_resources': {
'filepath': 'chrome/browser/resources/.*',
},
'download': {
'filepath': 'download|save_',
},
'history': {
'filepath': 'chrome/browser/history/.*',
},
'renderer': {
'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
'chrome/common/render.*',
},
'safe_browsing': {
'filepath': 'chrome/browser/safe_browsing/.*|'\
'chrome/browser/renderer_host/safe.*',
},
'tab_contents': {
'filepath': 'chrome/browser/tab_contents/.*',
},
'webkit': {
'filepath': 'webkit/.*',
},
'plugin': {
'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
},
'worker': {
'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
'chrome/common/worker_messages.*|webkit/glue/webworker.*',
},
'net': {
'filepath': 'net/.*',
},
'ftp': {
'filepath': 'ftp',
},
'installer': {
'filepath': 'chrome/installer/.*',
},
'importer': {
'filepath': '.*import.*',
},
'media': {
'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
'audio_message_filter|video_layer',
},
'ipc': {
'filepath': 'ipc/ipc.*',
},
'linux-sandboxing': {
'filepath': 'sandbox/linux/.*',
},
'sync': {
'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
'chrome/test/live_sync/.*',
},
'layout_tests': {
'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
},
'tools': {
'filepath': 'tools/.*',
},
'tests': {
'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
},
'automation': {
'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
},
'chrome_frame': {
'filepath': 'chrome_frame/.*',
},
'nacl': {
'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
},
'appcache': {
'filepath': 'appcache/.*',
},
'gpu': {
'filepath': 'gpu/.*',
},
'locale_settings': {
'filepath': 'chrome/app/resources/locale_settings.*',
},
'options_dialog_content': {
'filepath': 'chrome/browser/views/options/content_page_view.h|'\
'chrome/browser/views/options/general_page_view.h',
},
},
'WATCHLISTS': {
'this_file': ['nirnimesh@chromium.org'],
'valgrind': ['timurrrr@chromium.org',
'stuartmorgan@chromium.org',
'glider@chromium.org'],
'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'],
'base': ['brettw-cc@chromium.org'],
'views': ['ben+cc@chromium.org'],
'browser': ['ben+cc@chromium.org'],
'browser_main': ['brettw-cc@chromium.org'],
'browser_resources': ['arv@chromium.org'],
'download': ['paul@chromium.org'],
'history': ['brettw-cc@chromium.org'],
'renderer': ['darin-cc@chromium.org',
'brettw-cc@chromium.org',
'jam+cc@chromium.org'],
'safe_browsing': ['paul@chromium.org'],
'tab_contents': ['brettw-cc@chromium.org'],
'webkit': ['darin-cc@chromium.org'],
'plugin': ['darin-cc@chromium.org', 'jam@chromium.org'],
'worker': ['jam@chromium.org'],
'extension': ['aa@chromium.org',
'erikkay@chromium.org',
'pam+watch@chromium.org'],
'net': ['darin-cc@chromium.org'],
'ftp': ['phajdan.jr@chromium.org'],
'installer': ['kuchhal@chromium.org'],
'importer': ['kuchhal@chromium.org'],
'media': ['ajwong@chromium.org', 'fbarchard@chromium.org',
'hclam@chromium.org', 'scherkus@chromium.org'],
'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
'linux-sandboxing': ['agl@chromium.org'],
'sync': ['tim@chromium.org', 'nick@chromium.org',
'idana@chromium.org'],
'layout_tests': ['pam+watch@chromium.org', 'dpranke+watch@chromium.org'],
'tools': ['pam+watch@chromium.org'],
'tests': ['phajdan.jr@chromium.org'],
'automation': ['phajdan.jr@chromium.org'],
'chrome_frame' : ['amit@chromium.org'],
'nacl' : ['native-client-reviews@googlegroups.com'],
'appcache': ['michaeln@chromium.org'],
'gpu': ['apatrick@chromium.org'],
'locale_settings': ['finnur+watch@chromium.org'],
'options_dialog_content': ['finnur+watch@chromium.org'],
},
}
|