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 | }, |
Adam Barth | db760b9 | 2014-10-23 13:00:50 -0700 | [diff] [blame] | 16 | 'sky': { |
| 17 | 'filepath': 'sky', |
| 18 | }, |
yzshen | 2365683 | 2014-10-21 15:46:22 -0700 | [diff] [blame] | 19 | }, |
| 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 Barth | db760b9 | 2014-10-23 13:00:50 -0700 | [diff] [blame] | 29 | 'sky': ['abarth@chromium.org', |
| 30 | 'esprehn@chromium.org', |
| 31 | 'ojan@chromium.org'], |
yzshen | 2365683 | 2014-10-21 15:46:22 -0700 | [diff] [blame] | 32 | }, |
| 33 | } |