| # Copyright 2015 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_DEFINITIONS': { | |
| 'dashboard': { | |
| 'filepath': 'dashboard/' | |
| }, | |
| 'tracing': { | |
| 'filepath': 'tracing/' | |
| }, | |
| 'perf_insights': { | |
| 'filepath': 'perf_insights/' | |
| }, | |
| }, | |
| 'WATCHLISTS': { | |
| 'dashboard': ['perf-dashboard-reviews@chromium.org'], | |
| 'tracing': ['tracing-review@chromium.org'], | |
| 'perf_insights': ['tracing-review@chromium.org'], | |
| } | |
| } |