OLD | NEW |
(Empty) | |
| 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 }, |
| 16 }, |
| 17 |
| 18 'WATCHLISTS': { |
| 19 'mojo': ['aa@chromium.org', |
| 20 'abarth@chromium.org', |
| 21 'ben+mojo@chromium.org', |
| 22 'darin@chromium.org', |
| 23 'qsr+mojo@chromium.org', |
| 24 'viettrungluu+watch@chromium.org', |
| 25 'yzshen+watch@chromium.org'], |
| 26 }, |
| 27 } |
OLD | NEW |