Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index bb125890c1565c0ae146507c136322dfc5836d23..c5e1b30246dc75fbafba5a7f514938c42787318c 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/.*', |
|
sky
2011/11/28 15:48:25
Why bother wrapping this? Also, aren't you moving
|
| }, |
| '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': { |