blob: d56ed80ed6d7e42ae709d172589574b9bedbd17d [file] [log] [blame]
Edward Lemur5803e492019-11-11 23:48:02 +00001# Copyright (c) 2019 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{
9
10 'WATCHLIST_DEFINITIONS': {
11 'this_file': {
12 'filepath': '^WATCHLISTS$',
13 },
14 'depot_tools': {
15 'filepath': '.+',
16 },
17 },
18
19 'WATCHLISTS': {
20 'this_file': [],
21 'depot_tools': [
22 'ehmaldonado+depot_tools@google.com',
23 ],
24 },
25
26}