diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-14 12:27:29 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-14 12:27:29 +0000 |
commit | 58b6cfa060a64324923540aa5894f97ae863294c (patch) | |
tree | cbb4c9807553d755b0529e00e942b21f36e5dd40 /WATCHLISTS | |
parent | ce50d075f11db8d9a87260627d47f2f493104c73 (diff) | |
download | chromium_src-58b6cfa060a64324923540aa5894f97ae863294c.zip chromium_src-58b6cfa060a64324923540aa5894f97ae863294c.tar.gz chromium_src-58b6cfa060a64324923540aa5894f97ae863294c.tar.bz2 |
Change watchlist name 'file_system' to 'fileapi' and add fileapi/.* to 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
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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/.*', @@ -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'], }, |