blob: 3ebcdc20e083661e61385f654bf540a7f6b919c0 [file] [log] [blame]
# Copyright (c) 2013 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': {
'all': {
'filepath': '.+',
},
},
'WATCHLISTS': {
'all': [
'mnaganov-cc@chromium.org',
'pfeldman-cc@chromium.org',
],
},
}