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

Unified Diff: WATCHLISTS

Issue 1533093002: Add webrtc/audio and webrtc/call to WATCHLISTS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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 | no next file » | 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 8569951a2a6de29892c30bbea88195c3407e2d7e..ba7af53d5aa6976effee051b70394128a185fef1 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -32,6 +32,12 @@
'java_files': {
'filepath': '\.java$|\.xml$',
},
+ 'audio': {
+ 'filepath': 'webrtc/audio/.*',
+ },
+ 'call': {
+ 'filepath': 'webrtc/call/.*',
+ },
'video': {
'filepath': 'webrtc/video/.*',
},
@@ -100,6 +106,12 @@
'bjornv@webrtc.org',
'minyue@webrtc.org',
'peah@webrtc.org'],
+ 'audio': ['solenberg@webrtc.org',
+ 'tina.legrand@webrtc.org'],
+ 'call': ['mflodman@webrtc.org',
+ 'pbos@webrtc.org',
+ 'solenberg@webrtc.org',
+ 'stefan@webrtc.org'],
'video': ['andresp@webrtc.org',
'mflodman@webrtc.org',
'pbos@webrtc.org',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698