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 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 'cast': ['avayvod+watch@chromium.org', | 1289 'cast': ['avayvod+watch@chromium.org', |
1290 'imcheng+watch@chromium.org', | 1290 'imcheng+watch@chromium.org', |
1291 'isheriff+watch@chromium.org', | 1291 'isheriff+watch@chromium.org', |
1292 'jasonroberts+watch@google.com', | 1292 'jasonroberts+watch@google.com', |
1293 'miu+watch@chromium.org', | 1293 'miu+watch@chromium.org', |
1294 'xjz+watch@chromium.org'], | 1294 'xjz+watch@chromium.org'], |
1295 'cc': ['cc-bugs@chromium.org'], | 1295 'cc': ['cc-bugs@chromium.org'], |
1296 'certificate_transparency': ['eranm@chromium.org', 'certificate-transparency
-chrome@googlegroups.com'], | 1296 'certificate_transparency': ['eranm@chromium.org', 'certificate-transparency
-chrome@googlegroups.com'], |
1297 'chrome_elf': ['caitkp+watch@chromium.org',], | 1297 'chrome_elf': ['caitkp+watch@chromium.org',], |
1298 'chrome_views': ['tfarina@chromium.org'], | 1298 'chrome_views': ['tfarina@chromium.org'], |
1299 'chromecast': ['gunsch+watch@chromium.org', | 1299 'chromecast': ['halliwell+watch@chromium.org', |
1300 'halliwell+watch@chromium.org', | |
1301 'lcwu+watch@chromium.org'], | 1300 'lcwu+watch@chromium.org'], |
1302 'chromecast_public': ['gfhuang+watch@chromium.org'], | 1301 'chromecast_public': ['gfhuang+watch@chromium.org'], |
1303 'chromedriver': ['samuong+watch@chromium.org'], | 1302 'chromedriver': ['samuong+watch@chromium.org'], |
1304 'chromeos' : ['oshima+watch@chromium.org'], | 1303 'chromeos' : ['oshima+watch@chromium.org'], |
1305 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], | 1304 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], |
1306 'chromeos_calculator' : ['dharcourt@chromium.org'], | 1305 'chromeos_calculator' : ['dharcourt@chromium.org'], |
1307 'chromeos_dbus': ['hashimoto+watch@chromium.org'], | 1306 'chromeos_dbus': ['hashimoto+watch@chromium.org'], |
1308 'chromeos_net' : ['stevenjb+watch@chromium.org'], | 1307 'chromeos_net' : ['stevenjb+watch@chromium.org'], |
1309 'chromeos_power' : ['derat+watch@chromium.org'], | 1308 'chromeos_power' : ['derat+watch@chromium.org'], |
1310 'chromeos_login' : ['achuith+watch@chromium.org', | 1309 'chromeos_login' : ['achuith+watch@chromium.org', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1715 'kinuko+worker@chromium.org', | 1714 'kinuko+worker@chromium.org', |
1716 'horo+watch@chromium.org', | 1715 'horo+watch@chromium.org', |
1717 'falken@chromium.org' ], | 1716 'falken@chromium.org' ], |
1718 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1717 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1719 'blink-reviews-wtf@chromium.org' ], | 1718 'blink-reviews-wtf@chromium.org' ], |
1720 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1719 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1721 'test_runner': [ 'jochen+watch@chromium.org', | 1720 'test_runner': [ 'jochen+watch@chromium.org', |
1722 'mlamouri+watch-test-runner@chromium.org' ], | 1721 'mlamouri+watch-test-runner@chromium.org' ], |
1723 }, | 1722 }, |
1724 } | 1723 } |
OLD | NEW |