From 004da782dd92aa613972b6c970bbb6421deedfb4 Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Mon, 22 Jul 2019 18:47:01 +0000 Subject: [PATCH] Remove WATCHLISTS. I was the only one left :) TBR=ehmaldonado@chromium.org Change-Id: I66893b6de9231e09ef3a10cf0b02c8836d1ad012 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1713221 Reviewed-by: Robbie Iannucci Commit-Queue: Robbie Iannucci --- WATCHLISTS | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 WATCHLISTS diff --git a/WATCHLISTS b/WATCHLISTS deleted file mode 100755 index 725655377..000000000 --- a/WATCHLISTS +++ /dev/null @@ -1,26 +0,0 @@ -# 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', - ], - }, - -}