diff options
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'], }, } |