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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 'chromedriver': ['kkania@chromium.org'], | 419 'chromedriver': ['kkania@chromium.org'], |
420 'task_manager': ['yoshiki+watch@chromium.org'], | 420 'task_manager': ['yoshiki+watch@chromium.org'], |
421 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 421 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
422 'active_downloads': ['achuith+watch@chromium.org'], | 422 'active_downloads': ['achuith+watch@chromium.org'], |
423 'filebrowse': ['rginda+watch@chromium.org'], | 423 'filebrowse': ['rginda+watch@chromium.org'], |
424 'gdata': ['achuith+watch@chromium.org'], | 424 'gdata': ['achuith+watch@chromium.org'], |
425 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org', | 425 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org', |
426 'glotov+watch@chromium.org'], | 426 'glotov+watch@chromium.org'], |
427 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 427 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
428 'aburago@chromium.org', 'dcheng@chromium.org', | 428 'aburago@chromium.org', 'dcheng@chromium.org', |
429 'jianli@chromium.org', 'dslomov@chromium.org'], | 429 'jianli@chromium.org'], |
430 'importer': ['tfarina@chromium.org'], | 430 'importer': ['tfarina@chromium.org'], |
431 'views': ['tfarina@chromium.org'], | 431 'views': ['tfarina@chromium.org'], |
432 'accelerator_table': ['mazda+watch@chromium.org', | 432 'accelerator_table': ['mazda+watch@chromium.org', |
433 'derat+watch@chromium.org'], | 433 'derat+watch@chromium.org'], |
434 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], | 434 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], |
435 'x11': ['derat+watch@chromium.org', | 435 'x11': ['derat+watch@chromium.org', |
436 'sadrul@chromium.org', | 436 'sadrul@chromium.org', |
437 'yusukes+watch@chromium.org'], | 437 'yusukes+watch@chromium.org'], |
438 'accessibility': ['dmazzoni+watch@chromium.org', | 438 'accessibility': ['dmazzoni+watch@chromium.org', |
439 'dtseng+watch@chromium.org', | 439 'dtseng+watch@chromium.org', |
(...skipping 18 matching lines...) Expand all Loading... |
458 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 458 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
459 'omnibox': ['suzhe@chromium.org'], | 459 'omnibox': ['suzhe@chromium.org'], |
460 'message_loop': ['sadrul@chromium.org'], | 460 'message_loop': ['sadrul@chromium.org'], |
461 'clipboard': ['dcheng@chromium.org'], | 461 'clipboard': ['dcheng@chromium.org'], |
462 'metrics': ['jar@chromium.org', | 462 'metrics': ['jar@chromium.org', |
463 'isherman@chromium.org', | 463 'isherman@chromium.org', |
464 'mad@chromium.org'], | 464 'mad@chromium.org'], |
465 'installer': ['grt+watch@chromium.org'], | 465 'installer': ['grt+watch@chromium.org'], |
466 }, | 466 }, |
467 } | 467 } |
OLD | NEW |