summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-08 19:03:13 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-08 19:03:13 +0000
commit20b29783fd53c31aad7e362cbdedd5e13ac41f48 (patch)
treee8b6ea742f958f768b78126a53ea7da0e3846152 /WATCHLISTS
parent4898e3f847656330825d264e8529a6568446ac0f (diff)
downloadchromium_src-20b29783fd53c31aad7e362cbdedd5e13ac41f48.zip
chromium_src-20b29783fd53c31aad7e362cbdedd5e13ac41f48.tar.gz
chromium_src-20b29783fd53c31aad7e362cbdedd5e13ac41f48.tar.bz2
Create watchlist for media changes. The regex is pretty permissive because the media files are scattered in multiple directories with the only commonality being the word "media". (eg chrome/renderer/media, third_party/media, or more annoyingly webkit/glue/resources/media_pause.png, and webkit/api/src/WebMediaPlayerClientImpl.cpp)
Review URL: http://codereview.chromium.org/149232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20178 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS8
1 files changed, 7 insertions, 1 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index ea08bb2..fff8e6d 100644
--- 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'],
},
}