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

Side by Side Diff: WATCHLISTS

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 years, 9 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 | ash/BUILD.gn » ('j') | 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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 # Applies to all files and subdirs within this directory. 1113 # Applies to all files and subdirs within this directory.
1114 'filepath': '^ui/views/', 1114 'filepath': '^ui/views/',
1115 }, 1115 },
1116 'views_corewm': { 1116 'views_corewm': {
1117 'filepath': 'ui/views/corewm/', 1117 'filepath': 'ui/views/corewm/',
1118 }, 1118 },
1119 'virtual_keyboard': { 1119 'virtual_keyboard': {
1120 'filepath': 'ui/keyboard/'\ 1120 'filepath': 'ui/keyboard/'\
1121 '|chrome/test/data/chromeos/virtual_keyboard/'\ 1121 '|chrome/test/data/chromeos/virtual_keyboard/'\
1122 '|extensions/browser/api/virtual_keyboard_private/'\ 1122 '|extensions/browser/api/virtual_keyboard_private/'\
1123 '|ash/system/virtual_keyboard/'\ 1123 '|ash/common/system/chromeos/virtual_keyboard/'\
1124 '|ash/virtual_keyboard', 1124 '|ash/virtual_keyboard',
1125 }, 1125 },
1126 'virtual_reality': { 1126 'virtual_reality': {
1127 'filepath': 'vr_shell/|'\ 1127 'filepath': 'vr_shell/|'\
1128 '/vr/|'\ 1128 '/vr/|'\
1129 'third_party/gvr', 1129 'third_party/gvr',
1130 }, 1130 },
1131 'webrtc_browser_tests': { 1131 'webrtc_browser_tests': {
1132 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ 1132 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1133 'content/browser/media/.*webrtc.*browsertest', 1133 'content/browser/media/.*webrtc.*browsertest',
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
2166 'raymes+watch@chromium.org'], 2166 'raymes+watch@chromium.org'],
2167 'windows_sandboxing': ['pennymac+watch@chromium.org', 2167 'windows_sandboxing': ['pennymac+watch@chromium.org',
2168 'wfh+watch@chromium.org'], 2168 'wfh+watch@chromium.org'],
2169 'x11': ['derat+watch@chromium.org', 2169 'x11': ['derat+watch@chromium.org',
2170 'sadrul@chromium.org', 2170 'sadrul@chromium.org',
2171 'yusukes+watch@chromium.org'], 2171 'yusukes+watch@chromium.org'],
2172 'xml': ['dominicc+watchlist@chromium.org'], 2172 'xml': ['dominicc+watchlist@chromium.org'],
2173 'zoom': ['wjmaclean@chromium.org'], 2173 'zoom': ['wjmaclean@chromium.org'],
2174 }, 2174 },
2175 } 2175 }
OLDNEW
« no previous file with comments | « no previous file | ash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698