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 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1252 'piman+watch@chromium.org', | 1252 'piman+watch@chromium.org', |
1253 'sievers+watch@chromium.org', | 1253 'sievers+watch@chromium.org', |
1254 'kalyan.kondapally@intel.com'], | 1254 'kalyan.kondapally@intel.com'], |
1255 'auto_bisect': ['auto-bisect-reviews@chromium.org'], | 1255 'auto_bisect': ['auto-bisect-reviews@chromium.org'], |
1256 'autofill': ['bondd+autofillwatch@chromium.org', | 1256 'autofill': ['bondd+autofillwatch@chromium.org', |
1257 'estade+watch@chromium.org', | 1257 'estade+watch@chromium.org', |
1258 'jdonnelly+autofillwatch@chromium.org', | 1258 'jdonnelly+autofillwatch@chromium.org', |
1259 'rouslan+autofill@chromium.org', | 1259 'rouslan+autofill@chromium.org', |
1260 'vabr+watchlistautofill@chromium.org'], | 1260 'vabr+watchlistautofill@chromium.org'], |
1261 'automation': ['robertshield@chromium.org'], | 1261 'automation': ['robertshield@chromium.org'], |
1262 'background_sync': ['jkarlin+watch@chromium.org','peter@chromium.org'], | 1262 'background_sync': ['jkarlin+watch@chromium.org','peter@chromium.org', |
| 1263 'iclelland+watch@chromium.org'], |
1263 'base': ['vmpstr+watch@chromium.org'], | 1264 'base': ['vmpstr+watch@chromium.org'], |
1264 'base_allocator': ['dmikurube@chromium.org', | 1265 'base_allocator': ['dmikurube@chromium.org', |
1265 'wfh+watch@chromium.org'], | 1266 'wfh+watch@chromium.org'], |
1266 'base_memory': ['gavinp+memory@chromium.org'], | 1267 'base_memory': ['gavinp+memory@chromium.org'], |
1267 'base_win': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], | 1268 'base_win': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], |
1268 'battery_status': ['timvolodine@chromium.org'], | 1269 'battery_status': ['timvolodine@chromium.org'], |
1269 'blimp' : ['anandc+watch-blimp@chromium.org', | 1270 'blimp' : ['anandc+watch-blimp@chromium.org', |
1270 'dtrainor+watch-blimp@chromium.org', | 1271 'dtrainor+watch-blimp@chromium.org', |
1271 'kmarshall+watch-blimp@chromium.org', | 1272 'kmarshall+watch-blimp@chromium.org', |
1272 'maniscalco+watch-blimp@chromium.org', | 1273 'maniscalco+watch-blimp@chromium.org', |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1703 'kinuko+worker@chromium.org', | 1704 'kinuko+worker@chromium.org', |
1704 'horo+watch@chromium.org', | 1705 'horo+watch@chromium.org', |
1705 'falken@chromium.org' ], | 1706 'falken@chromium.org' ], |
1706 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1707 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1707 'blink-reviews-wtf@chromium.org' ], | 1708 'blink-reviews-wtf@chromium.org' ], |
1708 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1709 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1709 'test_runner': [ 'jochen+watch@chromium.org', | 1710 'test_runner': [ 'jochen+watch@chromium.org', |
1710 'mlamouri+watch-test-runner@chromium.org' ], | 1711 'mlamouri+watch-test-runner@chromium.org' ], |
1711 }, | 1712 }, |
1712 } | 1713 } |
OLD | NEW |