Add yangguo@chromium.org to src/snapshot/OWNERS and WATCHLISTS

R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/1060683003

Cr-Commit-Position: refs/heads/master@{#27629}
This commit is contained in:
yangguo 2015-04-07 06:38:22 -07:00 committed by Commit bot
parent 74dc9e1710
commit 3068b5ff83
2 changed files with 13 additions and 0 deletions

View File

@ -36,11 +36,23 @@
'public_api': {
'filepath': 'include/',
},
'snapshot': {
'filepath': 'src/snapshot/',
},
'debugger': {
'filepath': 'src/debug\.(cc|h)|src/.*-debugger\.js|src/runtime/runtime-debug\.cc',
},
},
'WATCHLISTS': {
'public_api': [
'phajdan.jr@chromium.org',
],
'snapshot': [
'yangguo@chromium.org',
],
'debugger': [
'yangguo@chromium.org',
],
},
}

View File

@ -1 +1,2 @@
verwaest@chromium.org
yangguo@chromium.org