[WATCHLIST] Add BytecodeGraphBuilder and InterpreterAssembler to interpreter watchlist.

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

Cr-Commit-Position: refs/heads/master@{#33663}
This commit is contained in:
rmcilroy 2016-02-02 01:38:37 -08:00 committed by Commit bot
parent 062fc9abcf
commit df1964a08e

View File

@ -44,6 +44,8 @@
},
'interpreter': {
'filepath': 'src/interpreter/' \
'|src/compiler/interpreter' \
'|src/compiler/bytecode' \
'|test/cctest/interpreter/' \
'|test/unittests/interpreter/',
},