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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 'filepath': 'remoting/', | 572 'filepath': 'remoting/', |
573 }, | 573 }, |
574 'rlz_id': { | 574 'rlz_id': { |
575 'filepath' :'rlz/lib/machine_id.cc|'\ | 575 'filepath' :'rlz/lib/machine_id.cc|'\ |
576 'rlz/lib/machine_id.h|'\ | 576 'rlz/lib/machine_id.h|'\ |
577 'rlz/win/lib/machine_id_win.cc', | 577 'rlz/win/lib/machine_id_win.cc', |
578 }, | 578 }, |
579 'safe_browsing': { | 579 'safe_browsing': { |
580 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', | 580 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', |
581 }, | 581 }, |
| 582 'sandbox': { |
| 583 'filepath': 'sandbox/'\ |
| 584 '|content/browser/bootstrap_sandbox_mac'\ |
| 585 '|content/browser/renderer_host/render_sandbox_host_linux'\ |
| 586 '|content/browser/renderer_host/sandbox_ipc_linux'\ |
| 587 '|content/browser/zygote_host/'\ |
| 588 '|content/common/sandbox_'\ |
| 589 '|content/zygote/'\ |
| 590 }, |
582 'scheduler': { | 591 'scheduler': { |
583 'filepath': 'cc/scheduler|'\ | 592 'filepath': 'cc/scheduler|'\ |
584 'content/renderer/scheduler' | 593 'content/renderer/scheduler' |
585 }, | 594 }, |
586 'search': { | 595 'search': { |
587 'filepath': 'chrome/browser/ui/search/', | 596 'filepath': 'chrome/browser/ui/search/', |
588 }, | 597 }, |
589 'sessions': { | 598 'sessions': { |
590 'filepath': 'chrome/browser/sessions/', | 599 'filepath': 'chrome/browser/sessions/', |
591 }, | 600 }, |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
969 'jkarlin+watch@chromium.org', 'gavinp+prer@chromium.org', | 978 'jkarlin+watch@chromium.org', 'gavinp+prer@chromium.org', |
970 'davidben+watch@chromium.org'], | 979 'davidben+watch@chromium.org'], |
971 'pyauto': ['anantha@chromium.org', | 980 'pyauto': ['anantha@chromium.org', |
972 'dyu@chromium.org', | 981 'dyu@chromium.org', |
973 'dennisjeffrey@chromium.org'], | 982 'dennisjeffrey@chromium.org'], |
974 'remoting': ['chromoting-reviews@chromium.org'], | 983 'remoting': ['chromoting-reviews@chromium.org'], |
975 'rlz_id': ['gab+watch@chromium.org', | 984 'rlz_id': ['gab+watch@chromium.org', |
976 'erikwright+watch@chromium.org', | 985 'erikwright+watch@chromium.org', |
977 'robertshield+watch@chromium.org'], | 986 'robertshield+watch@chromium.org'], |
978 'safe_browsing': ['grt+watch@chromium.org'], | 987 'safe_browsing': ['grt+watch@chromium.org'], |
| 988 'sandbox': ['rickyz+watch@chromium.org'], |
979 'scheduler': ['scheduler-bugs@chromium.org'], | 989 'scheduler': ['scheduler-bugs@chromium.org'], |
980 'sessions': ['marja+watch@chromium.org'], | 990 'sessions': ['marja+watch@chromium.org'], |
981 'service_worker': ['tzik@chromium.org', | 991 'service_worker': ['tzik@chromium.org', |
982 'kinuko+serviceworker@chromium.org', | 992 'kinuko+serviceworker@chromium.org', |
983 'nhiroki@chromium.org', | 993 'nhiroki@chromium.org', |
984 'horo+watch@chromium.org', | 994 'horo+watch@chromium.org', |
985 'jsbell+serviceworker@chromium.org', | 995 'jsbell+serviceworker@chromium.org', |
986 'michaeln@chromium.org', | 996 'michaeln@chromium.org', |
987 'serviceworker-reviews@chromium.org'], | 997 'serviceworker-reviews@chromium.org'], |
988 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', | 998 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1034 'mcasas+watch@chromium.org', | 1044 'mcasas+watch@chromium.org', |
1035 'posciak+watch@chromium.org'], | 1045 'posciak+watch@chromium.org'], |
1036 'website_settings': ['markusheintz@chromium.org'], | 1046 'website_settings': ['markusheintz@chromium.org'], |
1037 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1047 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1038 'worker': ['jam@chromium.org'], | 1048 'worker': ['jam@chromium.org'], |
1039 'x11': ['derat+watch@chromium.org', | 1049 'x11': ['derat+watch@chromium.org', |
1040 'sadrul@chromium.org', | 1050 'sadrul@chromium.org', |
1041 'yusukes+watch@chromium.org'], | 1051 'yusukes+watch@chromium.org'], |
1042 }, | 1052 }, |
1043 } | 1053 } |
OLD | NEW |