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
This commit is contained in:
@ -131,6 +131,9 @@
|
||||
'npapi_headers': {
|
||||
'filepath': 'third_party/npapi/bindings/.*',
|
||||
},
|
||||
'remoting': {
|
||||
'filepath': 'remoting/.*',
|
||||
},
|
||||
},
|
||||
|
||||
'WATCHLISTS': {
|
||||
@ -180,5 +183,8 @@
|
||||
'options_dialog_content': ['finnur+watch@chromium.org'],
|
||||
'chromeos': ['davemoore+watch@chromium.org'],
|
||||
'npapi_headers': ['stuartmorgan@chromium.org'],
|
||||
'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org',
|
||||
'hclam@chromium.org', 'dmaclach@chromium.org',
|
||||
'garykac@chromium.org'],
|
||||
},
|
||||
}
|
||||
|
@ -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'],
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user