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 /WATCHLISTS | |
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 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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'], }, } |