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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 'components/drive|' \ | 442 'components/drive|' \ |
443 'google_apis/drive|' \ | 443 'google_apis/drive|' \ |
444 'ui/file_manager' | 444 'ui/file_manager' |
445 }, | 445 }, |
446 'filesapp_ui': { | 446 'filesapp_ui': { |
447 'filepath': 'ui/file_manager' | 447 'filepath': 'ui/file_manager' |
448 }, | 448 }, |
449 'ftp': { | 449 'ftp': { |
450 'filepath': 'ftp', | 450 'filepath': 'ftp', |
451 }, | 451 }, |
| 452 'fuzzing': { |
| 453 'filepath': 'fuzz|Fuzz', |
| 454 }, |
452 'gcm': { | 455 'gcm': { |
453 'filepath': 'chrome/browser/services/gcm/|'\ | 456 'filepath': 'chrome/browser/services/gcm/|'\ |
454 'components/gcm_driver/|'\ | 457 'components/gcm_driver/|'\ |
455 'google_apis/gcm/', | 458 'google_apis/gcm/', |
456 }, | 459 }, |
457 'geolocation': { | 460 'geolocation': { |
458 'filepath': 'chrome/browser/geolocation/|'\ | 461 'filepath': 'chrome/browser/geolocation/|'\ |
459 'content/browser/geolocation|'\ | 462 'content/browser/geolocation|'\ |
460 'content/public/common/geoposition.*|'\ | 463 'content/public/common/geoposition.*|'\ |
461 'content/public/browser/geolocation.*|'\ | 464 'content/public/browser/geolocation.*|'\ |
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1758 'feedback_ui': ['apacible+watch@chromium.org'], | 1761 'feedback_ui': ['apacible+watch@chromium.org'], |
1759 'fileapi': ['kinuko+fileapi@chromium.org', | 1762 'fileapi': ['kinuko+fileapi@chromium.org', |
1760 'nhiroki@chromium.org', | 1763 'nhiroki@chromium.org', |
1761 'tzik@chromium.org'], | 1764 'tzik@chromium.org'], |
1762 'filebrowse': ['rginda+watch@chromium.org'], | 1765 'filebrowse': ['rginda+watch@chromium.org'], |
1763 'filesapp': ['fukino+watch@chromium.org', | 1766 'filesapp': ['fukino+watch@chromium.org', |
1764 'oka+watch@chromium.org', | 1767 'oka+watch@chromium.org', |
1765 'yamaguchi+watch@chromium.org'], | 1768 'yamaguchi+watch@chromium.org'], |
1766 'filesapp_ui': ['mtomasz+watch@chromium.org'], | 1769 'filesapp_ui': ['mtomasz+watch@chromium.org'], |
1767 'ftp': ['phajdan.jr@chromium.org'], | 1770 'ftp': ['phajdan.jr@chromium.org'], |
| 1771 'fuzzing': ['fuzzing@chromium.org'], |
1768 'gcm': ['johnme+watch@chromium.org', | 1772 'gcm': ['johnme+watch@chromium.org', |
1769 'peter@chromium.org', | 1773 'peter@chromium.org', |
1770 'zea+watch@chromium.org'], | 1774 'zea+watch@chromium.org'], |
1771 'geolocation': ['mlamouri+watch-geolocation@chromium.org', | 1775 'geolocation': ['mlamouri+watch-geolocation@chromium.org', |
1772 'mvanouwerkerk@chromium.org'], | 1776 'mvanouwerkerk@chromium.org'], |
1773 'gfx_geometry': ['cc-bugs@chromium.org'], | 1777 'gfx_geometry': ['cc-bugs@chromium.org'], |
1774 'gfx_image': ['rsesek+watch@chromium.org'], | 1778 'gfx_image': ['rsesek+watch@chromium.org'], |
1775 'gn': ['dpranke@chromium.org', | 1779 'gn': ['dpranke@chromium.org', |
1776 'tfarina@chromium.org'], | 1780 'tfarina@chromium.org'], |
1777 'gpu': ['piman+watch@chromium.org'], | 1781 'gpu': ['piman+watch@chromium.org'], |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1968 'raymes+watch@chromium.org'], | 1972 'raymes+watch@chromium.org'], |
1969 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1973 'windows_sandboxing': ['pennymac+watch@chromium.org', |
1970 'wfh+watch@chromium.org'], | 1974 'wfh+watch@chromium.org'], |
1971 'x11': ['derat+watch@chromium.org', | 1975 'x11': ['derat+watch@chromium.org', |
1972 'sadrul@chromium.org', | 1976 'sadrul@chromium.org', |
1973 'yusukes+watch@chromium.org'], | 1977 'yusukes+watch@chromium.org'], |
1974 'xml': ['dominicc+watchlist@chromium.org'], | 1978 'xml': ['dominicc+watchlist@chromium.org'], |
1975 'zoom': ['wjmaclean@chromium.org'], | 1979 'zoom': ['wjmaclean@chromium.org'], |
1976 }, | 1980 }, |
1977 } | 1981 } |
OLD | NEW |