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