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

Side by Side Diff: WATCHLISTS

Issue 2612193002: Chrome Windows Debugger Extension Skeleton (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
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 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 '|chrome/browser/ui/webui/options/language'\ 980 '|chrome/browser/ui/webui/options/language'\
981 '|chromeos/ime/*' 981 '|chromeos/ime/*'
982 }, 982 },
983 'timers': { 983 'timers': {
984 'filepath': 'base/timer/'\ 984 'filepath': 'base/timer/'\
985 '|components/timers/' 985 '|components/timers/'
986 }, 986 },
987 'tools': { 987 'tools': {
988 'filepath': 'tools/', 988 'filepath': 'tools/',
989 }, 989 },
990 'tools_win_chromeexts': {
991 'filepath': 'tools/win/chromeexts',
992 },
990 'tracing': { 993 'tracing': {
991 'filepath': 'base/debug/trace_event.*'\ 994 'filepath': 'base/debug/trace_event.*'\
992 '|base/trace_event/'\ 995 '|base/trace_event/'\
993 '|content/browser/tracing/'\ 996 '|content/browser/tracing/'\
994 '|components/tracing/' 997 '|components/tracing/'
995 }, 998 },
996 'ui_compositor': { 999 'ui_compositor': {
997 'filepath': 'ui/compositor/layer\.|'\ 1000 'filepath': 'ui/compositor/layer\.|'\
998 'ui/compositor/layer_unittest|'\ 1001 'ui/compositor/layer_unittest|'\
999 'ui/compositor/compositor', 1002 'ui/compositor/compositor',
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
2044 'tengs+watch-tether@chromium.org', 2047 'tengs+watch-tether@chromium.org',
2045 'jhawkins+watch-tether@chromium.org'], 2048 'jhawkins+watch-tether@chromium.org'],
2046 'textinput': ['nona+watch@chromium.org', 2049 'textinput': ['nona+watch@chromium.org',
2047 'shuchen+watch@chromium.org', 2050 'shuchen+watch@chromium.org',
2048 'suzhe@chromium.org', 2051 'suzhe@chromium.org',
2049 'yusukes+watch@chromium.org'], 2052 'yusukes+watch@chromium.org'],
2050 'textinput_chromeos': ['nona+watch@chromium.org', 2053 'textinput_chromeos': ['nona+watch@chromium.org',
2051 'shuchen+watch@chromium.org', 2054 'shuchen+watch@chromium.org',
2052 'yusukes+watch@chromium.org'], 2055 'yusukes+watch@chromium.org'],
2053 'timers': ['chirantan+watch@chromium.org'], 2056 'timers': ['chirantan+watch@chromium.org'],
2057 'tools_win_chromeexts': ['robliao+watch@chromium.org'],
scottmg 2017/01/05 15:53:46 (Probably unnecessary if you're OWNERS, but up to
robliao 2017/01/06 02:31:06 I've found this useful for ui/display/win when cha
2054 'tracing': ['tracing+reviews@chromium.org', 2058 'tracing': ['tracing+reviews@chromium.org',
2055 'wfh+watch@chromium.org'], 2059 'wfh+watch@chromium.org'],
2056 'ui_compositor': ['cc-bugs@chromium.org'], 2060 'ui_compositor': ['cc-bugs@chromium.org'],
2057 'ui_display_win': ['robliao+watch@chromium.org'], 2061 'ui_display_win': ['robliao+watch@chromium.org'],
2058 'ui_resources': ['oshima+watch@chromium.org'], 2062 'ui_resources': ['oshima+watch@chromium.org'],
2059 'valgrind': ['bruening+watch@chromium.org', 2063 'valgrind': ['bruening+watch@chromium.org',
2060 'glider+watch@chromium.org'], 2064 'glider+watch@chromium.org'],
2061 'version_assembly': ['caitkp+watch@chromium.org', 2065 'version_assembly': ['caitkp+watch@chromium.org',
2062 'gab+watch@chromium.org'], 2066 'gab+watch@chromium.org'],
2063 'video': ['posciak+watch@chromium.org'], 2067 'video': ['posciak+watch@chromium.org'],
2064 'video_capture': ['mcasas+watch+vc@chromium.org'], 2068 'video_capture': ['mcasas+watch+vc@chromium.org'],
2065 'views': ['tfarina@chromium.org'], 2069 'views': ['tfarina@chromium.org'],
2066 'virtual_keyboard': ['dfaden+virtualkb@google.com', 2070 'virtual_keyboard': ['dfaden+virtualkb@google.com',
2067 'groby+virtualkb@chromium.org'], 2071 'groby+virtualkb@chromium.org'],
2068 'virtual_reality': ['feature-vr-reviews@chromium.org'], 2072 'virtual_reality': ['feature-vr-reviews@chromium.org'],
2069 'webrtc_browser_tests': ['phoglund+watch@chromium.org'], 2073 'webrtc_browser_tests': ['phoglund+watch@chromium.org'],
2070 'website_settings': ['markusheintz@chromium.org', 2074 'website_settings': ['markusheintz@chromium.org',
2071 'msramek+watch@chromium.org', 2075 'msramek+watch@chromium.org',
2072 'raymes+watch@chromium.org'], 2076 'raymes+watch@chromium.org'],
2073 'windows_sandboxing': ['pennymac+watch@chromium.org', 2077 'windows_sandboxing': ['pennymac+watch@chromium.org',
2074 'wfh+watch@chromium.org'], 2078 'wfh+watch@chromium.org'],
2075 'x11': ['derat+watch@chromium.org', 2079 'x11': ['derat+watch@chromium.org',
2076 'sadrul@chromium.org', 2080 'sadrul@chromium.org',
2077 'yusukes+watch@chromium.org'], 2081 'yusukes+watch@chromium.org'],
2078 'xml': ['dominicc+watchlist@chromium.org'], 2082 'xml': ['dominicc+watchlist@chromium.org'],
2079 'zoom': ['wjmaclean@chromium.org'], 2083 'zoom': ['wjmaclean@chromium.org'],
2080 }, 2084 },
2081 } 2085 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | tools/win/chromeexts/BUILD.gn » ('j') | tools/win/chromeexts/chromeexts.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698