blob: 6713554dc2510604362b0dc93c84e0f4a0a35b9f [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 },
Adam Barthdb760b92014-10-23 13:00:50 -070016 'sky': {
17 'filepath': 'sky',
18 },
yzshen23656832014-10-21 15:46:22 -070019 },
20
21 'WATCHLISTS': {
22 'mojo': ['aa@chromium.org',
23 'abarth@chromium.org',
24 'ben+mojo@chromium.org',
25 'darin@chromium.org',
26 'qsr+mojo@chromium.org',
27 'viettrungluu+watch@chromium.org',
28 'yzshen+watch@chromium.org'],
Adam Barthdb760b92014-10-23 13:00:50 -070029 'sky': ['abarth@chromium.org',
30 'esprehn@chromium.org',
31 'ojan@chromium.org'],
yzshen23656832014-10-21 15:46:22 -070032 },
33}