Commit c767b065 authored by dcheng@chromium.org's avatar dcheng@chromium.org

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
parent 0ac8fd43
...@@ -303,10 +303,7 @@ ...@@ -303,10 +303,7 @@
'filepath': 'base/message_.*' 'filepath': 'base/message_.*'
}, },
'clipboard': { 'clipboard': {
'filepath': 'clipboard', 'filepath': 'clipboard|dnd|drag|drop',
'filepath': 'dnd',
'filepath': 'drag',
'filepath': 'drop',
}, },
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment