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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 'filepath': 'chrome/test/pyautolib' \ | 565 'filepath': 'chrome/test/pyautolib' \ |
566 '|chrome/test/functional' \ | 566 '|chrome/test/functional' \ |
567 '|chrome/browser/automation/automation_provider_json' | 567 '|chrome/browser/automation/automation_provider_json' |
568 }, | 568 }, |
569 'remoting': { | 569 'remoting': { |
570 'filepath': 'remoting/', | 570 'filepath': 'remoting/', |
571 }, | 571 }, |
572 'safe_browsing': { | 572 'safe_browsing': { |
573 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', | 573 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', |
574 }, | 574 }, |
| 575 'scheduler': { |
| 576 'filepath': 'cc/scheduler|'\ |
| 577 'content/renderer/scheduler' |
| 578 }, |
575 'search': { | 579 'search': { |
576 'filepath': 'chrome/browser/ui/search/', | 580 'filepath': 'chrome/browser/ui/search/', |
577 }, | 581 }, |
578 'sessions': { | 582 'sessions': { |
579 'filepath': 'chrome/browser/sessions/', | 583 'filepath': 'chrome/browser/sessions/', |
580 }, | 584 }, |
581 'service_worker': { | 585 'service_worker': { |
582 'filepath': 'content/(browser|renderer|child|common)/service_worker/', | 586 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
583 }, | 587 }, |
584 'site_instance': { | 588 'site_instance': { |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
948 'predictors': ['shishir+watch@chromium.org'], | 952 'predictors': ['shishir+watch@chromium.org'], |
949 'prepopulated_engines': ['vasilii+watch@chromium.org'], | 953 'prepopulated_engines': ['vasilii+watch@chromium.org'], |
950 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', | 954 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', |
951 'jkarlin+watch@chromium.org', 'gavinp+prer@chromium.org', | 955 'jkarlin+watch@chromium.org', 'gavinp+prer@chromium.org', |
952 'davidben+watch@chromium.org'], | 956 'davidben+watch@chromium.org'], |
953 'pyauto': ['anantha@chromium.org', | 957 'pyauto': ['anantha@chromium.org', |
954 'dyu@chromium.org', | 958 'dyu@chromium.org', |
955 'dennisjeffrey@chromium.org'], | 959 'dennisjeffrey@chromium.org'], |
956 'remoting': ['chromoting-reviews@chromium.org'], | 960 'remoting': ['chromoting-reviews@chromium.org'], |
957 'safe_browsing': ['grt+watch@chromium.org'], | 961 'safe_browsing': ['grt+watch@chromium.org'], |
| 962 'scheduler': ['scheduler-bugs@chromium.org'], |
958 'sessions': ['marja+watch@chromium.org'], | 963 'sessions': ['marja+watch@chromium.org'], |
959 'service_worker': ['tzik@chromium.org', | 964 'service_worker': ['tzik@chromium.org', |
960 'kinuko+serviceworker@chromium.org', | 965 'kinuko+serviceworker@chromium.org', |
961 'nhiroki@chromium.org', | 966 'nhiroki@chromium.org', |
962 'horo+watch@chromium.org', | 967 'horo+watch@chromium.org', |
963 'jsbell+serviceworker@chromium.org', | 968 'jsbell+serviceworker@chromium.org', |
964 'michaeln@chromium.org', | 969 'michaeln@chromium.org', |
965 'serviceworker-reviews@chromium.org'], | 970 'serviceworker-reviews@chromium.org'], |
966 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', | 971 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', |
967 'nasko+codewatch@chromium.org'], | 972 'nasko+codewatch@chromium.org'], |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1010 'mcasas+watch@chromium.org', | 1015 'mcasas+watch@chromium.org', |
1011 'posciak+watch@chromium.org'], | 1016 'posciak+watch@chromium.org'], |
1012 'website_settings': ['markusheintz@chromium.org'], | 1017 'website_settings': ['markusheintz@chromium.org'], |
1013 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1018 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1014 'worker': ['jam@chromium.org'], | 1019 'worker': ['jam@chromium.org'], |
1015 'x11': ['derat+watch@chromium.org', | 1020 'x11': ['derat+watch@chromium.org', |
1016 'sadrul@chromium.org', | 1021 'sadrul@chromium.org', |
1017 'yusukes+watch@chromium.org'], | 1022 'yusukes+watch@chromium.org'], |
1018 }, | 1023 }, |
1019 } | 1024 } |
OLD | NEW |