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 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2192 'tbmv2_metrics': ['speed-metrics-reviews@chromium.org'], | 2192 'tbmv2_metrics': ['speed-metrics-reviews@chromium.org'], |
2193 'tcmalloc': ['dmikurube@chromium.org'], | 2193 'tcmalloc': ['dmikurube@chromium.org'], |
2194 'telemetry': ['telemetry-reviews@chromium.org'], | 2194 'telemetry': ['telemetry-reviews@chromium.org'], |
2195 'test_runner': ['jochen+watch@chromium.org', | 2195 'test_runner': ['jochen+watch@chromium.org', |
2196 'mlamouri+watch-test-runner@chromium.org', | 2196 'mlamouri+watch-test-runner@chromium.org', |
2197 'einbinder+watch-test-runner@chromium.org'], | 2197 'einbinder+watch-test-runner@chromium.org'], |
2198 'tests': [], | 2198 'tests': [], |
2199 'tether': ['jlklein+watch-tether@chromium.org', | 2199 'tether': ['jlklein+watch-tether@chromium.org', |
2200 'khorimoto+watch-tether@chromium.org', | 2200 'khorimoto+watch-tether@chromium.org', |
2201 'hansberry+watch-tether@chromium.org', | 2201 'hansberry+watch-tether@chromium.org', |
| 2202 'lesliewatkins+watch-tether@chromium.org', |
2202 'tengs+watch-tether@chromium.org', | 2203 'tengs+watch-tether@chromium.org', |
2203 'jhawkins+watch-tether@chromium.org'], | 2204 'jhawkins+watch-tether@chromium.org'], |
2204 'textinput': ['nona+watch@chromium.org', | 2205 'textinput': ['nona+watch@chromium.org', |
2205 'shuchen+watch@chromium.org', | 2206 'shuchen+watch@chromium.org', |
2206 'suzhe@chromium.org', | 2207 'suzhe@chromium.org', |
2207 'yusukes+watch@chromium.org'], | 2208 'yusukes+watch@chromium.org'], |
2208 'textinput_chromeos': ['nona+watch@chromium.org', | 2209 'textinput_chromeos': ['nona+watch@chromium.org', |
2209 'shuchen+watch@chromium.org', | 2210 'shuchen+watch@chromium.org', |
2210 'yusukes+watch@chromium.org'], | 2211 'yusukes+watch@chromium.org'], |
2211 'timers': ['chirantan+watch@chromium.org'], | 2212 'timers': ['chirantan+watch@chromium.org'], |
(...skipping 21 matching lines...) Expand all Loading... |
2233 'msramek+watch@chromium.org', | 2234 'msramek+watch@chromium.org', |
2234 'raymes+watch@chromium.org'], | 2235 'raymes+watch@chromium.org'], |
2235 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2236 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2236 'wfh+watch@chromium.org'], | 2237 'wfh+watch@chromium.org'], |
2237 'x11': ['derat+watch@chromium.org', | 2238 'x11': ['derat+watch@chromium.org', |
2238 'sadrul@chromium.org', | 2239 'sadrul@chromium.org', |
2239 'yusukes+watch@chromium.org'], | 2240 'yusukes+watch@chromium.org'], |
2240 'zoom': ['wjmaclean@chromium.org'], | 2241 'zoom': ['wjmaclean@chromium.org'], |
2241 }, | 2242 }, |
2242 } | 2243 } |
OLD | NEW |