diff options
| author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 14:59:05 +0000 |
|---|---|---|
| committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 14:59:05 +0000 |
| commit | 8a197f26faebaf68cb484596ccf970b1ab1fe779 (patch) | |
| tree | fc28140c1cb6004830651d286defb49dc2ffeb13 /WATCHLISTS | |
| parent | 69e4e7a4f6fc4b7831057392d7ae9ce50f22f61f (diff) | |
| download | chromium_src-8a197f26faebaf68cb484596ccf970b1ab1fe779.zip chromium_src-8a197f26faebaf68cb484596ccf970b1ab1fe779.tar.gz chromium_src-8a197f26faebaf68cb484596ccf970b1ab1fe779.tar.bz2 | |
Add a watchlist for app_list and add myself.
TEST=~/depot_tools/watchlists.py ui/app_list/app_list_view.h, should report ['tfarina@chromium.org']
R=xiyuan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10637005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
| -rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,9 @@ '|ui/base/accessibility/.*' \ '|ui/views/accessibility/.*' }, + 'app_list': { + 'filepath': 'ui/app_list/.*', + }, 'appcache': { 'filepath': 'appcache/.*', }, @@ -375,6 +378,7 @@ 'hashimoto+watch@chromium.org', 'yoshiki+watch@chromium.org', 'yuzo+watch@chromium.org'], + 'app_list': ['tfarina@chromium.org'], 'appcache': ['michaeln@chromium.org'], 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], 'autofill': ['dhollowa+watch@chromium.org', 'isherman@chromium.org', |
