blob: dff4c5ff96bdf59b9b0802b77dd35b73855902b2 [file] [log] [blame]
# Copyright (c) 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Watchlist Rules
# Refer: https://chromium.googlesource.com/chromium/src/+/main/docs/infra/watchlists.md
# IMPORTANT: The regular expression filepath is tested against each path using
# re.search, so it is not usually necessary to add .*.
{
'WATCHLIST_DEFINITIONS': {
'all': {
'filepath': '.',
},
'chromedriver': {
'filepath': 'front_end/emulated_devices/',
},
'lighthouse': {
'filepath': '[Ll]ighthouse',
},
'third_party': {
'filepath': 'front_end/third_party/',
},
'uielements': {
'filepath': 'front_end/ui/components/',
}
},
'WATCHLISTS': {
'all': ['[email protected]'],
'chromedriver': ['[email protected]'],
'lighthouse': ['[email protected]'],
'third_party': ['[email protected]'],
'uielements': ['[email protected]'],
},
}