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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1023 'media/capture/video/|'\ | 1023 'media/capture/video/|'\ |
1024 'media/filters/|'\ | 1024 'media/filters/|'\ |
1025 'media/gpu/|'\ | 1025 'media/gpu/|'\ |
1026 '.*video.*', | 1026 '.*video.*', |
1027 }, | 1027 }, |
1028 'video_capture': { | 1028 'video_capture': { |
1029 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\ | 1029 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\ |
1030 '|content/browser/renderer_host/media/.*(capture|media)'\ | 1030 '|content/browser/renderer_host/media/.*(capture|media)'\ |
1031 '|content/renderer/media/.*(capture|media|webrtc)'\ | 1031 '|content/renderer/media/.*(capture|media|webrtc)'\ |
1032 '|media/capture/'\ | 1032 '|media/capture/'\ |
1033 '|media/muxers/', | 1033 '|media/muxers/'\ |
| 1034 '|services/video_capture/', |
1034 }, | 1035 }, |
1035 'views': { | 1036 'views': { |
1036 # Applies to all files and subdirs within this directory. | 1037 # Applies to all files and subdirs within this directory. |
1037 'filepath': '^ui/views/', | 1038 'filepath': '^ui/views/', |
1038 }, | 1039 }, |
1039 'views_corewm': { | 1040 'views_corewm': { |
1040 'filepath': 'ui/views/corewm/', | 1041 'filepath': 'ui/views/corewm/', |
1041 }, | 1042 }, |
1042 'virtual_keyboard': { | 1043 'virtual_keyboard': { |
1043 'filepath': 'ui/keyboard/'\ | 1044 'filepath': 'ui/keyboard/'\ |
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2059 'tracing': ['tracing+reviews@chromium.org', | 2060 'tracing': ['tracing+reviews@chromium.org', |
2060 'wfh+watch@chromium.org'], | 2061 'wfh+watch@chromium.org'], |
2061 'ui_compositor': ['cc-bugs@chromium.org'], | 2062 'ui_compositor': ['cc-bugs@chromium.org'], |
2062 'ui_display_win': ['robliao+watch@chromium.org'], | 2063 'ui_display_win': ['robliao+watch@chromium.org'], |
2063 'ui_resources': ['oshima+watch@chromium.org'], | 2064 'ui_resources': ['oshima+watch@chromium.org'], |
2064 'valgrind': ['bruening+watch@chromium.org', | 2065 'valgrind': ['bruening+watch@chromium.org', |
2065 'glider+watch@chromium.org'], | 2066 'glider+watch@chromium.org'], |
2066 'version_assembly': ['caitkp+watch@chromium.org', | 2067 'version_assembly': ['caitkp+watch@chromium.org', |
2067 'gab+watch@chromium.org'], | 2068 'gab+watch@chromium.org'], |
2068 'video': ['posciak+watch@chromium.org'], | 2069 'video': ['posciak+watch@chromium.org'], |
2069 'video_capture': ['mcasas+watch+vc@chromium.org'], | 2070 'video_capture': ['mcasas+watch+vc@chromium.org', |
| 2071 'chfremer+watch@chromium.org'], |
2070 'views': ['tfarina@chromium.org'], | 2072 'views': ['tfarina@chromium.org'], |
2071 'virtual_keyboard': ['dfaden+virtualkb@google.com', | 2073 'virtual_keyboard': ['dfaden+virtualkb@google.com', |
2072 'groby+virtualkb@chromium.org'], | 2074 'groby+virtualkb@chromium.org'], |
2073 'virtual_reality': ['feature-vr-reviews@chromium.org'], | 2075 'virtual_reality': ['feature-vr-reviews@chromium.org'], |
2074 'webrtc_browser_tests': ['phoglund+watch@chromium.org'], | 2076 'webrtc_browser_tests': ['phoglund+watch@chromium.org'], |
2075 'website_settings': ['markusheintz@chromium.org', | 2077 'website_settings': ['markusheintz@chromium.org', |
2076 'msramek+watch@chromium.org', | 2078 'msramek+watch@chromium.org', |
2077 'raymes+watch@chromium.org'], | 2079 'raymes+watch@chromium.org'], |
2078 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2080 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2079 'wfh+watch@chromium.org'], | 2081 'wfh+watch@chromium.org'], |
2080 'x11': ['derat+watch@chromium.org', | 2082 'x11': ['derat+watch@chromium.org', |
2081 'sadrul@chromium.org', | 2083 'sadrul@chromium.org', |
2082 'yusukes+watch@chromium.org'], | 2084 'yusukes+watch@chromium.org'], |
2083 'xml': ['dominicc+watchlist@chromium.org'], | 2085 'xml': ['dominicc+watchlist@chromium.org'], |
2084 'zoom': ['wjmaclean@chromium.org'], | 2086 'zoom': ['wjmaclean@chromium.org'], |
2085 }, | 2087 }, |
2086 } | 2088 } |
OLD | NEW |