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 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
10 | 10 |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 'gfx_image': ['rsesek+watch@chromium.org'], | 596 'gfx_image': ['rsesek+watch@chromium.org'], |
597 'gpu': ['apatrick@chromium.org'], | 597 'gpu': ['apatrick@chromium.org'], |
598 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], | 598 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], |
599 'i18n': ['jshin+watch@chromium.org'], | 599 'i18n': ['jshin+watch@chromium.org'], |
600 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 600 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
601 'importer': ['tfarina@chromium.org'], | 601 'importer': ['tfarina@chromium.org'], |
602 'installer': ['grt+watch@chromium.org'], | 602 'installer': ['grt+watch@chromium.org'], |
603 'instant': ['sreeram@chromium.org', 'gideonwald@chromium.org', | 603 'instant': ['sreeram@chromium.org', 'gideonwald@chromium.org', |
604 'dcblack@chromium.org', 'jered@chromium.org', | 604 'dcblack@chromium.org', 'jered@chromium.org', |
605 'dominich@chromium.org', 'samarth+watch@chromium.org', | 605 'dominich@chromium.org', 'samarth+watch@chromium.org', |
606 'melevin@chromium.org'], | 606 'melevin@chromium.org', 'dougw+watch@chromium.org', |
| 607 'kmadhusu+watch@chromium.org'], |
607 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], | 608 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], |
608 'linux_fonts': ['derat+watch@chromium.org'], | 609 'linux_fonts': ['derat+watch@chromium.org'], |
609 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], | 610 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], |
610 'linux_seccomp_bpf': ['jln+watch@chromium.org'], | 611 'linux_seccomp_bpf': ['jln+watch@chromium.org'], |
611 'locale_settings': ['finnur+watch@chromium.org'], | 612 'locale_settings': ['finnur+watch@chromium.org'], |
612 'mac': ['sail+watch@chromium.org'], | 613 'mac': ['sail+watch@chromium.org'], |
613 'managed_users': ['pam+watch@chromium.org'], | 614 'managed_users': ['pam+watch@chromium.org'], |
614 'media': ['feature-media-reviews@chromium.org'], | 615 'media': ['feature-media-reviews@chromium.org'], |
615 'message_loop': ['sadrul@chromium.org'], | 616 'message_loop': ['sadrul@chromium.org'], |
616 'metrics': ['jar@chromium.org', | 617 'metrics': ['jar@chromium.org', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'views': ['tfarina@chromium.org'], | 688 'views': ['tfarina@chromium.org'], |
688 'views_core': ['ben+watch@chromium.org'], | 689 'views_core': ['ben+watch@chromium.org'], |
689 'website_settings': ['markusheintz@chromium.org'], | 690 'website_settings': ['markusheintz@chromium.org'], |
690 'webkit': ['darin-cc@chromium.org'], | 691 'webkit': ['darin-cc@chromium.org'], |
691 'worker': ['jam@chromium.org'], | 692 'worker': ['jam@chromium.org'], |
692 'x11': ['derat+watch@chromium.org', | 693 'x11': ['derat+watch@chromium.org', |
693 'sadrul@chromium.org', | 694 'sadrul@chromium.org', |
694 'yusukes+watch@chromium.org'], | 695 'yusukes+watch@chromium.org'], |
695 }, | 696 }, |
696 } | 697 } |
OLD | NEW |