OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 'WATCHLISTS': { | 222 'WATCHLISTS': { |
223 'this_file': ['nirnimesh@chromium.org'], | 223 'this_file': ['nirnimesh@chromium.org'], |
224 'valgrind': ['timurrrr@chromium.org', | 224 'valgrind': ['timurrrr@chromium.org', |
225 'stuartmorgan+watch@chromium.org', | 225 'stuartmorgan+watch@chromium.org', |
226 'glider@chromium.org'], | 226 'glider@chromium.org'], |
227 'mac': ['pam+watch@chromium.org'], | 227 'mac': ['pam+watch@chromium.org'], |
228 'base': ['brettw-cc@chromium.org'], | 228 'base': ['brettw-cc@chromium.org'], |
229 'browser_main': ['brettw-cc@chromium.org'], | 229 'browser_main': ['brettw-cc@chromium.org'], |
230 'browser_resources': ['arv@chromium.org'], | 230 'browser_resources': ['arv@chromium.org'], |
231 'chromeos_login': ['nkostylev+cc@chromium.org'], | 231 'chromeos_login': ['nkostylev+cc@chromium.org'], |
232 'content': ['jam@chromium.org', 'joi@chromium.org'], | 232 'content': ['jam@chromium.org', 'joi+watch-content@chromium.org'], |
233 'download': ['phajdan.jr@chromium.org','rdsmith+dwatch@chromium.org'], | 233 'download': ['phajdan.jr@chromium.org','rdsmith+dwatch@chromium.org'], |
234 'history': ['brettw-cc@chromium.org'], | 234 'history': ['brettw-cc@chromium.org'], |
235 'renderer': ['darin-cc@chromium.org', | 235 'renderer': ['darin-cc@chromium.org', |
236 'brettw-cc@chromium.org'], | 236 'brettw-cc@chromium.org'], |
237 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org'], | 237 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org'], |
238 'webkit': ['darin-cc@chromium.org'], | 238 'webkit': ['darin-cc@chromium.org'], |
239 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', | 239 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', |
240 'stuartmorgan+watch@chromium.org'], | 240 'stuartmorgan+watch@chromium.org'], |
241 'worker': ['jam@chromium.org'], | 241 'worker': ['jam@chromium.org'], |
242 'extension': ['aa@chromium.org', | 242 'extension': ['aa@chromium.org', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 'dom_login': ['rharrison@chromium.org'], | 288 'dom_login': ['rharrison@chromium.org'], |
289 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 289 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
290 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], | 290 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], |
291 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], | 291 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], |
292 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 292 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
293 'prasadt@chromium.org', 'dcheng@chromium.org', | 293 'prasadt@chromium.org', 'dcheng@chromium.org', |
294 'jianli@chromium.org'], | 294 'jianli@chromium.org'], |
295 'importer': ['tfarina@chromium.org'], | 295 'importer': ['tfarina@chromium.org'], |
296 }, | 296 }, |
297 } | 297 } |
OLD | NEW |