| 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 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1753 'rouslan+bubble@chromium.org'], | 1753 'rouslan+bubble@chromium.org'], |
| 1754 'cache_storage': ['jkarlin+watch@chromium.org', | 1754 'cache_storage': ['jkarlin+watch@chromium.org', |
| 1755 'nhiroki@chromium.org'], | 1755 'nhiroki@chromium.org'], |
| 1756 'cast': ['avayvod+watch@chromium.org', | 1756 'cast': ['avayvod+watch@chromium.org', |
| 1757 'imcheng+watch@chromium.org', | 1757 'imcheng+watch@chromium.org', |
| 1758 'isheriff+watch@chromium.org', | 1758 'isheriff+watch@chromium.org', |
| 1759 'jasonroberts+watch@google.com', | 1759 'jasonroberts+watch@google.com', |
| 1760 'miu+watch@chromium.org', | 1760 'miu+watch@chromium.org', |
| 1761 'xjz+watch@chromium.org'], | 1761 'xjz+watch@chromium.org'], |
| 1762 'cast_certificate': ['dougsteed+watch@chromium.org', | 1762 'cast_certificate': ['dougsteed+watch@chromium.org', |
| 1763 'ryanchung+watch@chromium.org', | 1763 'ryanchung+watch@chromium.org'], |
| 1764 'sheretov+watch@chromium.org', | |
| 1765 'vadimgo+watch@chromium.org'], | |
| 1766 'cc': ['cc-bugs@chromium.org'], | 1764 'cc': ['cc-bugs@chromium.org'], |
| 1767 'certificate_transparency': ['certificate-transparency-chrome@googlegroups.c
om', | 1765 'certificate_transparency': ['certificate-transparency-chrome@googlegroups.c
om', |
| 1768 'eranm@chromium.org', | 1766 'eranm@chromium.org', |
| 1769 'martijn+crwatch@martijnc.be', | 1767 'martijn+crwatch@martijnc.be', |
| 1770 'rsleevi+watch@chromium.org'], | 1768 'rsleevi+watch@chromium.org'], |
| 1771 'chrome_elf': ['caitkp+watch@chromium.org', | 1769 'chrome_elf': ['caitkp+watch@chromium.org', |
| 1772 'pennymac+watch@chromium.org'], | 1770 'pennymac+watch@chromium.org'], |
| 1773 'chrome_views': ['tfarina@chromium.org'], | 1771 'chrome_views': ['tfarina@chromium.org'], |
| 1774 'chromecast': ['alokp+watch@chromium.org', | 1772 'chromecast': ['alokp+watch@chromium.org', |
| 1775 'halliwell+watch@chromium.org', | 1773 'halliwell+watch@chromium.org', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2091 'raymes+watch@chromium.org'], | 2089 'raymes+watch@chromium.org'], |
| 2092 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2090 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2093 'wfh+watch@chromium.org'], | 2091 'wfh+watch@chromium.org'], |
| 2094 'x11': ['derat+watch@chromium.org', | 2092 'x11': ['derat+watch@chromium.org', |
| 2095 'sadrul@chromium.org', | 2093 'sadrul@chromium.org', |
| 2096 'yusukes+watch@chromium.org'], | 2094 'yusukes+watch@chromium.org'], |
| 2097 'xml': ['dominicc+watchlist@chromium.org'], | 2095 'xml': ['dominicc+watchlist@chromium.org'], |
| 2098 'zoom': ['wjmaclean@chromium.org'], | 2096 'zoom': ['wjmaclean@chromium.org'], |
| 2099 }, | 2097 }, |
| 2100 } | 2098 } |
| OLD | NEW |