Sha256: 6f6615d8d2fde061117850cd19d1e92e149df89b76749398b36364562644b1c0
Contents?: true
Size: 527 Bytes
Versions: 9
Compression:
Stored size: 527 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': { 'this_file': { 'filepath': '^WATCHLISTS$', }, 'depot_tools': { 'filepath': '.+', }, }, 'WATCHLISTS': { 'this_file': [], 'depot_tools': [ 'iannucci+depot_tools@chromium.org', ], }, }
Version data entries
9 entries across 9 versions & 1 rubygems