blob: 862dca23a1b636eba97b1b560ea902fad2ff1408 [file] [log] [blame]
# Copyright 2016 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: http://dev.chromium.org/developers/contributing-code/watchlists
{
'WATCHLIST_DEFINITIONS': {
'goma': {
'filepath': 'recipes/recipe_modules/goma/.+',
},
'chromium_tests': {
'filepath': 'recipes/recipe_modules/chromium/.+',
'filepath': 'recipes/recipe_modules/chromium_checkout/.+',
'filepath': 'recipes/recipe_modules/chromium_tests/.+',
},
},
'WATCHLISTS': {
'chromium_tests': [
'martiniss+cc@chromium.org',
],
'goma': [
'tikuta+cc@chromium.org',
],
},
}