forked from coreos/coreos-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WATCHLISTS
28 lines (27 loc) · 836 Bytes
/
WATCHLISTS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# See http://dev.chromium.org/developers/contributing-code/watchlists for
# a description of this file's format.
# Please keep these keys in alphabetical order.
{
'WATCHLIST_DEFINITIONS': {
'all': {
'filepath': '.',
},
'fonts': {
'filepath': 'media-fonts/|media-libs/(fontconfig|freetype)/',
},
'chromeos-image' : {
'filepath': 'chromeos-base/chromeos(/|-dev|-test)',
},
'xorg' : {
'filepath': 'chromeos-base/xorg-conf/|x11-(base|drivers|libs|misc)/',
},
},
'WATCHLISTS': {
'all': ['adlr+crosoverlay@chromium.org',
'msb+crosoverlay@chromium.org',
'anush@chromium.org'],
'chromeos-image' : ['petkov@chromium.org', 'sosa@chromium.org'],
'fonts' : ['derat@chromium.org'],
'xorg' : ['derat@chromium.org', 'marcheu@chromium.org'],
},
}