0

Added myself to the WATCHLIST for all files under gpu/. I wasn't able to successfully run watchlist.py on my box either before or after making the change.

TEST=none
BUG=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35178 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
apatrick@google.com
2009-12-22 22:28:03 +00:00
parent 61f5a7b0e7
commit 87e84f965a

@ -105,7 +105,9 @@
'appcache': {
'filepath': 'appcache/.*',
},
'gpu': {
'filepath': 'gpu/.*',
},
},
'WATCHLISTS': {
@ -148,5 +150,6 @@
'chrome_frame' : ['amit@chromium.org'],
'nacl' : ['native-client-reviews@googlegroups.com'],
'appcache': ['michaeln@chromium.org'],
'gpu': ['apatrick@chromium.org'],
},
}