OLD | NEW |
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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'filepath': '_message.*.h|'\ | 451 'filepath': '_message.*.h|'\ |
452 '_messages.cc', | 452 '_messages.cc', |
453 }, | 453 }, |
454 'login': { | 454 'login': { |
455 'filepath': 'chrome/browser/ui/login' | 455 'filepath': 'chrome/browser/ui/login' |
456 }, | 456 }, |
457 'libwebp': { | 457 'libwebp': { |
458 'filepath': 'third_party/libwebp' | 458 'filepath': 'third_party/libwebp' |
459 }, | 459 }, |
460 'libvpx': { | 460 'libvpx': { |
461 'filepath': 'third_party/libvpx_new' | 461 'filepath': 'third_party/libvpx' |
462 }, | 462 }, |
463 'linux_fonts': { | 463 'linux_fonts': { |
464 'filepath': 'ui/gfx/font_render_params_.*|'\ | 464 'filepath': 'ui/gfx/font_render_params_.*|'\ |
465 'ui/gfx/platform_font_linux.*|'\ | 465 'ui/gfx/platform_font_linux.*|'\ |
466 'ui/gfx/render_text_harfbuzz.*', | 466 'ui/gfx/render_text_harfbuzz.*', |
467 }, | 467 }, |
468 'linux_sandboxing': { | 468 'linux_sandboxing': { |
469 'filepath': 'sandbox/linux/', | 469 'filepath': 'sandbox/linux/', |
470 }, | 470 }, |
471 'linux_seccomp_bpf': { | 471 'linux_seccomp_bpf': { |
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1717 'kinuko+worker@chromium.org', | 1717 'kinuko+worker@chromium.org', |
1718 'horo+watch@chromium.org', | 1718 'horo+watch@chromium.org', |
1719 'falken@chromium.org' ], | 1719 'falken@chromium.org' ], |
1720 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1720 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1721 'blink-reviews-wtf@chromium.org' ], | 1721 'blink-reviews-wtf@chromium.org' ], |
1722 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1722 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1723 'test_runner': [ 'jochen+watch@chromium.org', | 1723 'test_runner': [ 'jochen+watch@chromium.org', |
1724 'mlamouri+watch-test-runner@chromium.org' ], | 1724 'mlamouri+watch-test-runner@chromium.org' ], |
1725 }, | 1725 }, |
1726 } | 1726 } |
OLD | NEW |