blob: 1a7e4dc5b4c7b2175efc78d6034ca1ae1f417e63 [file] [log] [blame]
[email protected]c1cb4b92012-05-05 22:04:181# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]b2ab4942009-06-11 21:39:192# 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': {
11 'this_file': {
12 'filepath': '^WATCHLISTS$',
13 },
14 'depot_tools': {
15 'filepath': '.+',
16 },
17 },
18
19 'WATCHLISTS': {
20 'this_file': ['[email protected]'],
[email protected]c1cb4b92012-05-05 22:04:1821 'depot_tools': ['[email protected]', '[email protected]',
22 '[email protected]'],
[email protected]b2ab4942009-06-11 21:39:1923 },
24
25}