blob: 389558539cd3d6f0f692f9df06cfbd033c678f24 [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/+/master/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/module.json',
},
},
'WATCHLISTS': {
'all': ['[email protected]'],
'chromedriver': ['[email protected]'],
},
}