Commit 301baa55 authored by Omer Katz's avatar Omer Katz Committed by V8 LUCI CQ

cppgc: Report cppgc changes to oilpan-reviews@chromium.org

Bug: chromium:1056170
Change-Id: Ie639dd00fa146fa1ea166c282cbdead329604922
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3129423
Commit-Queue: Omer Katz <omerkatz@chromium.org>
Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76579}
parent 20dc4dcc
...@@ -104,6 +104,12 @@ ...@@ -104,6 +104,12 @@
'|WORKSPACE' \ '|WORKSPACE' \
'|bazel/', '|bazel/',
}, },
'cppgc': {
'filepath': 'src/heap/cppgc/' \
'|src/heap/cppgc-js/' \
'|include/cppgc/' \
'|test/unittests/heap/',
},
}, },
'WATCHLISTS': { 'WATCHLISTS': {
...@@ -166,5 +172,8 @@ ...@@ -166,5 +172,8 @@
'api': [ 'api': [
'cbruni+watch@chromium.org', 'cbruni+watch@chromium.org',
], ],
'cppgc': [
'oilpan-reviews+v8@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