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

Side by Side Diff: WATCHLISTS

Issue 2697813003: Update the watchlist for virtual keyboard. (Closed)
Patch Set: Created 3 years, 10 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 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 }, 1068 },
1069 'views': { 1069 'views': {
1070 # Applies to all files and subdirs within this directory. 1070 # Applies to all files and subdirs within this directory.
1071 'filepath': '^ui/views/', 1071 'filepath': '^ui/views/',
1072 }, 1072 },
1073 'views_corewm': { 1073 'views_corewm': {
1074 'filepath': 'ui/views/corewm/', 1074 'filepath': 'ui/views/corewm/',
1075 }, 1075 },
1076 'virtual_keyboard': { 1076 'virtual_keyboard': {
1077 'filepath': 'ui/keyboard/'\ 1077 'filepath': 'ui/keyboard/'\
1078 'chrome/test/data/chromeos/virtual_keyboard/'\ 1078 '|chrome/test/data/chromeos/virtual_keyboard/'\
1079 'chrome/common/extensions/api/virtual_keyboard', 1079 '|extensions/browser/api/virtual_keyboard_private/'\
1080 '|ash/common/system/chromeos/virtual_keyboard/'\
1081 '|ash/virtual_keyboard',
1080 }, 1082 },
1081 'virtual_reality': { 1083 'virtual_reality': {
1082 'filepath': 'vr_shell/|'\ 1084 'filepath': 'vr_shell/|'\
1083 '/vr/|'\ 1085 '/vr/|'\
1084 'third_party/gvr', 1086 'third_party/gvr',
1085 }, 1087 },
1086 'webrtc_browser_tests': { 1088 'webrtc_browser_tests': {
1087 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ 1089 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1088 'content/browser/media/.*webrtc.*browsertest', 1090 'content/browser/media/.*webrtc.*browsertest',
1089 }, 1091 },
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
2108 'raymes+watch@chromium.org'], 2110 'raymes+watch@chromium.org'],
2109 'windows_sandboxing': ['pennymac+watch@chromium.org', 2111 'windows_sandboxing': ['pennymac+watch@chromium.org',
2110 'wfh+watch@chromium.org'], 2112 'wfh+watch@chromium.org'],
2111 'x11': ['derat+watch@chromium.org', 2113 'x11': ['derat+watch@chromium.org',
2112 'sadrul@chromium.org', 2114 'sadrul@chromium.org',
2113 'yusukes+watch@chromium.org'], 2115 'yusukes+watch@chromium.org'],
2114 'xml': ['dominicc+watchlist@chromium.org'], 2116 'xml': ['dominicc+watchlist@chromium.org'],
2115 'zoom': ['wjmaclean@chromium.org'], 2117 'zoom': ['wjmaclean@chromium.org'],
2116 }, 2118 },
2117 } 2119 }
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