Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6161)

Unified Diff: WATCHLISTS

Issue 55243009: Update references to Source/WebKit/chromium/ in WATCHLISTS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.*' \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698