Index: WATCHLISTS |
diff --git a/WATCHLISTS b/WATCHLISTS |
index 57fc40bcd875081c6c34b553b8729f96af8f36bc..d3f2f0b8f4e9daf7269ea9c342b77ac24fa85d12 100644 |
--- a/WATCHLISTS |
+++ b/WATCHLISTS |
@@ -579,6 +579,15 @@ |
'safe_browsing': { |
'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', |
}, |
+ 'sandbox': { |
+ 'filepath': 'sandbox/'\ |
+ '|content/browser/bootstrap_sandbox_mac'\ |
+ '|content/browser/renderer_host/render_sandbox_host_linux'\ |
+ '|content/browser/renderer_host/sandbox_ipc_linux'\ |
+ '|content/browser/zygote_host/'\ |
+ '|content/common/sandbox_'\ |
+ '|content/zygote/'\ |
+ }, |
'scheduler': { |
'filepath': 'cc/scheduler|'\ |
'content/renderer/scheduler' |
@@ -976,6 +985,7 @@ |
'erikwright+watch@chromium.org', |
'robertshield+watch@chromium.org'], |
'safe_browsing': ['grt+watch@chromium.org'], |
+ 'sandbox': ['rickyz+watch@chromium.org'], |
'scheduler': ['scheduler-bugs@chromium.org'], |
'sessions': ['marja+watch@chromium.org'], |
'service_worker': ['tzik@chromium.org', |