Skip to content

Commit

Permalink
Create watchlist for media changes. The regex is pretty permissive be…
Browse files Browse the repository at this point in the history
…cause 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
  • Loading branch information
ajwong@chromium.org committed Jul 8, 2009
1 parent 4898e3f commit 20b2978
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@
},
'importer': {
'filepath': '.*import.*',
}
},
'media': {
'filepath': 'media|Media|^third_party/ffmpeg/',
},
},

'WATCHLISTS': {
Expand All @@ -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'],
},
}

0 comments on commit 20b2978

Please sign in to comment.