Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: WATCHLISTS

Issue 10698159: Clean up WATCHLIST (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix merge Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Watchlist Rules 5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7 7
8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*.
8 10
9 { 11 {
10 'WATCHLIST_DEFINITIONS': { 12 'WATCHLIST_DEFINITIONS': {
11 'accelerator_table': { 13 'accelerator_table': {
12 'filepath': 'ash/accelerators/accelerator_table\.cc' \ 14 'filepath': 'ash/accelerators/accelerator_table\.cc' \
13 '|chrome/browser/ui/views/accelerator_table\.cc', 15 '|chrome/browser/ui/views/accelerator_table\.cc',
14 }, 16 },
15 'accessibility': { 17 'accessibility': {
16 'filepath': 'chrome/browser/accessibility/.*' \ 18 'filepath': 'chrome/browser/accessibility/' \
17 '|content/browser/accessibility/.*' \ 19 '|content/browser/accessibility/' \
18 '|chrome/.*accessib.*' \ 20 '|chrome/.*accessib' \
19 '|ui/base/accessibility/.*' \ 21 '|ui/base/accessibility/' \
20 '|ui/views/accessibility/.*' 22 '|ui/views/accessibility/'
21 }, 23 },
22 'app_list': { 24 'app_list': {
23 'filepath': 'ui/app_list/.*', 25 'filepath': 'ui/app_list/',
24 }, 26 },
25 'appcache': { 27 'appcache': {
26 'filepath': 'appcache/.*', 28 'filepath': 'appcache/',
27 }, 29 },
28 'aura': { 30 'aura': {
29 'filepath': 'ui/aura/.*|'\ 31 'filepath': 'ui/aura/|'\
30 'ash/.*', 32 'ash/',
31 }, 33 },
32 'autofill': { 34 'autofill': {
33 'filepath': 'chrome/browser/autofill/.*|'\ 35 'filepath': 'chrome/browser/autofill/|'\
34 'chrome/browser/resources/options/autofill_.*|'\ 36 'chrome/browser/resources/options/autofill_|'\
35 'chrome/browser/sync/glue/autofill_.*|'\ 37 'chrome/browser/sync/glue/autofill_|'\
36 'chrome/browser/ui/webui/options/autofill_.*|'\ 38 'chrome/browser/ui/webui/options/autofill_|'\
37 'chrome/renderer/autofill/.*|'\ 39 'chrome/renderer/autofill/|'\
38 'chrome/test/data/autofill/.*|'\ 40 'chrome/test/data/autofill/|'\
39 'chrome/test/data/autofill/heuristics/input/.*|'\ 41 'chrome/test/data/autofill/heuristics/input/|'\
40 'chrome/test/data/autofill/heuristics/output/.*|'\ 42 'chrome/test/data/autofill/heuristics/output/|'\
41 'chrome/test/data/autofill/merge/input/.*|'\ 43 'chrome/test/data/autofill/merge/input/|'\
42 'chrome/test/data/autofill/merge/output/.*|'\ 44 'chrome/test/data/autofill/merge/output/|'\
43 'webkit/forms/.*', 45 'webkit/forms/',
44 }, 46 },
45 'automation': { 47 'automation': {
46 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', 48 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
47 }, 49 },
48 'base': { 50 'base': {
49 'filepath': '^base/.*', 51 'filepath': '^base/',
50 }, 52 },
51 'browser': { 53 'browser': {
52 'filepath': 'chrome/browser/.*', 54 'filepath': 'chrome/browser/',
53 }, 55 },
54 'browser_chromeos': { 56 'browser_chromeos': {
55 'filepath': 'chrome/browser/chromeos/.*', 57 'filepath': 'chrome/browser/chromeos/',
56 }, 58 },
57 'browser_compositor': { 59 'browser_compositor': {
58 'filepath': 'ui/compositor/.*' 60 'filepath': 'ui/compositor/'
59 }, 61 },
60 'browser_main': { 62 'browser_main': {
61 'filepath': 'chrome/browser/browser_main.cc', 63 'filepath': 'chrome/browser/browser_main.cc',
62 }, 64 },
63 'browser_resources': { 65 'browser_resources': {
64 'filepath': 'chrome/browser/resources/.*', 66 'filepath': 'chrome/browser/resources/',
65 }, 67 },
66 'bubble': { 68 'bubble': {
67 'filepath': 'ui/views/bubble/.*|'\ 69 'filepath': 'ui/views/bubble/|'\
68 'chrome/browser/ui/views/bubble/.*', 70 'chrome/browser/ui/views/bubble/',
69 }, 71 },
70 'chrome_frame': { 72 'chrome_frame': {
71 'filepath': 'chrome_frame/.*', 73 'filepath': 'chrome_frame/',
72 }, 74 },
73 'chromedriver': { 75 'chromedriver': {
74 'filepath': 'chrome/test/webdriver|third_party/webdriver' 76 'filepath': 'chrome/test/webdriver|third_party/webdriver'
75 }, 77 },
76 'chromeos': { 78 'chromeos': {
77 'filepath': 'chromeos/.*', 79 'filepath': 'chromeos/',
78 }, 80 },
79 'chromeos_login': { 81 'chromeos_login': {
80 'filepath': 'chrome/browser/chromeos/login/.*|'\ 82 'filepath': 'chrome/browser/chromeos/login/|'\
81 'chrome/browser/ui/webui/chromeos/login/.*|'\ 83 'chrome/browser/ui/webui/chromeos/login/|'\
82 'chrome/browser/resources/chromeos/login/.*', 84 'chrome/browser/resources/chromeos/login/',
83 }, 85 },
84 'chromeos_webui': { 86 'chromeos_webui': {
85 'filepath': 'chrome/browser/ui/webui/chromeos/.*|'\ 87 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
86 'chrome/browser/resources/chromeos/.*', 88 'chrome/browser/resources/chromeos/',
87 }, 89 },
88 'clang_update': { 90 'clang_update': {
89 'filepath': 'tools/clang/scripts/update.sh' 91 'filepath': 'tools/clang/scripts/update.sh'
90 }, 92 },
91 'clipboard': { 93 'clipboard': {
92 'filepath': 'clipboard|dnd|drag|drop', 94 'filepath': 'clipboard|dnd|drag|drop',
93 }, 95 },
94 'content': { 96 'content': {
95 'filepath': 'content/.*', 97 'filepath': 'content/',
96 }, 98 },
97 'cookie_monster': { 99 'cookie_monster': {
98 'filepath': 'net/cookies/.*|'\ 100 'filepath': 'net/cookies/|'\
99 'chrome/browser/net/sqlite_persistent_cookie_store.*', 101 'chrome/browser/net/sqlite_persistent_cookie_store',
100 }, 102 },
101 'disk_cache': { 103 'disk_cache': {
102 'filepath': 'net/disk_cache/|http_cache', 104 'filepath': 'net/disk_cache/|http_cache',
103 }, 105 },
104 'dns': { 106 'dns': {
105 'filepath': 'net/base/host_resolver.*|' \ 107 'filepath': 'net/base/host_resolver|' \
106 'net/base/host_cache.*|' \ 108 'net/base/host_cache|' \
107 'net/dns/.*' 109 'net/dns/'
108 }, 110 },
109 'domui_options': { 111 'domui_options': {
110 'filepath': 'chrome/browser/resources/options/.*|'\ 112 'filepath': 'chrome/browser/resources/options/|'\
111 'chrome/browser/resources/options.html|'\ 113 'chrome/browser/resources/options.html|'\
112 'chrome/browser/ui/webui/options/.*', 114 'chrome/browser/ui/webui/options/',
113 }, 115 },
114 'download': { 116 'download': {
115 'filepath': 'chrome/browser/download/.*|'\ 117 'filepath': 'chrome/browser/download/|'\
116 'content/browser/download/.*', 118 'content/browser/download/',
117 }, 119 },
118 'downloads_ui': { 120 'downloads_ui': {
119 'filepath': 'chrome/browser/resources/.*downloads\..*' \ 121 'filepath': 'chrome/browser/resources/.*downloads\.' \
120 '|chrome/browser/ui/webui/.*downloads.*' \ 122 '|chrome/browser/ui/webui/.*downloads' \
121 '|chrome/browser/ui/views/download/.*' \ 123 '|chrome/browser/ui/views/download/' \
122 '|chrome/browser/ui/cocoa/download/.*' \ 124 '|chrome/browser/ui/cocoa/download/' \
123 '|chrome/browser/ui/gtk/download/.*' 125 '|chrome/browser/ui/gtk/download/'
124 }, 126 },
125 'extension': { 127 'extension': {
126 'filepath': 'extension', 128 'filepath': 'extension',
127 }, 129 },
128 'fileapi': { 130 'fileapi': {
129 'filepath': 'file_system/.*' \ 131 'filepath': 'file_system/' \
130 '|fileapi/.*' 132 '|fileapi/'
131 }, 133 },
132 'filebrowse': { 134 'filebrowse': {
133 'filepath': 'file_browser' \ 135 'filepath': 'file_browser' \
134 '|file_manager' \ 136 '|file_manager' \
135 '|filebrowse' 137 '|filebrowse'
136 }, 138 },
137 'ftp': { 139 'ftp': {
138 'filepath': 'ftp', 140 'filepath': 'ftp',
139 }, 141 },
140 'fullscreen_controller': { 142 'fullscreen_controller': {
141 'filepath': 'fullscreen_controller', 143 'filepath': 'fullscreen_controller',
142 }, 144 },
143 'gdata' : { 145 'gdata' : {
144 'filepath': 'gdata' 146 'filepath': 'gdata'
145 }, 147 },
146 'gpu': { 148 'gpu': {
147 'filepath': 'gpu/.*', 149 'filepath': 'gpu/',
148 }, 150 },
149 'history': { 151 'history': {
150 'filepath': 'chrome/browser/history/.*', 152 'filepath': 'chrome/browser/history/',
151 }, 153 },
152 'history_ui': { 154 'history_ui': {
153 'filepath': 'chrome/browser/resources/history.*', 155 'filepath': 'chrome/browser/resources/history',
154 }, 156 },
155 'i18n': { 157 'i18n': {
156 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\ 158 'filepath': 'base/i18n/|base/string|l10n|icu|'\
157 '.*locale_settings.*|.*encoding.*', 159 'locale_settings|encoding',
158 }, 160 },
159 'imageburner': { 161 'imageburner': {
160 'filepath': 'imageburner' 162 'filepath': 'imageburner'
161 }, 163 },
162 'importer': { 164 'importer': {
163 'filepath': '.*import.*', 165 'filepath': 'import',
164 }, 166 },
165 'installer': { 167 'installer': {
166 'filepath': 'chrome/installer/.*', 168 'filepath': 'chrome/installer/',
167 }, 169 },
168 'ipc': { 170 'ipc': {
169 'filepath': 'ipc/ipc.*', 171 'filepath': 'ipc/ipc',
170 }, 172 },
171 'labs': { 173 'labs': {
172 'filepath': 'chrome/browser/labs' \ 174 'filepath': 'chrome/browser/labs' \
173 '|chrome/browser/dom_ui/labs' 175 '|chrome/browser/dom_ui/labs'
174 }, 176 },
175 'layout_tests': { 177 'layout_tests': {
176 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', 178 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
177 }, 179 },
178 'linux-sandboxing': { 180 'linux-sandboxing': {
179 'filepath': 'sandbox/linux/.*', 181 'filepath': 'sandbox/linux/',
180 }, 182 },
181 'linux-seccomp-bpf': { 183 'linux-seccomp-bpf': {
182 'filepath': 'content/common/sandbox_init_linux.cc', 184 'filepath': 'content/common/sandbox_init_linux.cc',
183 }, 185 },
184 'locale_settings': { 186 'locale_settings': {
185 'filepath': 'chrome/app/resources/locale_settings.*', 187 'filepath': 'chrome/app/resources/locale_settings',
186 }, 188 },
187 'mac': { 189 'mac': {
188 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', 190 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
189 }, 191 },
190 'media': { 192 'media': {
191 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ 193 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
192 'audio_message_filter|video_layer', 194 'audio_message_filter|video_layer',
193 }, 195 },
194 'message_loop': { 196 'message_loop': {
195 'filepath': 'base/message_.*' 197 'filepath': 'base/message_'
196 }, 198 },
197 'metrics': { 199 'metrics': {
198 'filepath': 'base/metrics/.*'\ 200 'filepath': 'base/metrics/'\
199 '|chrome/browser/metrics/.*'\ 201 '|chrome/browser/metrics/'\
200 '|chrome/common/metrics/.*'\ 202 '|chrome/common/metrics/'\
201 '|chrome_frame/metrics.*'\ 203 '|chrome_frame/metrics'\
202 '|chrome/browser/chromeos/external_metrics.*'\ 204 '|chrome/browser/chromeos/external_metrics'\
203 '|chrome/browser/extensions/api/metrics/metrics.*'\ 205 '|chrome/browser/extensions/api/metrics/metrics'\
204 '|chrome/browser/ui/webui/metrics_handler.*'\ 206 '|chrome/browser/ui/webui/metrics_handler'\
205 '|content/browser/user_metrics.cc'\ 207 '|content/browser/user_metrics.cc'\
206 '|content/public/browser/user_metrics.h'\ 208 '|content/public/browser/user_metrics.h'\
207 '|chrome/tools/extract_actions.py' 209 '|chrome/tools/extract_actions.py'
208 }, 210 },
209 'mouse_lock': { 211 'mouse_lock': {
210 'filepath': 'mouse_lock', 212 'filepath': 'mouse_lock',
211 }, 213 },
212 'nacl': { 214 'nacl': {
213 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\ 215 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
214 'chrome/browser/nacl_host/.*|chrome/common/nacl.*', 216 'chrome/browser/nacl_host/|chrome/common/nacl',
215 }, 217 },
216 'net': { 218 'net': {
217 'filepath': 'net/.*', 219 'filepath': 'net/',
218 }, 220 },
219 'net_error_list': { 221 'net_error_list': {
220 'filepath': 'net/base/net_error_list.h', 222 'filepath': 'net/base/net_error_list.h',
221 }, 223 },
222 'net_log': { 224 'net_log': {
223 'filepath': 'net/base/net_log.*|' \ 225 'filepath': 'net/base/net_log|' \
224 'chrome/browser/net/.*net_log.*|' \ 226 'chrome/browser/net/.*net_log|' \
225 'chrome/browser/net/passive_log_collector.*|' \ 227 'chrome/browser/net/passive_log_collector|' \
226 'chrome/browser/resources/net_internals/.*|' \ 228 'chrome/browser/resources/net_internals/|' \
227 'chrome/browser/ui/webui/net_internals/.*' 229 'chrome/browser/ui/webui/net_internals/'
228 }, 230 },
229 'npapi_headers': { 231 'npapi_headers': {
230 'filepath': 'third_party/npapi/bindings/.*', 232 'filepath': 'third_party/npapi/bindings/',
231 }, 233 },
232 'ntp': { 234 'ntp': {
233 'filepath': 'chrome/browser/resources/ntp4/.*|'\ 235 'filepath': 'chrome/browser/resources/ntp4/|'\
234 'chrome/browser/resources/touch_ntp/.*|'\ 236 'chrome/browser/resources/touch_ntp/|'\
235 'chrome/browser/resources/touch_ntp/.*|'\ 237 'chrome/browser/resources/touch_ntp/|'\
236 'chrome/browser/ui/webui/ntp/.*', 238 'chrome/browser/ui/webui/ntp/',
237 }, 239 },
238 'omnibox': { 240 'omnibox': {
239 'filepath': 'chrome/browser/autocomplete/.*'\ 241 'filepath': 'chrome/browser/autocomplete/'\
240 '|chrome/browser/ui/.*/omnibox/.*' 242 '|chrome/browser/ui/.*/omnibox/'
241 }, 243 },
242 'panels': { 244 'panels': {
243 'filepath': 'chrome/browser/ui/panels/.*', 245 'filepath': 'chrome/browser/ui/panels/',
244 }, 246 },
245 'pepper_api': { 247 'pepper_api': {
246 'filepath': 'ppapi/c/.*', 248 'filepath': 'ppapi/c/',
247 }, 249 },
248 'plugin': { 250 'plugin': {
249 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\ 251 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
250 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*', 252 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
251 }, 253 },
252 'prerender': { 254 'prerender': {
253 'filepath': 'prerender' 255 'filepath': 'prerender'
254 }, 256 },
255 'pyauto': { 257 'pyauto': {
256 'filepath': 'chrome/test/pyautolib' \ 258 'filepath': 'chrome/test/pyautolib' \
257 '|chrome/test/functional' \ 259 '|chrome/test/functional' \
258 '|chrome/browser/automation/automation_provider_json' 260 '|chrome/browser/automation/automation_provider_json'
259 }, 261 },
260 'remoting': { 262 'remoting': {
261 'filepath': 'remoting/.*', 263 'filepath': 'remoting/',
262 }, 264 },
263 'renderer': { 265 'renderer': {
264 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ 266 'filepath': 'chrome/browser/renderer_host/|chrome/renderer/|'\
265 'chrome/common/render.*', 267 'chrome/common/render',
266 }, 268 },
267 'search': { 269 'search': {
268 'filepath': 'chrome/browser/ui/search/.*', 270 'filepath': 'chrome/browser/ui/search/',
269 }, 271 },
270 'sessions': { 272 'sessions': {
271 'filepath': 'chrome/browser/sessions/.*', 273 'filepath': 'chrome/browser/sessions/',
272 }, 274 },
273 'shell_window': { 275 'shell_window': {
274 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/shell.*' 276 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/shell'
275 }, 277 },
276 'site_instance': { 278 'site_instance': {
277 'filepath': 'content/browser/site_instance.*|'\ 279 'filepath': 'content/browser/site_instance|'\
278 'content/browser/browsing_instance.*', 280 'content/browser/browsing_instance',
279 }, 281 },
280 'speech': { 282 'speech': {
281 'filepath': 'chrome/browser/speech/.*'\ 283 'filepath': 'chrome/browser/speech/'\
282 '|content/browser/speech/.*'\ 284 '|content/browser/speech/'\
283 '|content/common/.*speech.*'\ 285 '|content/common/.*speech'\
284 '|content/public/.*speech.*' 286 '|content/public/.*speech'
285 }, 287 },
286 'sync': { 288 'sync': {
287 'filepath': 'chrome/browser/sync/.*', 289 'filepath': 'chrome/browser/sync/',
288 }, 290 },
289 'tab_contents': { 291 'tab_contents': {
290 'filepath': 'chrome/browser/tab_contents/.*|'\ 292 'filepath': 'chrome/browser/tab_contents/|'\
291 'content/browser/tab_contents/.*|'\ 293 'content/browser/tab_contents/|'\
292 'chrome/browser/ui/tab_contents/.*', 294 'chrome/browser/ui/tab_contents/',
293 }, 295 },
294 'task_manager': { 296 'task_manager': {
295 'filepath': 'task_manager' 297 'filepath': 'task_manager'
296 }, 298 },
297 'tests': { 299 'tests': {
298 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*', 300 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
299 }, 301 },
300 'textinput': { 302 'textinput': {
301 'filepath': 'content/browser/renderer_host/gtk_im.*'\ 303 'filepath': 'content/browser/renderer_host/gtk_im'\
302 '|content/browser/renderer_host/gtk_key.*'\ 304 '|content/browser/renderer_host/gtk_key'\
303 '|content/browser/renderer_host/render_widget_host_view.*'\ 305 '|content/browser/renderer_host/render_widget_host_view'\
304 '|content/browser/renderer_host/text_input.*'\ 306 '|content/browser/renderer_host/text_input'\
305 '|ui/base/ime/.*'\ 307 '|ui/base/ime/'\
306 '|ui/base/gtk/event.*'\ 308 '|ui/base/gtk/event'\
307 '|ui/base/gtk/gtk_im.*'\ 309 '|ui/base/gtk/gtk_im'\
308 '|ui/base/keycodes/.*'\ 310 '|ui/base/keycodes/'\
309 '|ui/base/win/ime.*'\ 311 '|ui/base/win/ime'\
310 '|ui/views/controls/textfield/.*'\ 312 '|ui/views/controls/textfield/'\
311 '|ui/views/ime/.*' 313 '|ui/views/ime/'
312 }, 314 },
313 'textinput_chromeos': { 315 'textinput_chromeos': {
314 'filepath': 'chrome/browser/chromeos/input_method/.*'\ 316 'filepath': 'chrome/browser/chromeos/input_method/'\
315 '|chrome/browser/chromeos/extensions/input_method.*'\ 317 '|chrome/browser/chromeos/extensions/input_method'\
316 '|chrome/browser/chromeos/status/input_method.*'\ 318 '|chrome/browser/chromeos/status/input_method'\
317 '|chrome/browser/extensions/extension_input_.*'\ 319 '|chrome/browser/extensions/extension_input_'\
318 '|chrome/browser/resources/keyboard.*'\ 320 '|chrome/browser/resources/keyboard'\
319 '|chrome/browser/resources/options/language.*'\ 321 '|chrome/browser/resources/options/language'\
320 '|chrome/browser/ui/webui/options/'\ 322 '|chrome/browser/ui/webui/options/'\
321 'chromeos/.*(language|keyboard).*'\ 323 'chromeos/.*(language|keyboard)'\
322 '|chrome/browser/ui/webui/options/language.*' 324 '|chrome/browser/ui/webui/options/language'
323 }, 325 },
324 'this_file': { 326 'this_file': {
325 'filepath': '^WATCHLISTS$', 327 'filepath': '^WATCHLISTS$',
326 }, 328 },
327 'tools': { 329 'tools': {
328 'filepath': 'tools/.*', 330 'filepath': 'tools/',
329 }, 331 },
330 'tools_emacs': { 332 'tools_emacs': {
331 'filepath': 'tools/emacs/.*', 333 'filepath': 'tools/emacs/',
332 }, 334 },
333 'ui_resources': { 335 'ui_resources': {
334 'filepath': 'ui/resources/.*'\ 336 'filepath': 'ui/resources/'\
335 '|ui/base/native_theme/resources/.*'\ 337 '|ui/base/native_theme/resources/'\
336 '|chrome/app/theme/.*' 338 '|chrome/app/theme/'
337 }, 339 },
338 'valgrind': { 340 'valgrind': {
339 'filepath': 'valgrind', 341 'filepath': 'valgrind',
340 }, 342 },
341 'views': { 343 'views': {
342 # Applies to all files and subdirs within this directory. 344 # Applies to all files and subdirs within this directory.
343 'filepath': '^ui/views/.*', 345 'filepath': '^ui/views/',
344 }, 346 },
345 'views_core': { 347 'views_core': {
346 'filepath': 'ui/views/view.h|'\ 348 'filepath': 'ui/views/view.h|'\
347 'ui/views/view.cc|'\ 349 'ui/views/view.cc|'\
348 'ui/views/widget/.*', 350 'ui/views/widget/',
349 }, 351 },
350 'website_settings': { 352 'website_settings': {
351 'filepath': 'chrome/browser/content_settings/*'\ 353 'filepath': 'chrome/browser/content_settings/'\
352 '|chrome/browser/ui/views/website_settings/*'\ 354 '|chrome/browser/ui/views/website_settings/'\
353 '|chrome/browser/ui/website_settings/*'\ 355 '|chrome/browser/ui/website_settings/'\
354 '|chrome/common/content_settings*', 356 '|chrome/common/content_settings',
355 }, 357 },
356 'webkit': { 358 'webkit': {
357 'filepath': 'webkit/.*', 359 'filepath': 'webkit/',
358 }, 360 },
359 'worker': { 361 'worker': {
360 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\ 362 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
361 'chrome/common/worker_messages.*|webkit/glue/webworker.*', 363 'chrome/common/worker_messages|webkit/glue/webworker',
362 }, 364 },
363 'x11': { 365 'x11': {
364 'filepath': 'content/browser/renderer_host/backing_store_x\..*' \ 366 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
365 '|chrome/browser/chromeos/input_method/xkeyboard\..*' \ 367 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
366 '|chrome/browser/chromeos/system_key_event_listener\..*' \ 368 '|chrome/browser/chromeos/system_key_event_listener\.' \
367 '|chrome/browser/chromeos/'\ 369 '|chrome/browser/chromeos/'\
368 'xinput_hierarchy_changed_event_listener\..*' \ 370 'xinput_hierarchy_changed_event_listener\.' \
369 '|chrome/browser/chromeos/wm_.*' \ 371 '|chrome/browser/chromeos/wm_' \
370 '|ui/base/x/.*' 372 '|ui/base/x/'
371 }, 373 },
372 }, 374 },
373 375
374 'WATCHLISTS': { 376 'WATCHLISTS': {
375 'accelerator_table': ['mazda+watch@chromium.org', 377 'accelerator_table': ['mazda+watch@chromium.org',
376 'derat+watch@chromium.org', 378 'derat+watch@chromium.org',
377 'yusukes+watch@chromium.org'], 379 'yusukes+watch@chromium.org'],
378 'accessibility': ['dmazzoni+watch@chromium.org', 380 'accessibility': ['dmazzoni+watch@chromium.org',
379 'dtseng+watch@chromium.org', 381 'dtseng+watch@chromium.org',
380 'ctguil+watch@chromium.org', 382 'ctguil+watch@chromium.org',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'views': ['tfarina@chromium.org'], 502 'views': ['tfarina@chromium.org'],
501 'views_core': ['ben+watch@chromium.org'], 503 'views_core': ['ben+watch@chromium.org'],
502 'website_settings': ['markusheintz@chromium.org'], 504 'website_settings': ['markusheintz@chromium.org'],
503 'webkit': ['darin-cc@chromium.org'], 505 'webkit': ['darin-cc@chromium.org'],
504 'worker': ['jam@chromium.org'], 506 'worker': ['jam@chromium.org'],
505 'x11': ['derat+watch@chromium.org', 507 'x11': ['derat+watch@chromium.org',
506 'sadrul@chromium.org', 508 'sadrul@chromium.org',
507 'yusukes+watch@chromium.org'], 509 'yusukes+watch@chromium.org'],
508 }, 510 },
509 } 511 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698