| 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 1915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1926 'deep_memory_profiler': ['dmikurube@chromium.org'], | 1926 'deep_memory_profiler': ['dmikurube@chromium.org'], |
| 1927 'device_bluetooth': ['ortuno+watch@chromium.org', | 1927 'device_bluetooth': ['ortuno+watch@chromium.org', |
| 1928 'scheib+watch@chromium.org'], | 1928 'scheib+watch@chromium.org'], |
| 1929 'device_sensors': ['mlamouri+watch-sensors@chromium.org', | 1929 'device_sensors': ['mlamouri+watch-sensors@chromium.org', |
| 1930 'rijubrata.bhaumik@intel.com', | 1930 'rijubrata.bhaumik@intel.com', |
| 1931 'timvolodine@chromium.org'], | 1931 'timvolodine@chromium.org'], |
| 1932 'developer_recommended_flags': ['scheib+watch@chromium.org'], | 1932 'developer_recommended_flags': ['scheib+watch@chromium.org'], |
| 1933 'devtools': ['devtools-reviews@chromium.org', | 1933 'devtools': ['devtools-reviews@chromium.org', |
| 1934 'pfeldman@chromium.org'], | 1934 'pfeldman@chromium.org'], |
| 1935 'disk_cache': ['gavinp+disk@chromium.org'], | 1935 'disk_cache': ['gavinp+disk@chromium.org'], |
| 1936 'download': ['asanka@chromium.org'], | 1936 'download': ['dtrainor@chromium.org'], |
| 1937 'downloads_ui': ['asanka@chromium.org', | 1937 'downloads_ui': ['dtrainor@chromium.org', |
| 1938 'dbeam+watch-downloads@chromium.org'], | 1938 'dbeam+watch-downloads@chromium.org'], |
| 1939 'drive': ['tfarina@chromium.org'], | 1939 'drive': ['tfarina@chromium.org'], |
| 1940 'drive_resource_metadata': ['hashimoto+watch@chromium.org'], | 1940 'drive_resource_metadata': ['hashimoto+watch@chromium.org'], |
| 1941 'eme': ['eme-reviews@chromium.org'], | 1941 'eme': ['eme-reviews@chromium.org'], |
| 1942 'extension': ['chromium-apps-reviews@chromium.org', | 1942 'extension': ['chromium-apps-reviews@chromium.org', |
| 1943 'extensions-reviews@chromium.org'], | 1943 'extensions-reviews@chromium.org'], |
| 1944 'feature_policy': ['lunalu@chromium.org', | 1944 'feature_policy': ['lunalu@chromium.org', |
| 1945 'iclelland@chromium.org'], | 1945 'iclelland@chromium.org'], |
| 1946 'feedback_ui': ['apacible+watch@chromium.org'], | 1946 'feedback_ui': ['apacible+watch@chromium.org'], |
| 1947 'fileapi': ['kinuko+fileapi@chromium.org', | 1947 'fileapi': ['kinuko+fileapi@chromium.org', |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2226 'msramek+watch@chromium.org', | 2226 'msramek+watch@chromium.org', |
| 2227 'raymes+watch@chromium.org'], | 2227 'raymes+watch@chromium.org'], |
| 2228 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2228 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2229 'wfh+watch@chromium.org'], | 2229 'wfh+watch@chromium.org'], |
| 2230 'x11': ['derat+watch@chromium.org', | 2230 'x11': ['derat+watch@chromium.org', |
| 2231 'sadrul@chromium.org', | 2231 'sadrul@chromium.org', |
| 2232 'yusukes+watch@chromium.org'], | 2232 'yusukes+watch@chromium.org'], |
| 2233 'zoom': ['wjmaclean@chromium.org'], | 2233 'zoom': ['wjmaclean@chromium.org'], |
| 2234 }, | 2234 }, |
| 2235 } | 2235 } |
| OLD | NEW |