| Index: WATCHLISTS
|
| diff --git a/WATCHLISTS b/WATCHLISTS
|
| index b348573c86c13768f9e669cf441c224bb5c69d78..1f86155fe4fbfc06ab7d28be64fbba391bf7a186 100644
|
| --- a/WATCHLISTS
|
| +++ b/WATCHLISTS
|
| @@ -35,13 +35,13 @@
|
| 'filepath': 'Source/core/html/canvas/'
|
| },
|
| 'clipboard': {
|
| - 'filepath': 'Source/core/clipboard',
|
| - 'filepath': 'Source/core/page/*Drag',
|
| - 'filepath': 'Source/platform/*Drag',
|
| - 'filepath': 'Source/platform/clipboard',
|
| - 'filepath': 'Source/web/*Drag',
|
| - 'filepath': 'public/platform/*Drag',
|
| - 'filepath': 'public/web/*Drag',
|
| + 'filepath': 'Source/core/clipboard' \
|
| + '|Source/core/page/.*Drag' \
|
| + '|Source/platform/.*Drag' \
|
| + '|Source/platform/clipboard' \
|
| + '|Source/web/.*Drag' \
|
| + '|public/platform/.*Drag' \
|
| + '|public/web/.*Drag',
|
| },
|
| 'css': {
|
| 'filepath': 'Source/core/css',
|
|
|