diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 19:57:04 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 19:57:04 +0000 |
commit | 76a93396be61e3a92116e07840f2291754bdbd62 (patch) | |
tree | 6541d346b87ec541ca6fe4e8f07ae357f38002c3 /WATCHLISTS | |
parent | ceb2ae246dd23073898594b0e4450ae9a3796393 (diff) | |
download | chromium_src-76a93396be61e3a92116e07840f2291754bdbd62.zip chromium_src-76a93396be61e3a92116e07840f2291754bdbd62.tar.gz chromium_src-76a93396be61e3a92116e07840f2291754bdbd62.tar.bz2 |
Narrows 'views' watchlist to top-level
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7003042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ }, 'views': { # Applies to all files and subdirs within this directory. - 'filepath': 'views/.*', + 'filepath': '^views/.*', }, 'browser': { 'filepath': 'chrome/browser/.*', |