27 lines
669 B
Text
27 lines
669 B
Text
# 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/'
|
|
},
|
|
'telemetry': {
|
|
'filepath': 'telemetry/'
|
|
},
|
|
'tracing': {
|
|
'filepath': 'tracing/'
|
|
},
|
|
'perf_insights': {
|
|
'filepath': 'perf_insights/'
|
|
},
|
|
},
|
|
|
|
'WATCHLISTS': {
|
|
'dashboard': ['perf-dashboard-reviews@chromium.org'],
|
|
'telemetry': ['telemetry-reviews@chromium.org'],
|
|
'tracing': ['tracing-review@chromium.org'],
|
|
'perf_insights': ['tracing-review@chromium.org'],
|
|
}
|
|
}
|