Commit ea39a981 authored by Jakob Gruber's avatar Jakob Gruber Committed by Commit Bot

[watchlist] Add csa and torque watchlists and add myself

Change-Id: Ia30702060cdcd63a3b429e05e700928a32824604
Reviewed-on: https://chromium-review.googlesource.com/c/1328944Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57526}
parent a245611a
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
'arm': { 'arm': {
'filepath': '/arm/', 'filepath': '/arm/',
}, },
'csa': {
'filepath': 'src/code-stub-assembler\.(cc|h)$' \
'|src/builtins/.*-gen.(cc|h)$',
},
'ia32': { 'ia32': {
'filepath': '/ia32/', 'filepath': '/ia32/',
}, },
...@@ -82,6 +86,9 @@ ...@@ -82,6 +86,9 @@
'filepath': 'src/profiler/' \ 'filepath': 'src/profiler/' \
'|src/libsampler/', '|src/libsampler/',
}, },
'torque': {
'filepath': '.*\.tq$',
},
'tracing': { 'tracing': {
'filepath': 'src/tracing/', 'filepath': 'src/tracing/',
}, },
...@@ -91,10 +98,18 @@ ...@@ -91,10 +98,18 @@
'api': [ 'api': [
'adamk+watch@chromium.org', 'adamk+watch@chromium.org',
], ],
'csa': [
'jgruber+watch@chromium.org',
],
'torque': [
'jgruber+watch@chromium.org',
],
'snapshot': [ 'snapshot': [
'jgruber+watch@chromium.org',
'yangguo@chromium.org', 'yangguo@chromium.org',
], ],
'debugger': [ 'debugger': [
'jgruber+watch@chromium.org',
'yangguo@chromium.org', 'yangguo@chromium.org',
], ],
'interpreter': [ 'interpreter': [
......
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