Sha256: 93d94bede0e7797aa9af9d2c6b89731b90ad5803104c85f95bc5dac70599e604
Contents?: true
Size: 693 Bytes
Versions: 15
Compression:
Stored size: 693 Bytes
Contents
# Copyright (c) 2012 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': { 'git_cl.py': { 'filepath': 'git_cl.py', }, 'this_file': { 'filepath': '^WATCHLISTS$', }, 'depot_tools': { 'filepath': '.+', }, }, 'WATCHLISTS': { 'this_file': [], 'git_cl.py': [ 'tandrii+omg_git_cl@chromium.org', ], 'depot_tools': [ 'dpranke+depot_tools@chromium.org', 'iannucci+depot_tools@chromium.org', ], }, }
Version data entries
15 entries across 15 versions & 1 rubygems