[go: nahoru, domu]

blob: b046d2ec723ed9ee2def63fae9192595ff4f071a [file] [log] [blame]
Yang Guofbdd3f32019-10-28 14:21:431# 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: https://chromium.googlesource.com/chromium/src/+/master/docs/infra/watchlists.md
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 'all': {
14 'filepath': '.',
15 },
Yang Guo805eb482019-10-29 08:36:4416 'chromedriver': {
17 'filepath': 'front_end/emulated_devices/module.json',
18 },
Tim van der Lippe03e268e2019-11-27 11:50:3519 'third_party': {
20 'filepath': 'front_end/third_party/',
21 },
Yang Guofbdd3f32019-10-28 14:21:4322 },
23
24 'WATCHLISTS': {
25 'all': ['devtools-reviews+devtools@chromium.org'],
Yang Guo805eb482019-10-29 08:36:4426 'chromedriver': ['johnchen+watch@chromium.org'],
Tim van der Lippe03e268e2019-11-27 11:50:3527 'third_party': ['devtools-reviews+third_party@chromium.org'],
Yang Guofbdd3f32019-10-28 14:21:4328 },
29}