[V8Tracing] Add lpy@ and fmeawad@ into watchlist for tracing/.

TBR=yangguo@chromium.org

Review-Url: https://codereview.chromium.org/2898043002
Cr-Commit-Position: refs/heads/master@{#45469}
This commit is contained in:
lpy 2017-05-22 12:40:17 -07:00 committed by Commit bot
parent 381d7b1c74
commit 66d242dea5

View File

@ -77,6 +77,9 @@
'filepath': 'src/ast/' \
'|src/parsing/',
},
'tracing': {
'filepath': 'src/tracing/',
},
},
'WATCHLISTS': {
@ -120,6 +123,10 @@
],
'parser': [
'marja+watch@chromium.org',
]
],
'tracing': [
'lpy+v8tracing@chromium.org',
'fmeawad@chromium.org',
],
},
}