diff options
-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'], }, } |