Add an interpreter watchlist

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

Cr-Commit-Position: refs/heads/master@{#31528}
This commit is contained in:
rmcilroy 2015-10-23 08:43:01 -07:00 committed by Commit bot
parent 193410062e
commit 83bb51e5ad

View File

@ -42,6 +42,11 @@
'debugger': {
'filepath': 'src/debug/',
},
'interpreter': {
'filepath': 'src/interpreter/',
'filepath': 'test/cctest/interpreter/',
'filepath': 'test/unittests/interpreter/',
},
'feature_shipping_status': {
'filepath': 'src/flag-definitions.h',
},
@ -57,6 +62,10 @@
'debugger': [
'yangguo@chromium.org',
],
'interpreter': [
'rmcilroy@chromium.org',
'oth@chromium.org',
],
'feature_shipping_status': [
'hablich@chromium.org',
],