Chromium Code Reviews| 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', |