summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS9
1 files changed, 5 insertions, 4 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index bb12589..c5e1b30 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -25,15 +25,16 @@
},
'views': {
# Applies to all files and subdirs within this directory.
- 'filepath': '^views/.*',
+ 'filepath': '^views/.*|'\
+ '^ui/views/.*',
},
'aura': {
- 'filepath': 'ui/aura/.*'\
+ 'filepath': 'ui/aura/.*|'\
'ui/aura_shell/.*',
},
'views_core': {
- 'filepath': 'views/view.h'\
- 'views/view.cc'\
+ 'filepath': 'views/view.h|'\
+ 'views/view.cc|'\
'views/widget/.*',
},
'browser': {