Add myself to some watchlists
Review URL: https://codereview.chromium.org/13596003
git-svn-id: svn://svn.chromium.org/blink/trunk@147629 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/third_party/WebKit/WATCHLISTS b/third_party/WebKit/WATCHLISTS
index c79e6262..4a99609 100644
--- a/third_party/WebKit/WATCHLISTS
+++ b/third_party/WebKit/WATCHLISTS
@@ -15,6 +15,9 @@
'|LayoutTests/fast/animation' \
'|LayoutTests/animation',
},
+ 'bindings': {
+ 'filepath': 'Source/WebCore/bindings',
+ },
'test_runner': {
'filepath': 'Tools/DumpRenderTree/chromium/TestRunner',
},
@@ -24,10 +27,18 @@
'devtools': {
'filepath': 'inspector|DevTools|devtools',
},
+ 'public_api': {
+ 'filepath': 'Source/Platform/chromium/public' \
+ '|Source/WebKit/chromium/public' \
+ '|Tools/DumpRenderTree/chromium/TestRunner/public/',
+ },
+ 'wtf': {
+ 'filepath': 'Source/WTF',
+ },
'platform_graphics': {
'filepath': 'Source/WebCore/platform/graphics',
},
- 'SVG': {
+ 'svg': {
'filepath': 'Source/WebCore/svg|Source/WebCore/rendering/svg',
},
'indexed_db': {
@@ -54,10 +65,13 @@
'[email protected]',
'[email protected]',
'[email protected]'],
+ 'bindings': [ '[email protected]' ],
'test_runner': [ '[email protected]' ],
'platform_graphics': [ '[email protected]' ],
- 'SVG': [ '[email protected]', '[email protected]', '[email protected]' ],
+ 'svg': [ '[email protected]', '[email protected]', '[email protected]' ],
'css': [ '[email protected]' ],
+ 'public_api': [ '[email protected]' ],
+ 'wtf': [ '[email protected]' ],
'indexed_db': ['[email protected]','[email protected]',
'[email protected]'],
'content_security_policy': [ '[email protected]' ],