| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'sergeyu+watch@chromium.org', | 287 'sergeyu+watch@chromium.org', |
| 288 'simonmorris+watch@chromium.org', | 288 'simonmorris+watch@chromium.org', |
| 289 'wez+watch@chromium.org'], | 289 'wez+watch@chromium.org'], |
| 290 'ntp': ['estade+watch@chromium.org'], | 290 'ntp': ['estade+watch@chromium.org'], |
| 291 'cookie_monster': ['rdsmith@chromium.org'], | 291 'cookie_monster': ['rdsmith@chromium.org'], |
| 292 'autofill': ['dhollowa@chromium.org', 'georgey@chromium.org', | 292 'autofill': ['dhollowa@chromium.org', 'georgey@chromium.org', |
| 293 'isherman@chromium.org'], | 293 'isherman@chromium.org'], |
| 294 'webdata': ['dhollowa@chromium.org'], | 294 'webdata': ['dhollowa@chromium.org'], |
| 295 'i18n': ['jshin+watch@chromium.org'], | 295 'i18n': ['jshin+watch@chromium.org'], |
| 296 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', | 296 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', |
| 297 'nirnimesh@chromium.org', 'dyu@chromium.org'], | 297 'nirnimesh@chromium.org', 'dyu@chromium.org', |
| 298 'dennisjeffrey@chromium.org'], |
| 298 'labs': ['thakis@chromium.org'], | 299 'labs': ['thakis@chromium.org'], |
| 299 'fileapi': ['kinuko+watch@chromium.org'], | 300 'fileapi': ['kinuko+watch@chromium.org'], |
| 300 'pepper_api': ['piman+watch@chromium.org'], | 301 'pepper_api': ['piman+watch@chromium.org'], |
| 301 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', | 302 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', |
| 302 'dominich+watch@chromium.org'], | 303 'dominich+watch@chromium.org'], |
| 303 'chromedriver': ['kkania@chromium.org'], | 304 'chromedriver': ['kkania@chromium.org'], |
| 304 'dom_login': ['rharrison@chromium.org'], | 305 'dom_login': ['rharrison@chromium.org'], |
| 305 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 306 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
| 306 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], | 307 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], |
| 307 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], | 308 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], |
| 308 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 309 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
| 309 'prasadt@chromium.org', 'dcheng@chromium.org', | 310 'prasadt@chromium.org', 'dcheng@chromium.org', |
| 310 'jianli@chromium.org'], | 311 'jianli@chromium.org'], |
| 311 'importer': ['tfarina@chromium.org'], | 312 'importer': ['tfarina@chromium.org'], |
| 312 'views': ['dhollowa@chromium.org'], | 313 'views': ['dhollowa@chromium.org'], |
| 313 'accelerator_table_gtk': ['mazda@chromium.org', 'derat+watch@chromium.org'], | 314 'accelerator_table_gtk': ['mazda@chromium.org', 'derat+watch@chromium.org'], |
| 314 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], | 315 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], |
| 315 'x11': ['derat+watch@chromium.org'], | 316 'x11': ['derat+watch@chromium.org'], |
| 316 }, | 317 }, |
| 317 } | 318 } |
| OLD | NEW |