diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-23 20:06:05 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-23 20:06:05 +0000 |
commit | 67f39af6010f5d656d9add326001b0d9ac8f3dd1 (patch) | |
tree | bef4cd165335ec3ebe2655a6a7c4cecc2a0194c8 /WATCHLISTS | |
parent | b41ca265fdf9a84d1c0ada835892c0ee48ae59dd (diff) | |
download | chromium_src-67f39af6010f5d656d9add326001b0d9ac8f3dd1.zip chromium_src-67f39af6010f5d656d9add326001b0d9ac8f3dd1.tar.gz chromium_src-67f39af6010f5d656d9add326001b0d9ac8f3dd1.tar.bz2 |
Add streams watchlist for content
R=darin@chromium.org
Review URL: https://codereview.chromium.org/23241019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -470,6 +470,9 @@ '|third_party/hunspell_dictionaries/'\ '|webkit/tools/test_shell/mock_spellcheck' }, + 'streams': { + 'filepath': 'content/browser/streams/', + }, 'sync': { 'filepath': 'chrome/browser/sync/|sync/', }, @@ -604,7 +607,6 @@ 'ctguil+watch@chromium.org', 'aboxhall+watch@chromium.org', 'davidbarr+watch@chromium.org', - 'zork+watch@chromium.org', 'hashimoto+watch@chromium.org', 'yoshiki+watch@chromium.org', 'yuzo+watch@chromium.org'], @@ -761,6 +763,7 @@ 'spellcheck': ['groby+spellwatch@chromium.org', 'rlp@chromium.org', 'rouslan+spellwatch@chromium.org'], + 'streams': ['zork+watch@chromium.org'], 'sync': ['haitaol+watch@chromium.org', 'rsimha+watch@chromium.org', 'tim+watch@chromium.org'], |