From 99ef6b78547795dbeacb88fab350e9a67703c67d Mon Sep 17 00:00:00 2001 From: kwiberg Date: Thu, 4 May 2017 06:22:46 -0700 Subject: [PATCH] Add myself to the watchlist for webrtc/api/ and webrtc/base/ NOTRY=true BUG=none Review-Url: https://codereview.webrtc.org/2857393002 Cr-Commit-Position: refs/heads/master@{#18016} --- WATCHLISTS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/WATCHLISTS b/WATCHLISTS index 83488a3c34..ed0a614009 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -38,6 +38,9 @@ 'audio': { 'filepath': 'webrtc/audio/.*', }, + 'base': { + 'filepath': 'webrtc/base/.*', + }, 'call': { 'filepath': 'webrtc/call/.*', }, @@ -117,7 +120,9 @@ 'peah@webrtc.org'], 'audio': ['solenberg@webrtc.org', 'tina.legrand@webrtc.org'], - 'api': ['solenberg@webrtc.org'], + 'api': ['kwiberg@webrtc.org', + 'solenberg@webrtc.org'], + 'base': ['kwiberg@webrtc.org'], 'call': ['mflodman@webrtc.org', 'solenberg@webrtc.org', 'stefan@webrtc.org'],