Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1261)

Side by Side Diff: WATCHLISTS

Issue 2611123003: Add chfremer to video_capture watchlist (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698