[email protected] | c1cb4b9 | 2012-05-05 22:04:18 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | b2ab494 | 2009-06-11 21:39:19 | [diff] [blame] | 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 | { | ||||
9 | |||||
10 | 'WATCHLIST_DEFINITIONS': { | ||||
[email protected] | 9757954 | 2016-04-14 09:04:27 | [diff] [blame] | 11 | 'git_cl.py': { |
12 | 'filepath': 'git_cl.py', | ||||
13 | }, | ||||
[email protected] | b2ab494 | 2009-06-11 21:39:19 | [diff] [blame] | 14 | 'this_file': { |
15 | 'filepath': '^WATCHLISTS$', | ||||
16 | }, | ||||
17 | 'depot_tools': { | ||||
18 | 'filepath': '.+', | ||||
19 | }, | ||||
20 | }, | ||||
21 | |||||
22 | 'WATCHLISTS': { | ||||
[email protected] | f182f61 | 2014-04-24 00:37:18 | [diff] [blame] | 23 | 'this_file': [], |
[email protected] | 9757954 | 2016-04-14 09:04:27 | [diff] [blame] | 24 | 'git_cl.py': [ |
25 | '[email protected]', | ||||
26 | ], | ||||
[email protected] | f182f61 | 2014-04-24 00:37:18 | [diff] [blame] | 27 | 'depot_tools': [ |
[email protected] | f182f61 | 2014-04-24 00:37:18 | [diff] [blame] | 28 | '[email protected]', |
[email protected] | f182f61 | 2014-04-24 00:37:18 | [diff] [blame] | 29 | ], |
[email protected] | b2ab494 | 2009-06-11 21:39:19 | [diff] [blame] | 30 | }, |
31 | |||||
32 | } |