0

Add myself to watchlists in an attempt to catch flakiness-inducing bugs being added to the tree.

Review URL: http://codereview.chromium.org/173530

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24628 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
phajdan.jr@chromium.org
2009-08-27 17:59:14 +00:00
parent 1058ece391
commit acd6c2dcc6

@ -87,6 +87,12 @@
'tools': {
'filepath': 'tools/.*',
},
'tests': {
'filepath': 'unittest|browsertest|uitest',
},
'automation': {
'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
},
},
'WATCHLISTS': {
@ -118,5 +124,7 @@
'idana@chromium.org'],
'layout_tests': ['pam@chromium.org'],
'tools': ['pam@chromium.org'],
'tests': ['phajdan.jr@chromium.org'],
'automation': ['phajdan.jr@chromium.org'],
},
}