Commit 20b29783 authored by ajwong@chromium.org's avatar ajwong@chromium.org

Create watchlist for media changes. The regex is pretty permissive because...

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
parent 4898e3f8
...@@ -62,7 +62,10 @@ ...@@ -62,7 +62,10 @@
}, },
'importer': { 'importer': {
'filepath': '.*import.*', 'filepath': '.*import.*',
} },
'media': {
'filepath': 'media|Media|^third_party/ffmpeg/',
},
}, },
'WATCHLISTS': { 'WATCHLISTS': {
...@@ -84,5 +87,8 @@ ...@@ -84,5 +87,8 @@
'net': ['darin@chromium.org', 'willchan@chromium.org'], 'net': ['darin@chromium.org', 'willchan@chromium.org'],
'installer': ['kuchhal@chromium.org'], 'installer': ['kuchhal@chromium.org'],
'importer': ['kuchhal@chromium.org'], 'importer': ['kuchhal@chromium.org'],
'media': ['ajwong@chromium.org', 'fbarchard@chromium.org',
'hclam@chromium.org', 'kylep@chromium.org',
'scherkus@chromium.org'],
}, },
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment