[wasm] wasm WATCHLISTS

Improve visibility within the distributed wasm team.
Created wasm watchlist, and added wasm-team - the union of
MUC and MTV wasm teams.

BUG=

Review-Url: https://codereview.chromium.org/2759053002
Cr-Commit-Position: refs/heads/master@{#43959}
This commit is contained in:
mtrofin 2017-03-20 19:49:39 -07:00 committed by Commit bot
parent 2470f2ac71
commit 25f86ffea5

View File

@ -66,6 +66,10 @@
'inspector': {
'filepath': 'inspector',
},
'wasm': {
'filepath': 'src/wasm/' \
'|src/compiler/wasm',
},
},
'WATCHLISTS': {
@ -102,5 +106,8 @@
'inspector': [
'devtools-reviews@chromium.org',
],
'wasm': [
'wasm-v8@google.com',
],
},
}