Add ui/views/* to the views WATCHLIST.

TEST=python ~/depot_tools/watchlists.py ui/views/
[email protected],[email protected]
[email protected]

Review URL: http://codereview.chromium.org/8678010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111552 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/WATCHLISTS b/WATCHLISTS
index bb125890..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': {