summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 19:29:00 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 19:29:00 +0000
commit1c8479c2c305830178255bbb539f0b4b218a114e (patch)
treeed6d146e0f4c7b468e46fa93b79d4f80c7466121 /WATCHLISTS
parentfa3e59fd8ebd306dbcd2536af10cdb01262fc0c8 (diff)
downloadchromium_src-1c8479c2c305830178255bbb539f0b4b218a114e.zip
chromium_src-1c8479c2c305830178255bbb539f0b4b218a114e.tar.gz
chromium_src-1c8479c2c305830178255bbb539f0b4b218a114e.tar.bz2
Add ui/views/* to the views WATCHLIST.
TEST=python ~/depot_tools/watchlists.py ui/views/ R=sky@chromium.org,nirnimesh@chromium.org TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8678010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111552 0039d316-1c4b-4281-b951-d872f2087c98
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': {