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 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
824 'chromeos_power' : ['derat+watch@chromium.org'], | 824 'chromeos_power' : ['derat+watch@chromium.org'], |
825 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 825 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
826 'clang_update': ['ukai+watch@chromium.org', | 826 'clang_update': ['ukai+watch@chromium.org', |
827 'dmikurube+clang@chromium.org', | 827 'dmikurube+clang@chromium.org', |
828 'eugenis+clang@chromium.org', | 828 'eugenis+clang@chromium.org', |
829 'glider+clang@chromium.org'], | 829 'glider+clang@chromium.org'], |
830 'clipboard': ['dcheng@chromium.org'], | 830 'clipboard': ['dcheng@chromium.org'], |
831 'closure': ['dbeam+watch-closure@chromium.org', | 831 'closure': ['dbeam+watch-closure@chromium.org', |
832 'vitalyp+closure@chromium.org'], | 832 'vitalyp+closure@chromium.org'], |
833 'content': ['jam@chromium.org', | 833 'content': ['jam@chromium.org', |
834 'darin-cc@chromium.org'], | 834 'darin-cc@chromium.org', |
| 835 'mkwst+moarreviews-content@chromium.org'], |
835 'content_input': ['jdduke+watch@chromium.org'], | 836 'content_input': ['jdduke+watch@chromium.org'], |
836 'content_shell': ['jochen+watch@chromium.org'], | 837 'content_shell': ['jochen+watch@chromium.org', |
| 838 'mkwst+moarreviews-shell@chromium.org'], |
837 'cookie_monster': ['erikwright@chromium.org'], | 839 'cookie_monster': ['erikwright@chromium.org'], |
838 'deep_memory_profiler': ['dmikurube+memory@chromium.org'], | 840 'deep_memory_profiler': ['dmikurube+memory@chromium.org'], |
839 'device_sensors': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org',
'rijubrata.bhaumik@intel.com'], | 841 'device_sensors': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org',
'rijubrata.bhaumik@intel.com'], |
840 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', | 842 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', |
841 'vsevik@chromium.org', 'aandrey+blink@chromium.org', | 843 'vsevik@chromium.org', 'aandrey+blink@chromium.org', |
842 'paulirish+reviews@chromium.org', | 844 'paulirish+reviews@chromium.org', |
843 'devtools-reviews@chromium.org'], | 845 'devtools-reviews@chromium.org'], |
844 'disk_cache': ['gavinp+disk@chromium.org'], | 846 'disk_cache': ['gavinp+disk@chromium.org'], |
845 'dns': ['mmenke@chromium.org'], | 847 'dns': ['mmenke@chromium.org'], |
846 'download_database': ['benjhayden+dwatch@chromium.org'], | 848 'download_database': ['benjhayden+dwatch@chromium.org'], |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
996 'mcasas+watch@chromium.org', | 998 'mcasas+watch@chromium.org', |
997 'posciak+watch@chromium.org'], | 999 'posciak+watch@chromium.org'], |
998 'website_settings': ['markusheintz@chromium.org'], | 1000 'website_settings': ['markusheintz@chromium.org'], |
999 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1001 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1000 'worker': ['jam@chromium.org'], | 1002 'worker': ['jam@chromium.org'], |
1001 'x11': ['derat+watch@chromium.org', | 1003 'x11': ['derat+watch@chromium.org', |
1002 'sadrul@chromium.org', | 1004 'sadrul@chromium.org', |
1003 'yusukes+watch@chromium.org'], | 1005 'yusukes+watch@chromium.org'], |
1004 }, | 1006 }, |
1005 } | 1007 } |
OLD | NEW |