diff options
author | amit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 21:33:30 +0000 |
---|---|---|
committer | amit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 21:33:30 +0000 |
commit | 6611f0545845a5a1b80a8d7525adeaef3003e19d (patch) | |
tree | d2fd398f4c945a8defb5a3e3cc498dec345c21de /WATCHLISTS | |
parent | e320093fd6080c1d11ec3a17ea52778ca9a8ed9b (diff) | |
download | chromium_src-6611f0545845a5a1b80a8d7525adeaef3003e19d.zip chromium_src-6611f0545845a5a1b80a8d7525adeaef3003e19d.tar.gz chromium_src-6611f0545845a5a1b80a8d7525adeaef3003e19d.tar.bz2 |
Add chrome frame to watchlist
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/273005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -93,6 +93,9 @@ 'automation': { 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', }, + 'chrome_frame': { + 'filepath': 'chrome_frame/.*', + }, }, 'WATCHLISTS': { @@ -126,5 +129,6 @@ 'tools': ['pam+watch@chromium.org'], 'tests': ['phajdan.jr@chromium.org', 'tim@chromium.org'], 'automation': ['phajdan.jr@chromium.org'], + 'chrome_frame' : ['amit@chromium.org'], }, } |