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

Unified Diff: WATCHLISTS

Issue 149232: Create watchlist for media changes. (Closed)
Patch Set: simplify regex. Created 11 years, 5 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 | 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 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'],
},
}
« 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