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 'telemetry': { 11 'filepath': 'telemetry/' 12 }, 13 'tracing': { 14 'filepath': 'tracing/' 15 }, 16 'perf_insights': { 17 'filepath': 'perf_insights/' 18 }, 19 }, 20 21 'WATCHLISTS': { 22 'dashboard': ['perf-dashboard-reviews (a] chromium.org'], 23 'telemetry': ['telemetry-reviews (a] chromium.org'], 24 'tracing': ['tracing-review (a] chromium.org'], 25 'perf_insights': ['tracing-review (a] chromium.org'], 26 } 27 } 28