From 58b6cfa060a64324923540aa5894f97ae863294c Mon Sep 17 00:00:00 2001 From: "kinuko@chromium.org" Date: Mon, 14 Feb 2011 12:27:29 +0000 Subject: 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 --- WATCHLISTS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'WATCHLISTS') diff --git a/WATCHLISTS b/WATCHLISTS index 39ce34e..babb07e 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -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'], }, -- cgit v1.1