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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Watchlist Rules 5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7 7
8 # IMPORTANT: The regular expression filepath is tested against each path using 8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*. 9 # re.search, so it is not usually necessary to add .*.
10 10
(...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'blink_screen_orientation': { 1434 'blink_screen_orientation': {
1435 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \ 1435 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1436 '|third_party/WebKit/public/platform/modules/screen_orientatio n', 1436 '|third_party/WebKit/public/platform/modules/screen_orientatio n',
1437 }, 1437 },
1438 'blink_scheduler': { 1438 'blink_scheduler': {
1439 'filepath': 'third_party/WebKit/Source/platform/scheduler' \ 1439 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1440 '|third_party/WebKit/Source/core/html/parser/.*Scheduler' 1440 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1441 }, 1441 },
1442 'blink_serviceworkers' : { 1442 'blink_serviceworkers' : {
1443 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \ 1443 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1444 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' 1444 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1445 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
1445 }, 1446 },
1446 'blink_serviceworkers_tests' : { 1447 'blink_serviceworkers_tests' : {
nhiroki 2017/03/15 06:33:13 Is this still necessary? (kenjibaheux@ is the only
1447 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' 1448 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1449 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
1448 }, 1450 },
1449 'blink_spellcheck' : { 1451 'blink_spellcheck' : {
1450 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck' 1452 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1451 }, 1453 },
1452 'blink_spv2_layout_tests': { 1454 'blink_spv2_layout_tests': {
1453 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2' 1455 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1454 }, 1456 },
1455 'blink_style': { 1457 'blink_style': {
1456 'filepath': 'third_party/WebKit/.*(style/|Style)', 1458 'filepath': 'third_party/WebKit/.*(style/|Style)',
1457 }, 1459 },
(...skipping 26 matching lines...) Expand all
1484 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers' 1486 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1485 }, 1487 },
1486 'blink_webp': { 1488 'blink_webp': {
1487 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \ 1489 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1488 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP' 1490 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1489 }, 1491 },
1490 'blink_websockets': { 1492 'blink_websockets': {
1491 'filepath': 'third_party/WebKit/Source/modules/websockets/' 1493 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1492 }, 1494 },
1493 'blink_workers': { 1495 'blink_workers': {
1494 'filepath': 'third_party/WebKit/Source/core/workers', 1496 'filepath': 'third_party/WebKit/Source/core/workers' \
1497 '|third_party/WebKit/LayoutTests/http/tests/workers' \
1498 '|third_party/WebKit/LayoutTests/fast/workers' \
1499 '|third_party/WebKit/LayoutTests/external/wpt/workers'
1495 }, 1500 },
1496 'blink_wtf': { 1501 'blink_wtf': {
1497 'filepath': 'third_party/WebKit/Source/wtf', 1502 'filepath': 'third_party/WebKit/Source/wtf',
1498 }, 1503 },
1499 'blink_xmlhttprequest': { 1504 'blink_xmlhttprequest': {
1500 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' 1505 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
1501 }, 1506 },
1502 'test_runner': { 1507 'test_runner': {
1503 'filepath': 'components/test_runner/' \ 1508 'filepath': 'components/test_runner/' \
1504 '|content/shell/(common|browser|renderer)/layout_test/' \ 1509 '|content/shell/(common|browser|renderer)/layout_test/' \
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
2173 'raymes+watch@chromium.org'], 2178 'raymes+watch@chromium.org'],
2174 'windows_sandboxing': ['pennymac+watch@chromium.org', 2179 'windows_sandboxing': ['pennymac+watch@chromium.org',
2175 'wfh+watch@chromium.org'], 2180 'wfh+watch@chromium.org'],
2176 'x11': ['derat+watch@chromium.org', 2181 'x11': ['derat+watch@chromium.org',
2177 'sadrul@chromium.org', 2182 'sadrul@chromium.org',
2178 'yusukes+watch@chromium.org'], 2183 'yusukes+watch@chromium.org'],
2179 'xml': ['dominicc+watchlist@chromium.org'], 2184 'xml': ['dominicc+watchlist@chromium.org'],
2180 'zoom': ['wjmaclean@chromium.org'], 2185 'zoom': ['wjmaclean@chromium.org'],
2181 }, 2186 },
2182 } 2187 }
OLDNEW
« 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