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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
828 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ | 828 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
829 '|^chrome/browser/sync/'\ | 829 '|^chrome/browser/sync/'\ |
830 '|^components/browser_sync/'\ | 830 '|^components/browser_sync/'\ |
831 '|^components/sync/'\ | 831 '|^components/sync/'\ |
832 '|^components/sync_bookmarks/'\ | 832 '|^components/sync_bookmarks/'\ |
833 '|^components/sync_sessions/', | 833 '|^components/sync_sessions/', |
834 }, | 834 }, |
835 'syncfs': { | 835 'syncfs': { |
836 'filepath': 'sync_file_system', | 836 'filepath': 'sync_file_system', |
837 }, | 837 }, |
838 'sync_proto': { | |
839 'filepath': 'sync/protocol/', | |
840 }, | |
841 'tab_capture': { | 838 'tab_capture': { |
842 'filepath': 'cc/output/copy_output_request'\ | 839 'filepath': 'cc/output/copy_output_request'\ |
843 '|chrome/browser/extensions/api/tab_capture/'\ | 840 '|chrome/browser/extensions/api/tab_capture/'\ |
844 '|chrome/test/data/extensions/api_test/tab_capture/'\ | 841 '|chrome/test/data/extensions/api_test/tab_capture/'\ |
845 '|content/browser/compositor/delegated_frame_host'\ | 842 '|content/browser/compositor/delegated_frame_host'\ |
846 '|content/browser/media/capture/'\ | 843 '|content/browser/media/capture/'\ |
847 '|content/browser/renderer_host/compositing_iosurface'\ | 844 '|content/browser/renderer_host/compositing_iosurface'\ |
848 '|content/browser/renderer_host/media/(audio_'\ | 845 '|content/browser/renderer_host/media/(audio_'\ |
849 '|media_stream_manager|video_)'\ | 846 '|media_stream_manager|video_)'\ |
850 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ | 847 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ |
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1886 'creis+watch@chromium.org', | 1883 'creis+watch@chromium.org', |
1887 'nasko+codewatch@chromium.org'], | 1884 'nasko+codewatch@chromium.org'], |
1888 'spellcheck': ['groby+spellwatch@chromium.org', | 1885 'spellcheck': ['groby+spellwatch@chromium.org', |
1889 'rlp+watch@chromium.org', | 1886 'rlp+watch@chromium.org', |
1890 'rouslan+spell@chromium.org'], | 1887 'rouslan+spell@chromium.org'], |
1891 'streams': ['zork+watch@chromium.org'], | 1888 'streams': ['zork+watch@chromium.org'], |
1892 'styleguide': ['danakj+watch@chromium.org', | 1889 'styleguide': ['danakj+watch@chromium.org', |
1893 'jbroman+cpp@chromium.org'], | 1890 'jbroman+cpp@chromium.org'], |
1894 'supervised_users': ['pam+watch@chromium.org'], | 1891 'supervised_users': ['pam+watch@chromium.org'], |
1895 'sync': ['sync-reviews@chromium.org'], | 1892 'sync': ['sync-reviews@chromium.org'], |
1896 'sync_proto': ['albertb+watch@chromium.org'], | |
1897 'syncfs': ['kinuko+fileapi@chromium.org', | 1893 'syncfs': ['kinuko+fileapi@chromium.org', |
1898 'nhiroki@chromium.org', | 1894 'nhiroki@chromium.org', |
1899 'tzik@chromium.org'], | 1895 'tzik@chromium.org'], |
1900 'tab_capture': ['miu+watch@chromium.org'], | 1896 'tab_capture': ['miu+watch@chromium.org'], |
1901 'tab_contents': ['ajwong+watch@chromium.org', | 1897 'tab_contents': ['ajwong+watch@chromium.org', |
1902 'avi@chromium.org', | 1898 'avi@chromium.org', |
1903 'creis+watch@chromium.org'], | 1899 'creis+watch@chromium.org'], |
1904 'tab_media_indicators': ['miu+watch@chromium.org'], | 1900 'tab_media_indicators': ['miu+watch@chromium.org'], |
1905 'tcmalloc': ['dmikurube@chromium.org'], | 1901 'tcmalloc': ['dmikurube@chromium.org'], |
1906 'telemetry': ['telemetry-reviews@chromium.org'], | 1902 'telemetry': ['telemetry-reviews@chromium.org'], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1938 'raymes+watch@chromium.org'], | 1934 'raymes+watch@chromium.org'], |
1939 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1935 'windows_sandboxing': ['pennymac+watch@chromium.org', |
1940 'wfh+watch@chromium.org'], | 1936 'wfh+watch@chromium.org'], |
1941 'x11': ['derat+watch@chromium.org', | 1937 'x11': ['derat+watch@chromium.org', |
1942 'sadrul@chromium.org', | 1938 'sadrul@chromium.org', |
1943 'yusukes+watch@chromium.org'], | 1939 'yusukes+watch@chromium.org'], |
1944 'xml': ['dominicc+watchlist@chromium.org'], | 1940 'xml': ['dominicc+watchlist@chromium.org'], |
1945 'zoom': ['wjmaclean@chromium.org'], | 1941 'zoom': ['wjmaclean@chromium.org'], |
1946 }, | 1942 }, |
1947 } | 1943 } |
OLD | NEW |