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 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1938 'droger+watchlist@chromium.org', | 1938 'droger+watchlist@chromium.org', |
1939 'sdefresne+watchlist@chromium.org'], | 1939 'sdefresne+watchlist@chromium.org'], |
1940 'content': ['darin-cc@chromium.org', | 1940 'content': ['darin-cc@chromium.org', |
1941 'jam@chromium.org'], | 1941 'jam@chromium.org'], |
1942 'content_bluetooth': ['ortuno+watch@chromium.org', | 1942 'content_bluetooth': ['ortuno+watch@chromium.org', |
1943 'scheib+watch@chromium.org'], | 1943 'scheib+watch@chromium.org'], |
1944 'content_loader': ['loading-reviews@chromium.org', | 1944 'content_loader': ['loading-reviews@chromium.org', |
1945 'mmenke@chromium.org', | 1945 'mmenke@chromium.org', |
1946 'rdsmith@chromium.org'], | 1946 'rdsmith@chromium.org'], |
1947 'content_network': ['asanka@chromium.org', | 1947 'content_network': ['asanka@chromium.org', |
1948 » » 'mmenke@chromium.org', | 1948 'mmenke@chromium.org', |
1949 » » 'rdsmith@chromium.org'], | 1949 'rdsmith@chromium.org', |
| 1950 'kinuko@chromium.org'], |
1950 'content_renderer': ['mlamouri+watch-content@chromium.org'], | 1951 'content_renderer': ['mlamouri+watch-content@chromium.org'], |
1951 'content_shell': ['jochen+watch@chromium.org', | 1952 'content_shell': ['jochen+watch@chromium.org', |
1952 'mlamouri+watch-content@chromium.org', | 1953 'mlamouri+watch-content@chromium.org', |
1953 'peter@chromium.org'], | 1954 'peter@chromium.org'], |
1954 'content_worker': ['blink-worker-reviews@chromium.org', | 1955 'content_worker': ['blink-worker-reviews@chromium.org', |
1955 'kinuko+watch@chromium.org'], | 1956 'kinuko+watch@chromium.org'], |
1956 'contextual_search': ['donnd+watch@chromium.org', | 1957 'contextual_search': ['donnd+watch@chromium.org', |
1957 'twellington+watch@chromium.org'], | 1958 'twellington+watch@chromium.org'], |
1958 'courgette': ['huangs+watch@chromium.org', | 1959 'courgette': ['huangs+watch@chromium.org', |
1959 'wfh+watch@chromium.org'], | 1960 'wfh+watch@chromium.org'], |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2271 'msramek+watch@chromium.org', | 2272 'msramek+watch@chromium.org', |
2272 'raymes+watch@chromium.org'], | 2273 'raymes+watch@chromium.org'], |
2273 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2274 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2274 'wfh+watch@chromium.org'], | 2275 'wfh+watch@chromium.org'], |
2275 'x11': ['derat+watch@chromium.org', | 2276 'x11': ['derat+watch@chromium.org', |
2276 'sadrul@chromium.org', | 2277 'sadrul@chromium.org', |
2277 'yusukes+watch@chromium.org'], | 2278 'yusukes+watch@chromium.org'], |
2278 'zoom': ['wjmaclean@chromium.org'], | 2279 'zoom': ['wjmaclean@chromium.org'], |
2279 }, | 2280 }, |
2280 } | 2281 } |
OLD | NEW |