blob: 8bcad025ade91bfbb96a11f2cb2f32babc63f7b1 [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 },
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',
yzshen4cebd6a2015-10-19 15:45:58 -070034 'gregsimon@chromium.org'],
35 'mojo_public': ['yzshen+mojopublicwatch@chromium.org'],
36 'services': ['qsr+mojo@chromium.org'],
37 'shell': ['qsr+mojo@chromium.org'],
yzshen23656832014-10-21 15:46:22 -070038 },
39}