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 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1450 'base_allocator': ['dmikurube@chromium.org', | 1450 'base_allocator': ['dmikurube@chromium.org', |
1451 'wfh+watch@chromium.org'], | 1451 'wfh+watch@chromium.org'], |
1452 'base_memory': ['gavinp+memory@chromium.org'], | 1452 'base_memory': ['gavinp+memory@chromium.org'], |
1453 'base_task_scheduler': ['fdoray+watch@chromium.org', | 1453 'base_task_scheduler': ['fdoray+watch@chromium.org', |
1454 'gab+watch@chromium.org', | 1454 'gab+watch@chromium.org', |
1455 'robliao+watch@chromium.org'], | 1455 'robliao+watch@chromium.org'], |
1456 'base_win': ['grt+watch@chromium.org', | 1456 'base_win': ['grt+watch@chromium.org', |
1457 'wfh+watch@chromium.org'], | 1457 'wfh+watch@chromium.org'], |
1458 'battery_status': ['timvolodine@chromium.org'], | 1458 'battery_status': ['timvolodine@chromium.org'], |
1459 'blimp' : ['anandc+watch-blimp@chromium.org', | 1459 'blimp' : ['anandc+watch-blimp@chromium.org', |
| 1460 'bgoldman+watch-blimp@chromium.org', |
1460 'dtrainor+watch-blimp@chromium.org', | 1461 'dtrainor+watch-blimp@chromium.org', |
1461 'gcasto+watch-blimp@chromium.org', | 1462 'gcasto+watch-blimp@chromium.org', |
1462 'jessicag+watch-blimp@chromium.org', | 1463 'jessicag+watch-blimp@chromium.org', |
1463 'kmarshall+watch-blimp@chromium.org', | 1464 'kmarshall+watch-blimp@chromium.org', |
1464 'khushalsagar+watch-blimp@chromium.org', | 1465 'khushalsagar+watch-blimp@chromium.org', |
1465 'lethalantidote+watch-blimp@chromium.org', | 1466 'lethalantidote+watch-blimp@chromium.org', |
1466 'maniscalco+watch-blimp@chromium.org', | 1467 'maniscalco+watch-blimp@chromium.org', |
1467 'marcinjb+watch-blimp@chromium.org', | 1468 'marcinjb+watch-blimp@chromium.org', |
1468 'nyquist+watch-blimp@chromium.org', | 1469 'nyquist+watch-blimp@chromium.org', |
1469 'perumaal+watch-blimp@chromium.org', | 1470 'perumaal+watch-blimp@chromium.org', |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1986 'raymes+watch@chromium.org'], | 1987 'raymes+watch@chromium.org'], |
1987 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1988 'windows_sandboxing': ['pennymac+watch@chromium.org', |
1988 'wfh+watch@chromium.org'], | 1989 'wfh+watch@chromium.org'], |
1989 'x11': ['derat+watch@chromium.org', | 1990 'x11': ['derat+watch@chromium.org', |
1990 'sadrul@chromium.org', | 1991 'sadrul@chromium.org', |
1991 'yusukes+watch@chromium.org'], | 1992 'yusukes+watch@chromium.org'], |
1992 'xml': ['dominicc+watchlist@chromium.org'], | 1993 'xml': ['dominicc+watchlist@chromium.org'], |
1993 'zoom': ['wjmaclean@chromium.org'], | 1994 'zoom': ['wjmaclean@chromium.org'], |
1994 }, | 1995 }, |
1995 } | 1996 } |
OLD | NEW |