OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 'filepath': 'Source/modules/serviceworkers' \ | 276 'filepath': 'Source/modules/serviceworkers' \ |
277 '|LayoutTests/http/tests/serviceworker' | 277 '|LayoutTests/http/tests/serviceworker' |
278 }, | 278 }, |
279 'serviceworkers_tests' : { | 279 'serviceworkers_tests' : { |
280 'filepath': 'LayoutTests/http/tests/serviceworker' | 280 'filepath': 'LayoutTests/http/tests/serviceworker' |
281 }, | 281 }, |
282 'sheriff_o_matic' : { | 282 'sheriff_o_matic' : { |
283 'filepath': 'Tools/GardeningServer' | 283 'filepath': 'Tools/GardeningServer' |
284 }, | 284 }, |
285 'spellcheck' : { | 285 'spellcheck' : { |
286 'filepath': 'Source/core/editing/Editor' \ | 286 'filepath': 'Source/core/editing/spellcheck' |
287 '|Source/core/editing/Spell' \ | |
288 '|Source/core/editing/TextCheckingHelper' \ | |
289 '|Source/platform/text/TextCheck' \ | |
290 '|Source/web/EditorClientImpl' \ | |
291 '|LayoutTests/editing/spelling' \ | |
292 '|public/web/WebSpellCheckClient.h', | |
293 }, | 287 }, |
294 'style': { | 288 'style': { |
295 'filepath': 'style/|Style', | 289 'filepath': 'style/|Style', |
296 }, | 290 }, |
297 'svg': { | 291 'svg': { |
298 'filepath': 'Source/core/svg|Source/core/layout/svg', | 292 'filepath': 'Source/core/svg|Source/core/layout/svg', |
299 }, | 293 }, |
300 'test_runner': { | 294 'test_runner': { |
301 'filepath': 'Tools/DumpRenderTree/chromium/TestRunner', | 295 'filepath': 'Tools/DumpRenderTree/chromium/TestRunner', |
302 }, | 296 }, |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 'yhirano+watch@chromium.org' ], | 522 'yhirano+watch@chromium.org' ], |
529 'workers': [ 'blink-worker-reviews@chromium.org', | 523 'workers': [ 'blink-worker-reviews@chromium.org', |
530 'kinuko+worker@chromium.org', | 524 'kinuko+worker@chromium.org', |
531 'horo+watch@chromium.org', | 525 'horo+watch@chromium.org', |
532 'falken@chromium.org' ], | 526 'falken@chromium.org' ], |
533 'wtf': [ 'mikhail.pozdnyakov@intel.com', | 527 'wtf': [ 'mikhail.pozdnyakov@intel.com', |
534 'blink-reviews-wtf@chromium.org' ], | 528 'blink-reviews-wtf@chromium.org' ], |
535 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 529 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
536 }, | 530 }, |
537 } | 531 } |
OLD | NEW |