Temporary auto-CC'ing hablich to x87 changes

BUG=
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#28627}
This commit is contained in:
hablich 2015-05-26 06:05:25 -07:00 committed by Commit bot
parent 4ccf4d4ffa
commit daaedddf7b

View File

@ -42,6 +42,9 @@
'debugger': {
'filepath': 'src/debug\.(cc|h)|src/.*-debugger\.js|src/runtime/runtime-debug\.cc',
},
'x87': {
'filepath': 'src/x87/',
},
},
'WATCHLISTS': {
@ -54,5 +57,8 @@
'debugger': [
'yangguo@chromium.org',
],
'x87': [
'hablich@chromium.org',
],
},
}