| OLD | NEW |
| 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 | 8 |
| 9 { | 9 { |
| 10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 'jamiewalch+watch@chromium.org', | 402 'jamiewalch+watch@chromium.org', |
| 403 'lambroslambrou+watch@chromium.org', | 403 'lambroslambrou+watch@chromium.org', |
| 404 'sergeyu+watch@chromium.org', | 404 'sergeyu+watch@chromium.org', |
| 405 'simonmorris+watch@chromium.org', | 405 'simonmorris+watch@chromium.org', |
| 406 'wez+watch@chromium.org', | 406 'wez+watch@chromium.org', |
| 407 'amit@chromium.org', | 407 'amit@chromium.org', |
| 408 'sanjeevr@chromium.org'], | 408 'sanjeevr@chromium.org'], |
| 409 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org'], | 409 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org'], |
| 410 'cookie_monster': ['erikwright@chromium.org', 'rkn@chromium.org', | 410 'cookie_monster': ['erikwright@chromium.org', 'rkn@chromium.org', |
| 411 'wtc@chromium.org'], | 411 'wtc@chromium.org'], |
| 412 'autofill': ['dhollowa+watch@chromium.org', 'georgey@chromium.org', | 412 'autofill': ['dhollowa+watch@chromium.org', 'isherman@chromium.org', |
| 413 'isherman@chromium.org', 'dyu@chromium.org'], | 413 'dyu@chromium.org'], |
| 414 'webdata': ['dhollowa+watch@chromium.org'], | 414 'webdata': ['dhollowa+watch@chromium.org'], |
| 415 'i18n': ['jshin+watch@chromium.org'], | 415 'i18n': ['jshin+watch@chromium.org'], |
| 416 'pyauto': ['anantha@chromium.org', | 416 'pyauto': ['anantha@chromium.org', |
| 417 'nirnimesh@chromium.org', 'dyu@chromium.org', | 417 'nirnimesh@chromium.org', 'dyu@chromium.org', |
| 418 'dennisjeffrey@chromium.org'], | 418 'dennisjeffrey@chromium.org'], |
| 419 'labs': ['thakis@chromium.org'], | 419 'labs': ['thakis@chromium.org'], |
| 420 'fileapi': ['kinuko+watch@chromium.org'], | 420 'fileapi': ['kinuko+watch@chromium.org'], |
| 421 'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org', | 421 'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org', |
| 422 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org'], | 422 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org'], |
| 423 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', | 423 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 'omnibox': ['suzhe@chromium.org'], | 465 'omnibox': ['suzhe@chromium.org'], |
| 466 'message_loop': ['sadrul@chromium.org'], | 466 'message_loop': ['sadrul@chromium.org'], |
| 467 'clipboard': ['dcheng@chromium.org'], | 467 'clipboard': ['dcheng@chromium.org'], |
| 468 'metrics': ['jar@chromium.org', | 468 'metrics': ['jar@chromium.org', |
| 469 'isherman@chromium.org', | 469 'isherman@chromium.org', |
| 470 'mad@chromium.org'], | 470 'mad@chromium.org'], |
| 471 'speech': ['satish@chromium.org'], | 471 'speech': ['satish@chromium.org'], |
| 472 'installer': ['grt+watch@chromium.org'], | 472 'installer': ['grt+watch@chromium.org'], |
| 473 }, | 473 }, |
| 474 } | 474 } |
| OLD | NEW |