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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 'sandbox': { | 618 'sandbox': { |
619 'filepath': 'sandbox/'\ | 619 'filepath': 'sandbox/'\ |
620 '|content/browser/bootstrap_sandbox_mac'\ | 620 '|content/browser/bootstrap_sandbox_mac'\ |
621 '|content/browser/renderer_host/render_sandbox_host_linux'\ | 621 '|content/browser/renderer_host/render_sandbox_host_linux'\ |
622 '|content/browser/renderer_host/sandbox_ipc_linux'\ | 622 '|content/browser/renderer_host/sandbox_ipc_linux'\ |
623 '|content/browser/zygote_host/'\ | 623 '|content/browser/zygote_host/'\ |
624 '|content/common/sandbox_'\ | 624 '|content/common/sandbox_'\ |
625 '|content/zygote/'\ | 625 '|content/zygote/'\ |
626 }, | 626 }, |
627 'scheduler': { | 627 'scheduler': { |
628 'filepath': 'cc/scheduler|'\ | 628 'filepath': 'cc/scheduler'\ |
629 'content/renderer/scheduler' | 629 '|content/child/scheduler'\ |
| 630 '|content/renderer/scheduler' |
630 }, | 631 }, |
631 'search': { | 632 'search': { |
632 'filepath': 'chrome/browser/ui/search/', | 633 'filepath': 'chrome/browser/ui/search/', |
633 }, | 634 }, |
634 'service_worker': { | 635 'service_worker': { |
635 'filepath': 'content/(browser|renderer|child|common)/service_worker/', | 636 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
636 }, | 637 }, |
637 'site_instance': { | 638 'site_instance': { |
638 'filepath': 'content/browser/site_instance|'\ | 639 'filepath': 'content/browser/site_instance|'\ |
639 'content/browser/browsing_instance', | 640 'content/browser/browsing_instance', |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1103 'posciak+watch@chromium.org'], | 1104 'posciak+watch@chromium.org'], |
1104 'website_settings': ['markusheintz@chromium.org'], | 1105 'website_settings': ['markusheintz@chromium.org'], |
1105 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1106 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1106 'worker': ['jam@chromium.org'], | 1107 'worker': ['jam@chromium.org'], |
1107 'x11': ['derat+watch@chromium.org', | 1108 'x11': ['derat+watch@chromium.org', |
1108 'sadrul@chromium.org', | 1109 'sadrul@chromium.org', |
1109 'yusukes+watch@chromium.org'], | 1110 'yusukes+watch@chromium.org'], |
1110 'zoom': ['wjmaclean@chromium.org'], | 1111 'zoom': ['wjmaclean@chromium.org'], |
1111 }, | 1112 }, |
1112 } | 1113 } |
OLD | NEW |