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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 'cookie_monster': ['erikwright@chromium.org'], | 926 'cookie_monster': ['erikwright@chromium.org'], |
927 'custom_handlers': ['vabr+watchlist@chromium.org'], | 927 'custom_handlers': ['vabr+watchlist@chromium.org'], |
928 'deep_memory_profiler': ['dmikurube@chromium.org'], | 928 'deep_memory_profiler': ['dmikurube@chromium.org'], |
929 'device_bluetooth': ['scheib+watch@chromium.org'], | 929 'device_bluetooth': ['scheib+watch@chromium.org'], |
930 'device_sensors': ['timvolodine@chromium.org', | 930 'device_sensors': ['timvolodine@chromium.org', |
931 'mvanouwerkerk@chromium.org', | 931 'mvanouwerkerk@chromium.org', |
932 'rijubrata.bhaumik@intel.com', | 932 'rijubrata.bhaumik@intel.com', |
933 'mlamouri+watch-sensors@chromium.org'], | 933 'mlamouri+watch-sensors@chromium.org'], |
934 'developer_recommended_flags': ['scheib+watch@chromium.org'], | 934 'developer_recommended_flags': ['scheib+watch@chromium.org'], |
935 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', | 935 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', |
936 'aandrey+blink@chromium.org', | |
937 'devtools-reviews@chromium.org'], | 936 'devtools-reviews@chromium.org'], |
938 'disk_cache': ['gavinp+disk@chromium.org'], | 937 'disk_cache': ['gavinp+disk@chromium.org'], |
939 'dns': ['mmenke@chromium.org'], | 938 'dns': ['mmenke@chromium.org'], |
940 'download_database': ['benjhayden+dwatch@chromium.org'], | 939 'download_database': ['benjhayden+dwatch@chromium.org'], |
941 'download': ['benjhayden+dwatch@chromium.org', 'asanka@chromium.org'], | 940 'download': ['benjhayden+dwatch@chromium.org', 'asanka@chromium.org'], |
942 'downloads_ext': ['benjhayden+dwatch@chromium.org'], | 941 'downloads_ext': ['benjhayden+dwatch@chromium.org'], |
943 'downloads_ui': ['asanka@chromium.org', 'benjhayden+dwatch@chromium.org'], | 942 'downloads_ui': ['asanka@chromium.org', 'benjhayden+dwatch@chromium.org'], |
944 'drive': ['tfarina@chromium.org'], | 943 'drive': ['tfarina@chromium.org'], |
945 'drive_resource_metadata': ['hashimoto+watch@chromium.org'], | 944 'drive_resource_metadata': ['hashimoto+watch@chromium.org'], |
946 'eme': ['eme-reviews@chromium.org'], | 945 'eme': ['eme-reviews@chromium.org'], |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 'posciak+watch@chromium.org'], | 1104 'posciak+watch@chromium.org'], |
1106 'website_settings': ['markusheintz@chromium.org'], | 1105 'website_settings': ['markusheintz@chromium.org'], |
1107 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1106 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1108 'worker': ['jam@chromium.org'], | 1107 'worker': ['jam@chromium.org'], |
1109 'x11': ['derat+watch@chromium.org', | 1108 'x11': ['derat+watch@chromium.org', |
1110 'sadrul@chromium.org', | 1109 'sadrul@chromium.org', |
1111 'yusukes+watch@chromium.org'], | 1110 'yusukes+watch@chromium.org'], |
1112 'zoom': ['wjmaclean@chromium.org'], | 1111 'zoom': ['wjmaclean@chromium.org'], |
1113 }, | 1112 }, |
1114 } | 1113 } |
OLD | NEW |