| # 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', |
| }, |
| 'third_party': { |
| 'filepath': 'front_end/third_party/', |
| }, |
| }, |
| |
| 'WATCHLISTS': { |
| 'all': ['devtools-reviews+devtools@chromium.org'], |
| 'chromedriver': ['johnchen+watch@chromium.org'], |
| 'third_party': ['devtools-reviews+third_party@chromium.org'], |
| }, |
| } |