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

Unified Diff: WATCHLISTS

Issue 2749953003: WATCHLISTS: Include test directories for workers (Closed)
Patch Set: ok Created 3 years, 9 months 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 210488c4958d72fd852f8d140f5177d273e7288d..f3c206897d2e5891914baf39cc3f17c7365f44f9 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -1441,10 +1441,12 @@
},
'blink_serviceworkers' : {
'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
- '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
+ '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
+ '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
},
'blink_serviceworkers_tests' : {
nhiroki 2017/03/15 06:33:13 Is this still necessary? (kenjibaheux@ is the only
- 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
+ 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
+ '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
},
'blink_spellcheck' : {
'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
@@ -1491,7 +1493,10 @@
'filepath': 'third_party/WebKit/Source/modules/websockets/'
},
'blink_workers': {
- 'filepath': 'third_party/WebKit/Source/core/workers',
+ 'filepath': 'third_party/WebKit/Source/core/workers' \
+ '|third_party/WebKit/LayoutTests/http/tests/workers' \
+ '|third_party/WebKit/LayoutTests/fast/workers' \
+ '|third_party/WebKit/LayoutTests/external/wpt/workers'
},
'blink_wtf': {
'filepath': 'third_party/WebKit/Source/wtf',
« 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