| 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 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1381 'chromeos_calculator' : ['dharcourt@chromium.org'], | 1381 'chromeos_calculator' : ['dharcourt@chromium.org'], |
| 1382 'chromeos_dbus': ['hashimoto+watch@chromium.org'], | 1382 'chromeos_dbus': ['hashimoto+watch@chromium.org'], |
| 1383 'chromeos_net' : ['stevenjb+watch@chromium.org'], | 1383 'chromeos_net' : ['stevenjb+watch@chromium.org'], |
| 1384 'chromeos_power' : ['derat+watch@chromium.org'], | 1384 'chromeos_power' : ['derat+watch@chromium.org'], |
| 1385 'chromeos_login' : ['achuith+watch@chromium.org', | 1385 'chromeos_login' : ['achuith+watch@chromium.org', |
| 1386 'dzhioev+watch@chromium.org'], | 1386 'dzhioev+watch@chromium.org'], |
| 1387 'clang_update': ['ukai+watch@chromium.org', | 1387 'clang_update': ['ukai+watch@chromium.org', |
| 1388 'dmikurube+clang@chromium.org', | 1388 'dmikurube+clang@chromium.org', |
| 1389 'eugenis+clang@chromium.org', | 1389 'eugenis+clang@chromium.org', |
| 1390 'yunlian@chromium.org', | 1390 'yunlian@chromium.org', |
| 1391 'thakis@chromium.org', |
| 1392 'hans@chromium.org', |
| 1393 'rnk@chromium.org', |
| 1391 'glider+clang@chromium.org'], | 1394 'glider+clang@chromium.org'], |
| 1392 'clipboard': ['dcheng@chromium.org'], | 1395 'clipboard': ['dcheng@chromium.org'], |
| 1393 'closure': ['dbeam+watch-closure@chromium.org', | 1396 'closure': ['dbeam+watch-closure@chromium.org', |
| 1394 'jlklein+watch-closure@chromium.org', | 1397 'jlklein+watch-closure@chromium.org', |
| 1395 'vitalyp+closure@chromium.org'], | 1398 'vitalyp+closure@chromium.org'], |
| 1396 'components_deps': ['blundell+watchlist@chromium.org', | 1399 'components_deps': ['blundell+watchlist@chromium.org', |
| 1397 'droger+watchlist@chromium.org', | 1400 'droger+watchlist@chromium.org', |
| 1398 'sdefresne+watchlist@chromium.org'], | 1401 'sdefresne+watchlist@chromium.org'], |
| 1399 'content': ['jam@chromium.org', | 1402 'content': ['jam@chromium.org', |
| 1400 'darin-cc@chromium.org' ], | 1403 'darin-cc@chromium.org' ], |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1801 'horo+watch@chromium.org', | 1804 'horo+watch@chromium.org', |
| 1802 'falken@chromium.org' ], | 1805 'falken@chromium.org' ], |
| 1803 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1806 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1804 'blink-reviews-wtf@chromium.org' ], | 1807 'blink-reviews-wtf@chromium.org' ], |
| 1805 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1808 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1806 'test_runner': [ 'jochen+watch@chromium.org', | 1809 'test_runner': [ 'jochen+watch@chromium.org', |
| 1807 'mlamouri+watch-test-runner@chromium.org' ], | 1810 'mlamouri+watch-test-runner@chromium.org' ], |
| 1808 'clank_uma_settings': ['gayane+watch@chromium.org'], | 1811 'clank_uma_settings': ['gayane+watch@chromium.org'], |
| 1809 }, | 1812 }, |
| 1810 } | 1813 } |
| OLD | NEW |