Index: WATCHLISTS |
diff --git a/WATCHLISTS b/WATCHLISTS |
index 9c2bce9c5589c22649b4a2c94837f00c8d669be1..64771bc27dc61e56c0073b6913da4132e8ee1188 100644 |
--- a/WATCHLISTS |
+++ b/WATCHLISTS |
@@ -36,11 +36,23 @@ |
'public_api': { |
'filepath': 'include/', |
}, |
+ 'snapshot': { |
+ 'filepath': 'src/snapshot/', |
+ }, |
+ 'debugger': { |
+ 'filepath': 'src/debug\.(cc|h)|src/.*-debugger\.js|src/runtime/runtime-debug\.cc', |
+ }, |
}, |
'WATCHLISTS': { |
'public_api': [ |
'phajdan.jr@chromium.org', |
], |
+ 'snapshot': [ |
+ 'yangguo@chromium.org', |
+ ], |
+ 'debugger': [ |
+ 'yangguo@chromium.org', |
+ ], |
}, |
} |