diff options
author | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 16:06:02 +0000 |
---|---|---|
committer | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 16:06:02 +0000 |
commit | 304359bf2d128eebb0843d9ffe914e663b35d495 (patch) | |
tree | 74141e1d0cb4ad03f25b792c1d546f2c3cb80121 /remoting | |
parent | 27cc2d4504327e4677f79ab9a18af7fb092f5e06 (diff) | |
download | chromium_src-304359bf2d128eebb0843d9ffe914e663b35d495.zip chromium_src-304359bf2d128eebb0843d9ffe914e663b35d495.tar.gz chromium_src-304359bf2d128eebb0843d9ffe914e663b35d495.tar.bz2 |
Fixup remoting WATCHLIST for public tree and move into the top-level
uber-WATCHLIST.
BUG=none
TEST=running watchlists.py on various files
Review URL: http://codereview.chromium.org/2768003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/WATCHLISTS | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/remoting/WATCHLISTS b/remoting/WATCHLISTS deleted file mode 100644 index 656fa67..0000000 --- a/remoting/WATCHLISTS +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (c) 2010 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': { - 'remoting': { - 'filepath': '.+', - }, - }, - - 'WATCHLISTS': { - 'remoting': ['chromoting+reviews@google.com'], - }, -} |