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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 }, | 437 }, |
438 'gfx_geometry': { | 438 'gfx_geometry': { |
439 'filepath': 'ui/gfx/geometry/', | 439 'filepath': 'ui/gfx/geometry/', |
440 }, | 440 }, |
441 'gn': { | 441 'gn': { |
442 'filepath': 'tools/gn', | 442 'filepath': 'tools/gn', |
443 }, | 443 }, |
444 'gpu': { | 444 'gpu': { |
445 'filepath': 'gpu/', | 445 'filepath': 'gpu/', |
446 }, | 446 }, |
| 447 'gyp': { |
| 448 'filepath': '.gyp$|.gypi$', |
| 449 }, |
447 'history_ui': { | 450 'history_ui': { |
448 'filepath': 'chrome/browser/resources/(md_)?history|'\ | 451 'filepath': 'chrome/browser/resources/(md_)?history|'\ |
449 'chrome/browser/ui/webui/.*history', | 452 'chrome/browser/ui/webui/.*history', |
450 }, | 453 }, |
451 'hotword': { | 454 'hotword': { |
452 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ | 455 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ |
453 '|chrome/browser/resources/hotword_helper/'\ | 456 '|chrome/browser/resources/hotword_helper/'\ |
454 '|chrome/browser/resources/hotword/'\ | 457 '|chrome/browser/resources/hotword/'\ |
455 '|chrome/browser/search/hotword*'\ | 458 '|chrome/browser/search/hotword*'\ |
456 '|chrome/test/data/extensions/api_test/hotword_private/', | 459 '|chrome/test/data/extensions/api_test/hotword_private/', |
(...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1728 'gcm': ['johnme+watch@chromium.org', | 1731 'gcm': ['johnme+watch@chromium.org', |
1729 'peter@chromium.org', | 1732 'peter@chromium.org', |
1730 'zea+watch@chromium.org'], | 1733 'zea+watch@chromium.org'], |
1731 'geolocation': ['mlamouri+watch-geolocation@chromium.org', | 1734 'geolocation': ['mlamouri+watch-geolocation@chromium.org', |
1732 'mvanouwerkerk@chromium.org'], | 1735 'mvanouwerkerk@chromium.org'], |
1733 'gfx_geometry': ['cc-bugs@chromium.org'], | 1736 'gfx_geometry': ['cc-bugs@chromium.org'], |
1734 'gfx_image': ['rsesek+watch@chromium.org'], | 1737 'gfx_image': ['rsesek+watch@chromium.org'], |
1735 'gn': ['dpranke@chromium.org', | 1738 'gn': ['dpranke@chromium.org', |
1736 'tfarina@chromium.org'], | 1739 'tfarina@chromium.org'], |
1737 'gpu': ['piman+watch@chromium.org'], | 1740 'gpu': ['piman+watch@chromium.org'], |
| 1741 'gyp': ['dpranke@chromium.org'], |
1738 'history_ui': ['dbeam+watch-history@chromium.org', | 1742 'history_ui': ['dbeam+watch-history@chromium.org', |
1739 'dubroy@chromium.org', | 1743 'dubroy@chromium.org', |
1740 'pam+watch@chromium.org'], | 1744 'pam+watch@chromium.org'], |
1741 'hotword': ['rlp+watch@chromium.org'], | 1745 'hotword': ['rlp+watch@chromium.org'], |
1742 'i18n': ['jshin+watch@chromium.org'], | 1746 'i18n': ['jshin+watch@chromium.org'], |
1743 'importer': ['tfarina@chromium.org'], | 1747 'importer': ['tfarina@chromium.org'], |
1744 'indexed_db': ['cmumford@chromium.org', | 1748 'indexed_db': ['cmumford@chromium.org', |
1745 'jsbell+idb@chromium.org'], | 1749 'jsbell+idb@chromium.org'], |
1746 'ink_drop': ['bruthig+ink_drop@chromium.org'], | 1750 'ink_drop': ['bruthig+ink_drop@chromium.org'], |
1747 'input': ['dtapuska+chromiumwatch@chromium.org'], | 1751 'input': ['dtapuska+chromiumwatch@chromium.org'], |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1927 'raymes+watch@chromium.org'], | 1931 'raymes+watch@chromium.org'], |
1928 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1932 'windows_sandboxing': ['pennymac+watch@chromium.org', |
1929 'wfh+watch@chromium.org'], | 1933 'wfh+watch@chromium.org'], |
1930 'x11': ['derat+watch@chromium.org', | 1934 'x11': ['derat+watch@chromium.org', |
1931 'sadrul@chromium.org', | 1935 'sadrul@chromium.org', |
1932 'yusukes+watch@chromium.org'], | 1936 'yusukes+watch@chromium.org'], |
1933 'xml': ['dominicc+watchlist@chromium.org'], | 1937 'xml': ['dominicc+watchlist@chromium.org'], |
1934 'zoom': ['wjmaclean@chromium.org'], | 1938 'zoom': ['wjmaclean@chromium.org'], |
1935 }, | 1939 }, |
1936 } | 1940 } |
OLD | NEW |