Skip to content

Commit

Permalink
Change watchlist name 'file_system' to 'fileapi' and add fileapi/.* t…
Browse files Browse the repository at this point in the history
…o its filepath.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6482018

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74812 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
kinuko@chromium.org committed Feb 14, 2011
1 parent ce50d07 commit 58b6cfa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@
'filepath': 'chrome/browser/labs' \
'|chrome/browser/dom_ui/labs'
},
'file_system': {
'filepath': 'file_system/.*',
'fileapi': {
'filepath': 'file_system/.*' \
'|fileapi/.*'
},
'pepper_api': {
'filepath': 'ppapi/c/.*',
Expand Down Expand Up @@ -238,7 +239,7 @@
'pyauto': ['anantha@chromium.org', 'jrg@chromium.org',
'nirnimesh@chromium.org', 'dyu@chromium.org'],
'labs': ['thakis@chromium.org'],
'file_system': ['kinuko@chromium.org'],
'fileapi': ['kinuko+watch@chromium.org'],
'pepper_api': ['piman+watch@chromium.org'],
'prerender': ['cbentzel+watch@chromium.org'],
},
Expand Down

0 comments on commit 58b6cfa

Please sign in to comment.