| 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 'chromeos': ['davemoore+watch@chromium.org', 'stevenjb+watch@chromium.org', | 369 'chromeos': ['davemoore+watch@chromium.org', 'stevenjb+watch@chromium.org', |
| 370 'nkostylev+watch@chromium.org'], | 370 'nkostylev+watch@chromium.org'], |
| 371 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 371 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
| 372 'npapi_headers': ['stuartmorgan@chromium.org'], | 372 'npapi_headers': ['stuartmorgan@chromium.org'], |
| 373 'remoting': ['garykac+watch@chromium.org', | 373 'remoting': ['garykac+watch@chromium.org', |
| 374 'hclam+watch@chromium.org', | 374 'hclam+watch@chromium.org', |
| 375 'jamiewalch+watch@chromium.org', | 375 'jamiewalch+watch@chromium.org', |
| 376 'lambroslambrou+watch@chromium.org', | 376 'lambroslambrou+watch@chromium.org', |
| 377 'sergeyu+watch@chromium.org', | 377 'sergeyu+watch@chromium.org', |
| 378 'simonmorris+watch@chromium.org', | 378 'simonmorris+watch@chromium.org', |
| 379 'wez+watch@chromium.org'], | 379 'wez+watch@chromium.org', |
| 380 'amit@chromium.org', |
| 381 'sanjeevr@chromium.org'], |
| 380 'ntp': ['estade+watch@chromium.org'], | 382 'ntp': ['estade+watch@chromium.org'], |
| 381 'cookie_monster': ['erikwright@chromium.org', 'rdsmith@chromium.org', | 383 'cookie_monster': ['erikwright@chromium.org', 'rdsmith@chromium.org', |
| 382 'rkn@chromium.org', 'wtc@chromium.org'], | 384 'rkn@chromium.org', 'wtc@chromium.org'], |
| 383 'autofill': ['dhollowa+watch@chromium.org', 'georgey@chromium.org', | 385 'autofill': ['dhollowa+watch@chromium.org', 'georgey@chromium.org', |
| 384 'isherman@chromium.org', 'dyu@chromium.org'], | 386 'isherman@chromium.org', 'dyu@chromium.org'], |
| 385 'webdata': ['dhollowa+watch@chromium.org'], | 387 'webdata': ['dhollowa+watch@chromium.org'], |
| 386 'i18n': ['jshin+watch@chromium.org'], | 388 'i18n': ['jshin+watch@chromium.org'], |
| 387 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', | 389 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', |
| 388 'nirnimesh@chromium.org', 'dyu@chromium.org', | 390 'nirnimesh@chromium.org', 'dyu@chromium.org', |
| 389 'dennisjeffrey@chromium.org'], | 391 'dennisjeffrey@chromium.org'], |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 'browser_gl': ['dhollowa+watch@chromium.org'], | 432 'browser_gl': ['dhollowa+watch@chromium.org'], |
| 431 'textinput': ['penghuang+watch@chromium.org', | 433 'textinput': ['penghuang+watch@chromium.org', |
| 432 'suzhe@chromium.org', | 434 'suzhe@chromium.org', |
| 433 'yusukes+watch@chromium.org'], | 435 'yusukes+watch@chromium.org'], |
| 434 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 436 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
| 435 'omnibox': ['suzhe@chromium.org'], | 437 'omnibox': ['suzhe@chromium.org'], |
| 436 'message_loop': ['sadrul@chromium.org'], | 438 'message_loop': ['sadrul@chromium.org'], |
| 437 'clipboard': ['dcheng@chromium.org'], | 439 'clipboard': ['dcheng@chromium.org'], |
| 438 }, | 440 }, |
| 439 } | 441 } |
| OLD | NEW |