diff options
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -101,6 +101,9 @@ 'automation': { 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', }, + 'ceee': { + 'filepath': 'ceee/.*', + }, 'chrome_frame': { 'filepath': 'chrome_frame/.*', }, @@ -207,6 +210,7 @@ 'tools': ['pam+watch@chromium.org'], 'tests': ['phajdan.jr@chromium.org'], 'automation': ['phajdan.jr@chromium.org'], + 'ceee' : ['ceee-reviews@chromium.org'], 'chrome_frame' : ['amit@chromium.org'], 'nacl' : ['native-client-reviews@googlegroups.com'], 'appcache': ['michaeln@chromium.org'], |