Skip to content

Commit fbb008a

Browse files
committed
Add adamk to a few WATCHLISTS
And add a watchlist for the C++ API. Change-Id: Id82d7191153afe701fc11958ba36ce7a8b29bef2 Reviewed-on: https://chromium-review.googlesource.com/764548 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#49309}
1 parent b4ccfdf commit fbb008a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

WATCHLISTS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333

3434
{
3535
'WATCHLIST_DEFINITIONS': {
36+
'api': {
37+
'filepath': 'include/' \
38+
'|src/api\.(cc|h)$',
39+
},
3640
'snapshot': {
3741
'filepath': 'src/snapshot/',
3842
},
@@ -83,6 +87,9 @@
8387
},
8488

8589
'WATCHLISTS': {
90+
'api': [
91+
'adamk@chromium.org',
92+
],
8693
'snapshot': [
8794
'yangguo@chromium.org',
8895
],
@@ -122,6 +129,7 @@
122129
'jbroman+watch@chromium.org',
123130
],
124131
'parser': [
132+
'adamk@chromium.org',
125133
'marja+watch@chromium.org',
126134
],
127135
'tracing': [

0 commit comments

Comments
 (0)