diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 20:56:17 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 20:56:17 +0000 |
commit | f46447ad8e404a86a024b5cb713a174b8064f79b (patch) | |
tree | 9db4a3349c1c56a1f9e34f3079c397ff62bd9ca0 /WATCHLISTS | |
parent | aa6e7976c9d3458dd8a47f8d4ba32626c0cce071 (diff) | |
download | chromium_src-f46447ad8e404a86a024b5cb713a174b8064f79b.zip chromium_src-f46447ad8e404a86a024b5cb713a174b8064f79b.tar.gz chromium_src-f46447ad8e404a86a024b5cb713a174b8064f79b.tar.bz2 |
I want to watch all code reviews to a couple of specific locations.
BUG=none
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/8086011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -27,6 +27,15 @@ # Applies to all files and subdirs within this directory. 'filepath': '^views/.*', }, + 'aura': { + 'filepath': 'ui/aura/.*'\ + 'ui/aura_shell/.*', + }, + 'views_core': { + 'filepath': 'views/view.h'\ + 'views/view.cc'\ + 'views/widget/.*', + }, 'browser': { 'filepath': 'chrome/browser/.*', }, @@ -356,5 +365,7 @@ 'hashimoto+watch@chromium.org', 'yoshiki+watch@chromium.org', 'yuzo+watch@chromium.org'], + 'aura': ['ben+watch@chromium.org'], + 'views_core': ['ben+watch@chromium.org'], }, } |