diff options
-rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -211,6 +211,9 @@ 'imageburner' : { 'filepath': 'imageburner' }, + 'clang_update': { + 'filepath': 'tools/clang/scripts/update.sh' + }, }, 'WATCHLISTS': { @@ -282,5 +285,6 @@ 'dom_login': ['rharrison@chromium.org'], 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], + 'clang_update': ['fischman+watch@chromium.org'], }, } |