Commit 0c425450 authored by dcheng@chromium.org's avatar dcheng@chromium.org

Add a watchlist for clipboard/drag and drop.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/186283003

git-svn-id: svn://svn.chromium.org/blink/trunk@168399 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3a4fefca
......@@ -34,6 +34,15 @@
'canvas': {
'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',
},
'css': {
'filepath': 'Source/core/css',
},
......@@ -282,6 +291,7 @@
'nbarth@chromium.org',
'sigbjornf@opera.com' ],
'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ],
'clipboard': [ 'dcheng@chromium.org', ],
'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chromium.org' ],
'fetch': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ],
'layers': [ 'blink-layers+watch@chromium.org' ],
......
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