1# Copyright 2015 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{
6  'WATCHLIST_DEFINITIONS': {
7    'dashboard': {
8      'filepath': 'dashboard/'
9    },
10    'tracing': {
11      'filepath': 'tracing/'
12    },
13    'perf_insights': {
14      'filepath': 'perf_insights/'
15    },
16  },
17
18  'WATCHLISTS': {
19    'dashboard': ['perf-dashboard-reviews@chromium.org'],
20    'tracing': ['tracing-review@chromium.org'],
21    'perf_insights': ['tracing-review@chromium.org'],
22  }
23}