| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], | 392 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], |
| 393 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], | 393 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], |
| 394 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 394 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
| 395 'prasadt@chromium.org', 'dcheng@chromium.org', | 395 'prasadt@chromium.org', 'dcheng@chromium.org', |
| 396 'jianli@chromium.org'], | 396 'jianli@chromium.org'], |
| 397 'importer': ['tfarina@chromium.org'], | 397 'importer': ['tfarina@chromium.org'], |
| 398 'views': ['dhollowa@chromium.org', 'tfarina@chromium.org'], | 398 'views': ['dhollowa@chromium.org', 'tfarina@chromium.org'], |
| 399 'accelerator_table_linux': ['mazda@chromium.org', | 399 'accelerator_table_linux': ['mazda@chromium.org', |
| 400 'derat+watch@chromium.org'], | 400 'derat+watch@chromium.org'], |
| 401 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], | 401 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], |
| 402 'x11': ['derat+watch@chromium.org', 'sadrul@chromium.org'], | 402 'x11': ['derat+watch@chromium.org', |
| 403 'sadrul@chromium.org', |
| 404 'yusukes+watch@chromium.org'], |
| 403 'accessibility': ['dmazzoni+watch@chromium.org', | 405 'accessibility': ['dmazzoni+watch@chromium.org', |
| 404 'dtseng+watch@chromium.org', | 406 'dtseng+watch@chromium.org', |
| 405 'ctguil+watch@chromium.org', | 407 'ctguil+watch@chromium.org', |
| 406 'aboxhall+watch@chromium.org', | 408 'aboxhall+watch@chromium.org', |
| 407 'davidbarr+watch@chromium.org', | 409 'davidbarr+watch@chromium.org', |
| 408 'zork+watch@chromium.org', | 410 'zork+watch@chromium.org', |
| 409 'hashimoto+watch@chromium.org', | 411 'hashimoto+watch@chromium.org', |
| 410 'yoshiki+watch@chromium.org', | 412 'yoshiki+watch@chromium.org', |
| 411 'yuzo+watch@chromium.org'], | 413 'yuzo+watch@chromium.org'], |
| 412 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], | 414 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], |
| 413 'views_core': ['ben+watch@chromium.org'], | 415 'views_core': ['ben+watch@chromium.org'], |
| 414 'tools_emacs': ['fischman+watch@chromium.org'], | 416 'tools_emacs': ['fischman+watch@chromium.org'], |
| 415 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', | 417 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', |
| 416 'piman+watch@chromium.org'], | 418 'piman+watch@chromium.org'], |
| 417 'textinput': ['penghuang+watch@chromium.org', 'suzhe@chromium.org'], | 419 'textinput': ['penghuang+watch@chromium.org', |
| 420 'suzhe@chromium.org', |
| 421 'yusukes+watch@chromium.org'], |
| 418 'omnibox': ['suzhe@chromium.org'], | 422 'omnibox': ['suzhe@chromium.org'], |
| 419 'message_loop': ['sadrul@chromium.org'], | 423 'message_loop': ['sadrul@chromium.org'], |
| 420 'clipboard': ['dcheng@chromium.org'], | 424 'clipboard': ['dcheng@chromium.org'], |
| 421 }, | 425 }, |
| 422 } | 426 } |
| OLD | NEW |