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

Unified Diff: WATCHLISTS

Issue 126078: Adding watchlist categories for views top level dir and browser/ dir under ch... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months 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
===================================================================
--- WATCHLISTS (revision 18306)
+++ WATCHLISTS (working copy)
@@ -17,11 +17,19 @@
'mac': {
'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
},
+ 'views': {
+ 'filepath': 'views/.*',
+ },
+ 'browser': {
+ 'filepath': 'chrome/browser/.*',
+ },
},
'WATCHLISTS': {
'this_file': ['nirnimesh@chromium.org'],
'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org'],
'mac': ['jrg@chromium.org'],
+ 'views': ['ben@chromium.org'],
+ 'browser': ['ben@chromium.org'],
},
}
« 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