diff options
author | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 22:28:03 +0000 |
---|---|---|
committer | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 22:28:03 +0000 |
commit | 87e84f965aecf37c64e8404b9186fad04540688e (patch) | |
tree | dbeb6f730bb9db62c1e13f245883401b9cd868df /WATCHLISTS | |
parent | 61f5a7b0e74f9a19de55e026509360611fdfd775 (diff) | |
download | chromium_src-87e84f965aecf37c64e8404b9186fad04540688e.zip chromium_src-87e84f965aecf37c64e8404b9186fad04540688e.tar.gz chromium_src-87e84f965aecf37c64e8404b9186fad04540688e.tar.bz2 |
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
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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'], }, } |