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 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1429 'imcheng+watch@chromium.org', | 1429 'imcheng+watch@chromium.org', |
1430 'isheriff+watch@chromium.org', | 1430 'isheriff+watch@chromium.org', |
1431 'jasonroberts+watch@google.com', | 1431 'jasonroberts+watch@google.com', |
1432 'miu+watch@chromium.org', | 1432 'miu+watch@chromium.org', |
1433 'xjz+watch@chromium.org'], | 1433 'xjz+watch@chromium.org'], |
1434 'cast_certificate': ['dougsteed+watch@chromium.org', | 1434 'cast_certificate': ['dougsteed+watch@chromium.org', |
1435 'ryanchung+watch@chromium.org', | 1435 'ryanchung+watch@chromium.org', |
1436 'sheretov+watch@chromium.org', | 1436 'sheretov+watch@chromium.org', |
1437 'vadimgo+watch@chromium.org'], | 1437 'vadimgo+watch@chromium.org'], |
1438 'cc': ['cc-bugs@chromium.org'], | 1438 'cc': ['cc-bugs@chromium.org'], |
1439 'certificate_transparency': ['eranm@chromium.org', 'certificate-transparency
-chrome@googlegroups.com'], | 1439 'certificate_transparency': ['eranm@chromium.org', |
| 1440 'rsleevi+watch@chromium.org', |
| 1441 'certificate-transparency-chrome@googlegroups.c
om'], |
1440 'chrome_elf': ['caitkp+watch@chromium.org',], | 1442 'chrome_elf': ['caitkp+watch@chromium.org',], |
1441 'chrome_views': ['tfarina@chromium.org'], | 1443 'chrome_views': ['tfarina@chromium.org'], |
1442 'chromecast': ['alokp+watch@chromium.org', | 1444 'chromecast': ['alokp+watch@chromium.org', |
1443 'halliwell+watch@chromium.org', | 1445 'halliwell+watch@chromium.org', |
1444 'lcwu+watch@chromium.org'], | 1446 'lcwu+watch@chromium.org'], |
1445 'chromecast_public': ['gfhuang+watch@chromium.org'], | 1447 'chromecast_public': ['gfhuang+watch@chromium.org'], |
1446 'chromedriver': ['samuong+watch@chromium.org'], | 1448 'chromedriver': ['samuong+watch@chromium.org'], |
1447 'chromeos' : ['oshima+watch@chromium.org'], | 1449 'chromeos' : ['oshima+watch@chromium.org'], |
1448 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], | 1450 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], |
1449 'chromeos_calculator' : ['dharcourt@chromium.org'], | 1451 'chromeos_calculator' : ['dharcourt@chromium.org'], |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1873 'falken@chromium.org' ], | 1875 'falken@chromium.org' ], |
1874 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1876 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1875 'blink-reviews-wtf@chromium.org' ], | 1877 'blink-reviews-wtf@chromium.org' ], |
1876 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1878 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1877 'test_runner': [ 'jochen+watch@chromium.org', | 1879 'test_runner': [ 'jochen+watch@chromium.org', |
1878 'mlamouri+watch-test-runner@chromium.org' ], | 1880 'mlamouri+watch-test-runner@chromium.org' ], |
1879 'clank_uma_settings': ['gayane+watch@chromium.org'], | 1881 'clank_uma_settings': ['gayane+watch@chromium.org'], |
1880 'xml': [ 'dominicc+watchlist@chromium.org' ], | 1882 'xml': [ 'dominicc+watchlist@chromium.org' ], |
1881 }, | 1883 }, |
1882 } | 1884 } |
OLD | NEW |