Commit 83bb51e5 authored by rmcilroy's avatar rmcilroy Committed by Commit bot

Add an interpreter watchlist

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

Cr-Commit-Position: refs/heads/master@{#31528}
parent 19341006
......@@ -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',
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment