diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-17 22:12:51 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-17 22:12:51 +0000 |
commit | 3ce5664708568530727e8f3ad86381cf0f81ee15 (patch) | |
tree | 7e444dbf213d45bab242c3e5374a26bae3a1fc23 /WATCHLISTS | |
parent | c3fac4ddbe9820c7673f9bf029c8b5bbf95fe4f2 (diff) | |
download | chromium_src-3ce5664708568530727e8f3ad86381cf0f81ee15.zip chromium_src-3ce5664708568530727e8f3ad86381cf0f81ee15.tar.gz chromium_src-3ce5664708568530727e8f3ad86381cf0f81ee15.tar.bz2 |
Separate ash stuff from aura watchlists
TBR=sky@chromium.org
BUG=
Review URL: https://codereview.chromium.org/27536008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -51,9 +51,11 @@ 'apps': { 'filepath': '^apps/', }, + 'ash': { + 'filepath': 'ash/', + }, 'aura': { - 'filepath': 'ui/aura/|'\ - 'ash/', + 'filepath': 'ui/aura/', }, 'aura_compositor': { 'filepath': @@ -635,6 +637,9 @@ 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], 'appcache': ['michaeln@chromium.org'], 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], + 'ash': ['ben+ash@chromium.org', + 'sadrul@chromium.org', + 'kalyan.kondapally@intel.com'], 'aura': ['ben+aura@chromium.org', 'sadrul@chromium.org', 'kalyan.kondapally@intel.com'], |