Index: WATCHLISTS |
diff --git a/WATCHLISTS b/WATCHLISTS |
index e4f04f3b16d9935d0423ee62c9e8cee72ef64dd2..a1ed8c1483b1bdc2926d8e3a27c4a12ec5be397a 100644 |
--- a/WATCHLISTS |
+++ b/WATCHLISTS |
@@ -146,6 +146,9 @@ |
'|LayoutTests/fast/regions/' \ |
'|LayoutTests/platform/chromium.*/fast/regions/' |
}, |
+ 'web_idl': { |
+ 'filepath': 'Source/core/(?!inspector)(?!testing).*\.idl' |
haraken
2013/06/26 11:45:56
Why do you want to intentionally exclude these idl
|
+ }, |
'webcomponents': { |
'filepath': 'Source/core/dom/shadow/.*' \ |
'|Source/core/dom/CustomElement.*' \ |
@@ -215,6 +218,7 @@ |
'quota': [ 'kinuko@chromium.org' ], |
'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], |
'css_regions': [ 'ChromiumBugTracker@adobe.com' ], |
+ 'web_idl': [ 'ch.dumez@sisa.samsung.com' ], |
'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@chromium.org' ], |
}, |
} |