Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2004)

Unified Diff: WATCHLISTS

Issue 1060683003: Add yangguo@chromium.org to src/snapshot/OWNERS and WATCHLISTS (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: correctly escape Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/snapshot/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
},
}
« no previous file with comments | « no previous file | src/snapshot/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698