diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 22:58:55 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 22:58:55 +0000 |
commit | c767b06530d761190c3164e086765a8ad329bceb (patch) | |
tree | 42741fbdb647c2c483bd8723fcf0dd1c6f891214 /WATCHLISTS | |
parent | 0ac8fd43e07da4da1eb75eec56dfb60b6c8586f0 (diff) | |
download | chromium_src-c767b06530d761190c3164e086765a8ad329bceb.zip chromium_src-c767b06530d761190c3164e086765a8ad329bceb.tar.gz chromium_src-c767b06530d761190c3164e086765a8ad329bceb.tar.bz2 |
Fix watchlist definition for clipboard.
BUG=none
TEST=python $DEPOT_TOOLS/watchlists.py clipboard matches
Review URL: http://codereview.chromium.org/8574077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -303,10 +303,7 @@ 'filepath': 'base/message_.*' }, 'clipboard': { - 'filepath': 'clipboard', - 'filepath': 'dnd', - 'filepath': 'drag', - 'filepath': 'drop', + 'filepath': 'clipboard|dnd|drag|drop', }, }, |