Index: WATCHLISTS |
diff --git a/WATCHLISTS b/WATCHLISTS |
index 2a6dedb61064126f72361bb5791d21df06447068..875010d904c512ac508aa1730236fedf87a70c34 100755 |
--- a/WATCHLISTS |
+++ b/WATCHLISTS |
@@ -62,7 +62,10 @@ |
}, |
'importer': { |
'filepath': '.*import.*', |
- } |
+ }, |
+ 'media': { |
+ 'filepath': 'media|Media|^third_party/ffmpeg/', |
+ }, |
}, |
'WATCHLISTS': { |
@@ -84,5 +87,8 @@ |
'net': ['darin@chromium.org', 'willchan@chromium.org'], |
'installer': ['kuchhal@chromium.org'], |
'importer': ['kuchhal@chromium.org'], |
+ 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org', |
+ 'hclam@chromium.org', 'kylep@chromium.org', |
+ 'scherkus@chromium.org'], |
}, |
} |