Index: WATCHLISTS |
diff --git a/WATCHLISTS b/WATCHLISTS |
index 53a65319a8555564db0cf0c7dca95615443ebe9d..77a76bae0850c7a507165251e2c5187eeca5315c 100644 |
--- a/WATCHLISTS |
+++ b/WATCHLISTS |
@@ -55,9 +55,7 @@ |
'filepath': 'OWNERS', |
}, |
'public_api': { |
- 'filepath': 'public' \ |
- '|Source/WebKit/chromium/public' \ |
- '|Tools/DumpRenderTree/chromium/TestRunner/public/', |
+ 'filepath': 'public' |
}, |
'spellcheck' : { |
'filepath': 'Source/core/editing/Editor.*' \ |
@@ -83,9 +81,10 @@ |
}, |
'indexed_db': { |
'filepath': 'Source/modules/indexeddb/' \ |
- '|Source/WebKit/chromium/.*IDB' \ |
'|Source/core/platform/leveldb' \ |
- '|LayoutTests/storage/indexeddb' |
+ '|Source/web/.*IDB' \ |
+ '|LayoutTests/storage/indexeddb' \ |
+ '|public/.*IDB' |
}, |
'rendering': { |
'filepath': 'Source/core/rendering' |
@@ -120,7 +119,8 @@ |
'|Source/core/html/shadow/MediaControl.*' \ |
'|Source/core/rendering/RenderMedia.*' \ |
'|Source/modules/(encryptedmedia|mediasource)' \ |
- '|Source/WebKit/chromium/.*Media.*' \ |
+ '|Source/web/.*Media' \ |
+ '|public/.*Media' |
}, |
'media_queries': { |
'filepath': 'Source/core/css/CSSMediaRule.*' \ |
@@ -130,13 +130,15 @@ |
'fileapi': { |
'filepath': 'Source/modules/filesystem/' \ |
'|Source/core/fileapi/' \ |
- '|Source/WebKit/chromium/.*File.*' \ |
'|Source/core/platform/.*File.*' \ |
- '|LayoutTests/fast/file' |
+ '|Source/web/.*File' \ |
+ '|LayoutTests/fast/file' \ |
+ '|public/.*File' |
}, |
'quota': { |
'filepath': 'Source/modules/quota/' \ |
- '|Source/WebKit/chromium/.*Quota.*' |
+ '|Source/web/.*Quota' \ |
+ '|public/.*Quota' |
}, |
'viewport_interaction': { |
'filepath': 'Source/core/css/.*Viewport.*' \ |