| 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 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1721 'jasonroberts+watch@google.com', | 1721 'jasonroberts+watch@google.com', |
| 1722 'miu+watch@chromium.org', | 1722 'miu+watch@chromium.org', |
| 1723 'xjz+watch@chromium.org'], | 1723 'xjz+watch@chromium.org'], |
| 1724 'cast_certificate': ['dougsteed+watch@chromium.org', | 1724 'cast_certificate': ['dougsteed+watch@chromium.org', |
| 1725 'ryanchung+watch@chromium.org', | 1725 'ryanchung+watch@chromium.org', |
| 1726 'sheretov+watch@chromium.org', | 1726 'sheretov+watch@chromium.org', |
| 1727 'vadimgo+watch@chromium.org'], | 1727 'vadimgo+watch@chromium.org'], |
| 1728 'cc': ['cc-bugs@chromium.org'], | 1728 'cc': ['cc-bugs@chromium.org'], |
| 1729 'certificate_transparency': ['certificate-transparency-chrome@googlegroups.c
om', | 1729 'certificate_transparency': ['certificate-transparency-chrome@googlegroups.c
om', |
| 1730 'eranm@chromium.org', | 1730 'eranm@chromium.org', |
| 1731 'martijn+crwatch@martijnc.be', |
| 1731 'rsleevi+watch@chromium.org'], | 1732 'rsleevi+watch@chromium.org'], |
| 1732 'chrome_elf': ['caitkp+watch@chromium.org', | 1733 'chrome_elf': ['caitkp+watch@chromium.org', |
| 1733 'pennymac+watch@chromium.org'], | 1734 'pennymac+watch@chromium.org'], |
| 1734 'chrome_views': ['tfarina@chromium.org'], | 1735 'chrome_views': ['tfarina@chromium.org'], |
| 1735 'chromecast': ['alokp+watch@chromium.org', | 1736 'chromecast': ['alokp+watch@chromium.org', |
| 1736 'halliwell+watch@chromium.org', | 1737 'halliwell+watch@chromium.org', |
| 1737 'lcwu+watch@chromium.org'], | 1738 'lcwu+watch@chromium.org'], |
| 1738 'chromecast_public': ['gfhuang+watch@chromium.org'], | 1739 'chromecast_public': ['gfhuang+watch@chromium.org'], |
| 1739 'chromedriver': ['samuong+watch@chromium.org'], | 1740 'chromedriver': ['samuong+watch@chromium.org'], |
| 1740 'chromeos': ['oshima+watch@chromium.org'], | 1741 'chromeos': ['oshima+watch@chromium.org'], |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2027 'raymes+watch@chromium.org'], | 2028 'raymes+watch@chromium.org'], |
| 2028 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2029 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2029 'wfh+watch@chromium.org'], | 2030 'wfh+watch@chromium.org'], |
| 2030 'x11': ['derat+watch@chromium.org', | 2031 'x11': ['derat+watch@chromium.org', |
| 2031 'sadrul@chromium.org', | 2032 'sadrul@chromium.org', |
| 2032 'yusukes+watch@chromium.org'], | 2033 'yusukes+watch@chromium.org'], |
| 2033 'xml': ['dominicc+watchlist@chromium.org'], | 2034 'xml': ['dominicc+watchlist@chromium.org'], |
| 2034 'zoom': ['wjmaclean@chromium.org'], | 2035 'zoom': ['wjmaclean@chromium.org'], |
| 2035 }, | 2036 }, |
| 2036 } | 2037 } |
| OLD | NEW |