yzshen | 2365683 | 2014-10-21 15:46:22 -0700 | [diff] [blame] | 1 | # 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 | }, |
yzshen | 4cebd6a | 2015-10-19 15:45:58 -0700 | [diff] [blame] | 16 | 'mojo_public': { |
| 17 | 'filepath': 'mojo/public', |
| 18 | }, |
yzshen | 89fd0dc | 2014-12-12 13:25:46 -0800 | [diff] [blame] | 19 | 'services': { |
| 20 | 'filepath': 'services', |
| 21 | }, |
| 22 | 'shell': { |
| 23 | 'filepath': 'shell', |
| 24 | }, |
Adam Barth | db760b9 | 2014-10-23 13:00:50 -0700 | [diff] [blame] | 25 | 'sky': { |
| 26 | 'filepath': 'sky', |
| 27 | }, |
yzshen | 2365683 | 2014-10-21 15:46:22 -0700 | [diff] [blame] | 28 | }, |
| 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', |
yzshen | 4cebd6a | 2015-10-19 15:45:58 -0700 | [diff] [blame] | 37 | 'gregsimon@chromium.org'], |
| 38 | 'mojo_public': ['yzshen+mojopublicwatch@chromium.org'], |
| 39 | 'services': ['qsr+mojo@chromium.org'], |
| 40 | 'shell': ['qsr+mojo@chromium.org'], |
Adam Barth | db760b9 | 2014-10-23 13:00:50 -0700 | [diff] [blame] | 41 | 'sky': ['abarth@chromium.org', |
Tony Gentilcore | 022b1fc | 2015-05-06 13:31:01 -0700 | [diff] [blame] | 42 | 'gregsimon@chromium.org', |
Collin Jackson | ec6806e | 2015-06-04 11:32:41 -0700 | [diff] [blame] | 43 | 'jackson@chromium.org', |
Benjamin Lerman | 319ada3 | 2015-02-17 09:58:24 +0100 | [diff] [blame] | 44 | 'qsr+mojo@chromium.org'], |
yzshen | 2365683 | 2014-10-21 15:46:22 -0700 | [diff] [blame] | 45 | }, |
| 46 | } |