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 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1960 'payments': ['rouslan+payments@chromium.org', | 1960 'payments': ['rouslan+payments@chromium.org', |
1961 'sebsg+paymentswatch@chromium.org', | 1961 'sebsg+paymentswatch@chromium.org', |
1962 'gogerald+paymentswatch@chromium.org'], | 1962 'gogerald+paymentswatch@chromium.org'], |
1963 'pepper_api': ['binji+watch@chromium.org', | 1963 'pepper_api': ['binji+watch@chromium.org', |
1964 'bradnelson+warch@chromium.org', | 1964 'bradnelson+warch@chromium.org', |
1965 'ihf+watch@chromium.org', | 1965 'ihf+watch@chromium.org', |
1966 'piman+watch@chromium.org', | 1966 'piman+watch@chromium.org', |
1967 'teravest+watch@chromium.org', | 1967 'teravest+watch@chromium.org', |
1968 'tzik@chromium.org', | 1968 'tzik@chromium.org', |
1969 'yusukes+watch@chromium.org'], | 1969 'yusukes+watch@chromium.org'], |
1970 'permissions': ['mlamouri+watch-permissions@chromium.org'], | 1970 'permissions': ['mlamouri+watch-permissions@chromium.org', |
| 1971 'raymes+watch@chromium.org'], |
1971 'plugin': ['jam@chromium.org'], | 1972 'plugin': ['jam@chromium.org'], |
1972 'policy_definitions': ['tnagel+watch@chromium.org'], | 1973 'policy_definitions': ['tnagel+watch@chromium.org'], |
1973 'polymer': ['dbeam+watch-polymer@chromium.org', | 1974 'polymer': ['dbeam+watch-polymer@chromium.org', |
1974 'michaelpg+watch-polymer@chromium.org'], | 1975 'michaelpg+watch-polymer@chromium.org'], |
1975 'precache': ['wifiprefetch-reviews@google.com'], | 1976 'precache': ['wifiprefetch-reviews@google.com'], |
1976 'prepopulated_engines': ['vasilii+watch@chromium.org'], | 1977 'prepopulated_engines': ['vasilii+watch@chromium.org'], |
1977 'prerender': ['cbentzel+watch@chromium.org', | 1978 'prerender': ['cbentzel+watch@chromium.org', |
1978 'gavinp+prer@chromium.org', | 1979 'gavinp+prer@chromium.org', |
1979 'tburkard+watch@chromium.org'], | 1980 'tburkard+watch@chromium.org'], |
1980 'push_messaging': ['harkness+watch@chromium.org', | 1981 'push_messaging': ['harkness+watch@chromium.org', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2060 'raymes+watch@chromium.org'], | 2061 'raymes+watch@chromium.org'], |
2061 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2062 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2062 'wfh+watch@chromium.org'], | 2063 'wfh+watch@chromium.org'], |
2063 'x11': ['derat+watch@chromium.org', | 2064 'x11': ['derat+watch@chromium.org', |
2064 'sadrul@chromium.org', | 2065 'sadrul@chromium.org', |
2065 'yusukes+watch@chromium.org'], | 2066 'yusukes+watch@chromium.org'], |
2066 'xml': ['dominicc+watchlist@chromium.org'], | 2067 'xml': ['dominicc+watchlist@chromium.org'], |
2067 'zoom': ['wjmaclean@chromium.org'], | 2068 'zoom': ['wjmaclean@chromium.org'], |
2068 }, | 2069 }, |
2069 } | 2070 } |
OLD | NEW |