blob: 4ce8c37dc4db93b5f49b3ce17b7ffafff06d174e [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 },
yzshen4cebd6a2015-10-19 15:45:58 -070016 'mojo_public': {
17 'filepath': 'mojo/public',
18 },
yzshen89fd0dc2014-12-12 13:25:46 -080019 'services': {
20 'filepath': 'services',
21 },
22 'shell': {
23 'filepath': 'shell',
24 },
Adam Barthdb760b92014-10-23 13:00:50 -070025 'sky': {
26 'filepath': 'sky',
27 },
yzshen23656832014-10-21 15:46:22 -070028 },
29
30 'WATCHLISTS': {
31 'mojo': ['aa@chromium.org',
32 'abarth@chromium.org',
33 'ben+mojo@chromium.org',
34 'darin@chromium.org',
35 'qsr+mojo@chromium.org',
36 'viettrungluu+watch@chromium.org',
yzshen4cebd6a2015-10-19 15:45:58 -070037 'gregsimon@chromium.org'],
38 'mojo_public': ['yzshen+mojopublicwatch@chromium.org'],
39 'services': ['qsr+mojo@chromium.org'],
40 'shell': ['qsr+mojo@chromium.org'],
Adam Barthdb760b92014-10-23 13:00:50 -070041 'sky': ['abarth@chromium.org',
Tony Gentilcore022b1fc2015-05-06 13:31:01 -070042 'gregsimon@chromium.org',
Collin Jacksonec6806e2015-06-04 11:32:41 -070043 'jackson@chromium.org',
Benjamin Lerman319ada32015-02-17 09:58:24 +010044 'qsr+mojo@chromium.org'],
yzshen23656832014-10-21 15:46:22 -070045 },
46}