Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index bb125890c1565c0ae146507c136322dfc5836d23..7336c60c6ad6367a0f55fbafafbe1e8e211b517e 100644 |
| --- a/WATCHLISTS |
| +++ b/WATCHLISTS |
| @@ -25,7 +25,8 @@ |
| }, |
| 'views': { |
| # Applies to all files and subdirs within this directory. |
| - 'filepath': '^views/.*', |
| + 'filepath': '^views/.*'\ |
|
Nirnimesh
2011/11/23 22:13:57
These are wrong. There needs to be a | at the end
tfarina
2011/11/23 22:30:15
Done.
|
| + '^ui/views/.*', |
| }, |
| 'aura': { |
| 'filepath': 'ui/aura/.*'\ |