Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: WATCHLISTS

Issue 8678010: Add ui/views/* to the views WATCHLIST. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nirnimesh review Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698