blob: 7230b062c3d4c3ea7a60088f03b059c9ef0353ad [file] [log] [blame]
yzshen23656832014-10-21 15:46:22 -07001# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
8# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
10
11{
12 'WATCHLIST_DEFINITIONS': {
13 'mojo': {
14 'filepath': 'mojo',
15 },
yzshen89fd0dc2014-12-12 13:25:46 -080016 'services': {
17 'filepath': 'services',
18 },
19 'shell': {
20 'filepath': 'shell',
21 },
Adam Barthdb760b92014-10-23 13:00:50 -070022 'sky': {
23 'filepath': 'sky',
24 },
yzshen23656832014-10-21 15:46:22 -070025 },
26
27 'WATCHLISTS': {
28 'mojo': ['aa@chromium.org',
29 'abarth@chromium.org',
30 'ben+mojo@chromium.org',
31 'darin@chromium.org',
32 'qsr+mojo@chromium.org',
33 'viettrungluu+watch@chromium.org',
Tony Gentilcore022b1fc2015-05-06 13:31:01 -070034 'gregsimon@chromium.org',
yzshen23656832014-10-21 15:46:22 -070035 'yzshen+watch@chromium.org'],
Przemyslaw Pietrzkiewicz4554df12015-04-28 10:25:42 +020036 'services': ['qsr+mojo@chromium.org',
Benjamin Lerman319ada32015-02-17 09:58:24 +010037 'yzshen+watch@chromium.org'],
Przemyslaw Pietrzkiewicz4554df12015-04-28 10:25:42 +020038 'shell': ['qsr+mojo@chromium.org',
Benjamin Lerman319ada32015-02-17 09:58:24 +010039 'yzshen+watch@chromium.org'],
Adam Barthdb760b92014-10-23 13:00:50 -070040 'sky': ['abarth@chromium.org',
Tony Gentilcore022b1fc2015-05-06 13:31:01 -070041 'gregsimon@chromium.org',
Collin Jacksonec6806e2015-06-04 11:32:41 -070042 'jackson@chromium.org',
Benjamin Lerman319ada32015-02-17 09:58:24 +010043 'qsr+mojo@chromium.org'],
yzshen23656832014-10-21 15:46:22 -070044 },
45}