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

Unified Diff: WATCHLISTS

Issue 125146: Add some more rules to WATCHLISTS (Closed) Base URL: svn://svn.chromium.org/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 18429)
+++ WATCHLISTS (working copy)
@@ -24,6 +24,15 @@
'browser': {
'filepath': 'chrome/browser/.*',
},
+ 'renderer': {
+ 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|chrome/common/render.*',
+ },
+ 'webkit': {
+ 'filepath': 'webkit/.*',
+ },
+ 'plugin': {
+ 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|chrome/common/plugin.*',
+ },
},
'WATCHLISTS': {
@@ -32,5 +41,8 @@
'mac': ['jrg@chromium.org'],
'views': ['ben@chromium.org'],
'browser': ['ben@chromium.org'],
+ 'renderer': ['darin@chromium.org'],
+ 'webkit': ['darin@chromium.org'],
+ 'plugin': ['darin@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